...
This commit is contained in:
parent
26f578d366
commit
183134e534
@ -927,7 +927,7 @@ class ShopController extends BaseAuthedController
|
||||
$event = [
|
||||
'name' => LogService::SHOP_BUY_ITEM,
|
||||
'val' => $costItems[0]['item_num']
|
||||
];
|
||||
];
|
||||
LogService::consumeDiamond($event);
|
||||
|
||||
$goodsDto = array(
|
||||
@ -1153,6 +1153,7 @@ class ShopController extends BaseAuthedController
|
||||
'grid' => $grid,
|
||||
'count' => $count,
|
||||
'award' => $awardService->toDto(),
|
||||
'property_chg' => $propertyChgService->toDto(),
|
||||
)
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user