This commit is contained in:
aozhiwei 2023-06-19 13:23:36 +08:00
parent 7b52018da4
commit 37ce1e9a90

View File

@ -8,7 +8,10 @@ class BlockChainService {
{
if (!($actionType > Transaction::BUY_BEGIN_ACTION_TYPE &&
$actionType < Transaction::BUY_END_ACTION_TYPE)) {
error_log('gameItemMallBuy action_type error:' . $actionType);
myself()->_rspErr(500, 'server internal error');
die();
return;
}
$params = array(
'c' => 'GameItemMall',