This commit is contained in:
songliang 2023-06-27 15:32:33 +08:00
parent 164b3199e9
commit a0005e50bb

View File

@ -56,7 +56,7 @@ class BlockChainService {
die();
return;
}
error_log("gameItemMallBuy:" . $response);
error_log("gameItemMallBuy:" . $response . "url:" . $url);
$rspObj = json_decode($response, true);
if ($rspObj['errcode'] == 0) {
$transId = $rspObj['trans_id'];