Merge branch 'master' of http://app.git.1nww.com:8188/gitlab-instance-db4ab2e7/cxhxy
This commit is contained in:
commit
54f100fcc5
@ -201,6 +201,8 @@ class User extends Controller
|
|||||||
}
|
}
|
||||||
$coupon_id = $get['coupon_id'] ?? '';
|
$coupon_id = $get['coupon_id'] ?? '';
|
||||||
|
|
||||||
|
write_log($coupon_id, __DIR__);
|
||||||
|
|
||||||
$appid = 'wx89c12dd426a55a2e';
|
$appid = 'wx89c12dd426a55a2e';
|
||||||
$app_secret = '33e66bcf944f9810abbb5ddd7825403d';
|
$app_secret = '33e66bcf944f9810abbb5ddd7825403d';
|
||||||
$url = "https://api.weixin.qq.com/sns/oauth2/access_token?appid=$appid&secret=$app_secret&code={$get['code']}&grant_type=authorization_code";
|
$url = "https://api.weixin.qq.com/sns/oauth2/access_token?appid=$appid&secret=$app_secret&code={$get['code']}&grant_type=authorization_code";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user