Browse Source

delete some line

master
dutsc 3 years ago
parent
commit
da6439a7ff
  1. 4
      mobile/source/apps/flow/demo/pay.php
  2. 3
      mobile/source/helpers/dalianpay/config/config.php

4
mobile/source/apps/flow/demo/pay.php

@ -18,8 +18,8 @@
);
// echo json_encode($message,true);
$appid = 'wx79343915f99167e6';
$appsecret = 'f2f72c5e0ac29c2373bfaf22cf059c02';
// $appid = 'wx79343915f99167e6';
// $appsecret = 'f2f72c5e0ac29c2373bfaf22cf059c02';
$redirect_uri = 'https://shop.heavenk.com/mobile/'; // 回调URL
// 构造授权链接

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

@ -26,7 +26,8 @@
// 支付限制
'limit_pay' => 'no_credit',
// 微信子appid 商户微信号
'sub_appid' => 'wx79343915f99167e6',
// 'sub_appid' => 'wx79343915f99167e6', // wooka appid
'sub_appid' => 'wx1663d2c6a7937c78', // 更换后的appid
// 渠道门店编号
'chnlstoreid' => '',
// 支付完成跳转

Loading…
Cancel
Save