悬赏bug
This commit is contained in:
parent
7ccaaed9da
commit
106160b799
@ -162,6 +162,8 @@ class MissionController extends BaseAuthedController {
|
||||
$missionDb = Mission::find($missionId);
|
||||
$missionDto = $this->missionService->getMissionDto(
|
||||
$this->userInfo, $this->seasonDb, $missionDb, $missionMeta);
|
||||
$this->propertyChgService->addHeroChg();
|
||||
$this->propertyChgService->addGunChg();
|
||||
$this->_rspData(array(
|
||||
'award' => $this->awardService->toDto(),
|
||||
'property_chg' => $this->propertyChgService->toDto(),
|
||||
|
@ -874,8 +874,12 @@ class MissionService extends BaseService {
|
||||
$this->receiveOfferRewardMission($missionId,
|
||||
$awardService,
|
||||
$propertyChgService);
|
||||
$propertyChgService->addHeroChg();
|
||||
$propertyChgService->addGunChg();
|
||||
$propertyChgService->addUserChg();
|
||||
myself()->_rspData(array(
|
||||
'award' => $awardService->toDto(),
|
||||
'property_chg' => $propertyChgService->toDto(),
|
||||
));
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user