Merge branch 'star' of git.kingsome.cn:server/game2006api into star

This commit is contained in:
hujiabin 2023-06-27 15:58:26 +08:00
commit 29b21c79bf

View File

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