1
This commit is contained in:
parent
79922b2781
commit
3de0044afe
@ -141,18 +141,6 @@ class OutAppPurchase {
|
|||||||
$this->_rspOk();
|
$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)
|
private function _addGoods($address, $goods)
|
||||||
{
|
{
|
||||||
$itemService = new ShopAddItemService();
|
$itemService = new ShopAddItemService();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user