From 37ce1e9a9074bf078f05f8a195d693c96773b393 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Mon, 19 Jun 2023 13:23:36 +0800 Subject: [PATCH] 1 --- webapp/services/BlockChainService.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/webapp/services/BlockChainService.php b/webapp/services/BlockChainService.php index 85dce8ce..c68e263c 100644 --- a/webapp/services/BlockChainService.php +++ b/webapp/services/BlockChainService.php @@ -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',