This commit is contained in:
songliang 2023-07-19 14:54:56 +08:00
parent 877fcd0513
commit a03cfa7cfd

View File

@ -17,7 +17,7 @@ class GameItemMarketBuyOk
public function process() public function process()
{ {
// SignatureService::web3ServiceCheck(); SignatureService::web3ServiceCheck();
$itemService = new ShopAddItemService(); $itemService = new ShopAddItemService();
$address = getReqVal('address', ''); $address = getReqVal('address', '');
$orderId = getReqVal('order_id', ''); $orderId = getReqVal('order_id', '');