Browse Source

update redirect url

master
用户名 3 years ago
parent
commit
6069a1b8ab
  1. 2
      mobile/plugins/payment/wxpay.php

2
mobile/plugins/payment/wxpay.php

@ -112,7 +112,7 @@ class wxpay
{
$appid = 'wx79343915f99167e6';
$appsecret = 'f2f72c5e0ac29c2373bfaf22cf059c02';
$redirect_uri = 'https://shop.heavenk.com/mobile/index.php?r=flow'; // 回调URL
$redirect_uri = 'https://shop.heavenk.com/mobile/plugins/payment/wxpay.php?code=CODE&state=STATE'; // 回调URL
// 构造授权链接
$auth_url = 'https://open.weixin.qq.com/connect/oauth2/authorize'

Loading…
Cancel
Save