This commit is contained in:
songliang 2023-07-13 20:00:57 +08:00
parent 26f578d366
commit 183134e534

View File

@ -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(),
)
);
}