This commit is contained in:
aozhiwei 2023-08-03 21:45:38 +08:00
parent 11176482f5
commit a3590957be

View File

@ -23,6 +23,7 @@ class GameItemMallBuyOk {
public function process()
{
SignatureService::web3ServiceCheck();
$transId = getReqVal('trans_id', '');
$orderId = getReqVal('order_id', '');
error_log("GameItemMallBuyOk-------------------");