This commit is contained in:
azw 2023-07-30 14:18:59 +08:00
parent 79922b2781
commit 3de0044afe

View File

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