1
This commit is contained in:
parent
39115df94f
commit
fa313de9c1
@ -682,6 +682,11 @@ class MissionService extends BaseService {
|
||||
myself()->_rspErr(1, 'gun number error');
|
||||
return;
|
||||
}
|
||||
{
|
||||
foreach ($mission[''] as $obj) {
|
||||
|
||||
}
|
||||
}
|
||||
$mission['sendtime'] = myself()->_getNowTime();
|
||||
error_log(json_encode($mission));
|
||||
$this->offerRewartdMission['missions'][$idx] = $mission;
|
||||
@ -696,7 +701,6 @@ class MissionService extends BaseService {
|
||||
$propertyChgService->addHeroChg();
|
||||
$propertyChgService->addGunChg();
|
||||
myself()->_rspData(array(
|
||||
'award' => $awardService->toDto(),
|
||||
'property_chg' => $propertyChgService->toDto(),
|
||||
));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user