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