From 3de0044afec2771640f8c3012ac784c0ad512e45 Mon Sep 17 00:00:00 2001 From: azw Date: Sun, 30 Jul 2023 14:18:59 +0800 Subject: [PATCH] 1 --- webapp/services/callback/OutAppPurchase.php | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/webapp/services/callback/OutAppPurchase.php b/webapp/services/callback/OutAppPurchase.php index a43aba32..63e5b045 100644 --- a/webapp/services/callback/OutAppPurchase.php +++ b/webapp/services/callback/OutAppPurchase.php @@ -141,18 +141,6 @@ class OutAppPurchase { $this->_rspOk(); } - private function getAccountId($address) - { - $row = SqlHelper::ormSelectOne( - myself()->_getMysql($address), - 't_user', - array( - 'address' => $address - ) - ); - return $row['account_id']; - } - private function _addGoods($address, $goods) { $itemService = new ShopAddItemService();