Please enable JavaScript in your browser!
Página inicial
Explorar
Ajuda
Registrar
Entrar
CHENSEN
/
csapi
Observar
3
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Tree:
1b8a7d5f96
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
Histórico
Raw
1
2
3
4
5
6
7
<?php
if (isset($_GET['code'])){
echo $_GET['code'];
}else{
echo "NO CODE";
}
?>