From f3b757d5004d07fb44142b05469f8d22fae86e70 Mon Sep 17 00:00:00 2001 From: songliang Date: Fri, 7 Jul 2023 15:13:20 +0800 Subject: [PATCH] ... --- webapp/services/callback/ShopAddItemService.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/webapp/services/callback/ShopAddItemService.php b/webapp/services/callback/ShopAddItemService.php index 5be0bc81..57d60e85 100644 --- a/webapp/services/callback/ShopAddItemService.php +++ b/webapp/services/callback/ShopAddItemService.php @@ -239,6 +239,14 @@ class ShopAddItemService )); } break; + case V_ITEM_DIAMOND: + { + $this->_updateUserInfo($conn,$accountId,array( + 'diamond' => function () use($itemNum) { + return "diamond + ${itemNum}"; + } + )); + } default: { }