|
|
@ -4,7 +4,7 @@ |
|
|
// 设置应用信息 |
|
|
// 设置应用信息 |
|
|
$appid = 'wx79343915f99167e6'; |
|
|
$appid = 'wx79343915f99167e6'; |
|
|
$appsecret = 'f2f72c5e0ac29c2373bfaf22cf059c02'; |
|
|
$appsecret = 'f2f72c5e0ac29c2373bfaf22cf059c02'; |
|
|
$redirect_uri = 'http://shop.heavenk.com'; // 回调URL |
|
|
$redirect_uri = 'http://shop.heavenk.com/mobile/testsc2.php'; // 回调URL |
|
|
|
|
|
|
|
|
// 构造授权链接 |
|
|
// 构造授权链接 |
|
|
$auth_url = 'https://open.weixin.qq.com/connect/oauth2/authorize' |
|
|
$auth_url = 'https://open.weixin.qq.com/connect/oauth2/authorize' |
|
|
|