This commit is contained in:
songliang 2023-06-26 17:04:53 +08:00
parent 6374978fb5
commit ea6bb3d64e

View File

@ -13,8 +13,9 @@ class GameItemMallBuyOk {
public function process()
{
$address = getReqVal('address', '');
$orderId = getReqVal('orderid', '');
error_log("GameItemMallBuyOk1:process");
$orderId = getReqVal('
', '');
error_log("GameItemMallBuyOk1:process", $address, $orderId);
$orderDb = SqlHelper::ormSelectOne(
myself()->_getMysql($address),