...
This commit is contained in:
parent
adbca699ec
commit
aa4c1d5150
@ -211,7 +211,8 @@ class ShopController extends BaseAuthedController
|
||||
$this->_rspErr(1, 'address is empty');
|
||||
}
|
||||
|
||||
error_log("address: {$address}, id: {$id}, token_type: {$token_type}, goods_num: {$goods_num} {$goods['goods_id']} {json_encode($goods)} ");
|
||||
$goods_str = json_encode($goods);
|
||||
error_log("address: {$address}, id: {$id}, token_type: {$token_type}, goods_num: {$goods_num} goods_str: {$goods_str}");
|
||||
|
||||
$chk = SqlHelper::insert(
|
||||
$conn,
|
||||
|
Loading…
x
Reference in New Issue
Block a user