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 = [ $event = [
'name' => LogService::SHOP_BUY_ITEM, 'name' => LogService::SHOP_BUY_ITEM,
'val' => $costItems[0]['item_num'] 'val' => $costItems[0]['item_num']
]; ];
LogService::consumeDiamond($event); LogService::consumeDiamond($event);
$goodsDto = array( $goodsDto = array(
@ -1153,6 +1153,7 @@ class ShopController extends BaseAuthedController
'grid' => $grid, 'grid' => $grid,
'count' => $count, 'count' => $count,
'award' => $awardService->toDto(), 'award' => $awardService->toDto(),
'property_chg' => $propertyChgService->toDto(),
) )
); );
} }