Browse Source

wxsuccess

master
dutsc 3 years ago
parent
commit
8a810d10c8
  1. 2
      mobile/source/helpers/dalianpay/demo/dalianpay.php

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