This commit is contained in:
songliang 2023-07-13 17:18:35 +08:00
parent de8e9722e6
commit adbca699ec

View File

@ -211,7 +211,7 @@ 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));
error_log("address: {$address}, id: {$id}, token_type: {$token_type}, goods_num: {$goods_num} {$goods['goods_id']} {json_encode($goods)} ");
$chk = SqlHelper::insert(
$conn,