From 803f79fb48e6e46765d2b03413b27b4a1e27d670 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Thu, 3 Aug 2023 17:31:55 +0800 Subject: [PATCH] 1 --- webapp/controller/DailySelectionController.class.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/webapp/controller/DailySelectionController.class.php b/webapp/controller/DailySelectionController.class.php index c9a9105c..d72da8dd 100644 --- a/webapp/controller/DailySelectionController.class.php +++ b/webapp/controller/DailySelectionController.class.php @@ -47,7 +47,11 @@ class DailySelectionController extends BaseAuthedController { 'slot' => $slot, 'count' => 1, 'goods_meta' => array( - 'id' => $meta['id'], + 'goods_id' => $meta['id'], + 'item_id' => $meta['goods_id'], + 'item_num' => $meta['goods_num'], + 'price' => $meta['price'], + 'token_type' => $meta['token_type'], ) )); }