You've already forked qlg.tsgz.moe
Init Repo
This commit is contained in:
6
wxtmp/url.php
Executable file
6
wxtmp/url.php
Executable file
@ -0,0 +1,6 @@
|
||||
<?php
|
||||
$current_url = 'http://t.ect99.com/wxtmp/wx.php';
|
||||
$appid = 'wx2b29f5846b8d00fa';
|
||||
|
||||
|
||||
header('Location: https://open.weixin.qq.com/connect/oauth2/authorize?appid='.$appid.'&redirect_uri='.urlencode($current_url).'&response_type=code&scope=snsapi_base&state=123#wechat_redirect');
|
Reference in New Issue
Block a user