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();