1
This commit is contained in:
parent
67c009fe8c
commit
96e1b08367
@ -13,7 +13,7 @@ class GameItemMallBuyOk {
|
||||
public function process()
|
||||
{
|
||||
$address = getReqVal('address', '');
|
||||
$orderId = getReqVal('orderId', '');
|
||||
$orderId = getReqVal('orderid', '');
|
||||
error_log("GameItemMallBuyOk1:process");
|
||||
|
||||
$orderDb = SqlHelper::ormSelectOne(
|
||||
|
Loading…
x
Reference in New Issue
Block a user