Please enable JavaScript in your browser!
Home
Explore
Help
Register
Sign In
CHENSEN
/
csapi
Watch
3
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Branch:
master
Branches
Tags
feat/geek/migrate-data
geek/feat/add-config
geek/feat/vk-live
master
test
v1.0.0
csapi
/
application
/
index
/
view
/
wechat
/
oauth2.php
oauth2.php
88 B
Permalink
History
Raw
1
2
3
4
5
6
7
<?php
if (isset($_GET['code'])){
echo $_GET['code'];
}else{
echo "NO CODE";
}
?>