Files
addons
app_download_files
extend
hyhproject
mobile
oss
static
thinkphp
upload
vendor
wxtmp
Message.php
index.php
pptWX.php
pptWXBase.php
url.php
wx.php
.gitignore
.htaccess
.user.ini
404.html
H5436787D.wgt
admin.php
app-release.apk
app_download.html
cash.lock
demo.php
get_startup.php
get_version.php
get_version_new.php
index.html
index.php
reg.lock
robots.txt
qlg.tsgz.moe/wxtmp/url.php
2019-09-06 23:53:10 +08:00

6 lines
288 B
PHP
Executable File

<?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');