1
This commit is contained in:
parent
7b52018da4
commit
37ce1e9a90
@ -8,7 +8,10 @@ class BlockChainService {
|
|||||||
{
|
{
|
||||||
if (!($actionType > Transaction::BUY_BEGIN_ACTION_TYPE &&
|
if (!($actionType > Transaction::BUY_BEGIN_ACTION_TYPE &&
|
||||||
$actionType < Transaction::BUY_END_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(
|
$params = array(
|
||||||
'c' => 'GameItemMall',
|
'c' => 'GameItemMall',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user