This commit is contained in:
songliang 2023-06-26 17:06:31 +08:00
parent ea6bb3d64e
commit f1775bc01e

View File

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