1
This commit is contained in:
parent
5f37892992
commit
9042b678da
@ -443,6 +443,15 @@ class BagController extends BaseAuthedController {
|
|||||||
));
|
));
|
||||||
$this->_addItems($hashItems,$this->awardService,$this->propertyChgService);
|
$this->_addItems($hashItems,$this->awardService,$this->propertyChgService);
|
||||||
$this->propertyChgService->addBagChg();
|
$this->propertyChgService->addBagChg();
|
||||||
|
$event = array(
|
||||||
|
'ID' => 'OpenBox',
|
||||||
|
'boxInfo' => array(
|
||||||
|
'item_id' => $itemMeta['id'],
|
||||||
|
'item_num' => $itemNum
|
||||||
|
),
|
||||||
|
'result' => $hashItems,
|
||||||
|
);
|
||||||
|
LogService::burialPointEvent($event);
|
||||||
$this->_rspData(array(
|
$this->_rspData(array(
|
||||||
'award' => $this->awardService->toDto(),
|
'award' => $this->awardService->toDto(),
|
||||||
'property_chg' => $this->propertyChgService->toDto(),
|
'property_chg' => $this->propertyChgService->toDto(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user