Please enable JavaScript in your browser!
Accueil
Explorer
Aide
S'inscrire
Connexion
CHENSEN
/
csapi
Suivre
3
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
cc50b70980
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
Historique
Raw
1
2
3
4
5
6
7
<?php
if (isset($_GET['code'])){
echo $_GET['code'];
}else{
echo "NO CODE";
}
?>