...
This commit is contained in:
parent
354a388d9d
commit
2fbf4bec84
@ -828,10 +828,10 @@ class ShopController extends BaseAuthedController
|
|||||||
public function buyGoodsNormal()
|
public function buyGoodsNormal()
|
||||||
{
|
{
|
||||||
$address = $this->_getAddress();
|
$address = $this->_getAddress();
|
||||||
// if (empty($address)) {
|
if (empty($address)) {
|
||||||
// $this->_rspErr(2, 'address is empty');
|
$this->_rspErr(2, 'address is empty');
|
||||||
// return;
|
return;
|
||||||
// }
|
}
|
||||||
$id = getReqVal('id', 0);
|
$id = getReqVal('id', 0);
|
||||||
$token_type = getReqVal('token_type', '');
|
$token_type = getReqVal('token_type', '');
|
||||||
$goods_num = getReqVal('goods_num', 0);
|
$goods_num = getReqVal('goods_num', 0);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user