1
This commit is contained in:
parent
cb9f63c389
commit
d4cc4b5a95
@ -82,6 +82,7 @@ class PayController {
|
|||||||
$game_account_id = $jsonobj['account_id'];
|
$game_account_id = $jsonobj['account_id'];
|
||||||
$game_channel = phpcommon\extractChannel($jsonobj['account_id']);
|
$game_channel = phpcommon\extractChannel($jsonobj['account_id']);
|
||||||
$game_openid = phpcommon\extractOpenId($jsonobj['account_id']);
|
$game_openid = phpcommon\extractOpenId($jsonobj['account_id']);
|
||||||
|
$real_amount = $jsonobj['price'];
|
||||||
$amount = $jsonobj['price'];
|
$amount = $jsonobj['price'];
|
||||||
$itemid = $jsonobj['itemid'];
|
$itemid = $jsonobj['itemid'];
|
||||||
$itemnum = $jsonobj['itemnum'];
|
$itemnum = $jsonobj['itemnum'];
|
||||||
@ -152,7 +153,7 @@ class PayController {
|
|||||||
':channel' => $game_channel,
|
':channel' => $game_channel,
|
||||||
':gameid' => $gameid,
|
':gameid' => $gameid,
|
||||||
':itemid' => $itemid,
|
':itemid' => $itemid,
|
||||||
':price' => $amount,
|
':price' => $real_amount,
|
||||||
':ipv4' => phpcommon\getIPv4(),
|
':ipv4' => phpcommon\getIPv4(),
|
||||||
':createtime' => time(),
|
':createtime' => time(),
|
||||||
':sp_orderid' => (string)$xmlobj->OrderNo,
|
':sp_orderid' => (string)$xmlobj->OrderNo,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user