Browse Source

front_url

master
dutsc 3 years ago
parent
commit
3398bb0585
  1. 2
      mobile/source/helpers/dalianpay/config/config.php
  2. 2
      mobile/source/helpers/dalianpay/demo/dalianpay.php

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

@ -28,7 +28,7 @@
// 渠道门店编号 // 渠道门店编号
'chnlstoreid' => '', 'chnlstoreid' => '',
// 支付完成跳转 // 支付完成跳转
'front_url' => '', 'front_url' => 'https://shop.heavenk.com/mobile/', // sc_test
// 终端号 // 终端号
'termcode' => '000000', 'termcode' => '000000',
// 加密方式 // 加密方式

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' => '', // 支付完成跳转 'front_url' => '', // 支付完成跳转
); );
// echo "\r\n test \r\n"; // echo "\r\n test \r\n";

Loading…
Cancel
Save