Browse Source

front_url

master
dutsc 3 years ago
parent
commit
092aa5e435
  1. 2
      mobile/plugins/payment/wxpay.php
  2. 2
      mobile/source/helpers/dalianpay/demo/dalianpay.php

2
mobile/plugins/payment/wxpay.php

@ -255,7 +255,7 @@ class wxpay
'package' => $package, 'package' => $package,
'signType' => $signType, 'signType' => $signType,
'paySign' => $paySign, 'paySign' => $paySign,
// 'total_fee' => $total_fee.'', 'total_fee' => $total_fee.'',
); );
$jsApiParameters = json_encode($jsApiParameters); $jsApiParameters = json_encode($jsApiParameters);
echo "\r\n direct_shopping: \r\n"; echo "\r\n direct_shopping: \r\n";

2
mobile/source/helpers/dalianpay/demo/dalianpay.php

@ -94,7 +94,7 @@ class dalianpay{
'acct' => $openid, 'acct' => $openid,
// 'notify_url' => $config['notify_url'], // 交易结果通知地址 // 'notify_url' => $config['notify_url'], // 交易结果通知地址
// 'sub_appid' => $config['sub_appid'], // 'sub_appid' => $config['sub_appid'],
'front_url' => $config['front_url'], // 支付完成跳转 // 'front_url' => $config['front_url'], // 支付完成跳转
); );
// echo "\r\n test \r\n"; // echo "\r\n test \r\n";

Loading…
Cancel
Save