This commit is contained in:
hujiabin 2024-07-08 15:16:42 +08:00
parent 5f37892992
commit 9042b678da

View File

@ -443,6 +443,15 @@ class BagController extends BaseAuthedController {
));
$this->_addItems($hashItems,$this->awardService,$this->propertyChgService);
$this->propertyChgService->addBagChg();
$event = array(
'ID' => 'OpenBox',
'boxInfo' => array(
'item_id' => $itemMeta['id'],
'item_num' => $itemNum
),
'result' => $hashItems,
);
LogService::burialPointEvent($event);
$this->_rspData(array(
'award' => $this->awardService->toDto(),
'property_chg' => $this->propertyChgService->toDto(),