elf 2 weeks ago
parent 67ed01dc36
commit 9e92af3343

@ -1625,7 +1625,7 @@ class PayH5Controller extends BaseController{
'role_name' => $request['game_player_name'], 'role_name' => $request['game_player_name'],
'pay_amount' => (int)($pay_amount*100), 'pay_amount' => (int)($pay_amount*100),
'notify_url' => "http://" . $_SERVER['HTTP_HOST'] . "/callback.php/Notify/outer_callback", 'notify_url' => "http://" . $_SERVER['HTTP_HOST'] . "/callback.php/Notify/outer_callback",
'return_url' => urlencode(C('PAY_DOMAIN')."sdk.php/Spend/paycallback/orderno/{$request['pay_order_number']}/game_id/{$request['game_id']}/paytype/weixinpay"), 'return_url' => C('PAY_DOMAIN')."sdk.php/Spend/paycallback/orderno/{$request['pay_order_number']}/game_id/{$request['game_id']}/paytype/weixinpay",
'promote_id' => (int)$request['promote_id'], 'promote_id' => (int)$request['promote_id'],
'promote_account' => $request['promote_account'] ?: "", 'promote_account' => $request['promote_account'] ?: "",
'client_ip' => $request['spend_ip'], 'client_ip' => $request['spend_ip'],

Loading…
Cancel
Save