1
This commit is contained in:
parent
604d414f15
commit
62e3e0ea08
@ -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