Please enable JavaScript in your browser!
Ana Sayfa
Keşfet
Yardım
Üye Ol
Giriş Yap
CHENSEN
/
csapi
İzle
3
Yıldızla
0
Çatalla
0
Files
Sorunlar
0
Değişiklik İstekleri
0
Wiki
Ağaç:
1bd51bedca
Dallar
Biçim İmleri
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
Geçmiş
Ham
1
2
3
4
5
6
7
<?php
if (isset($_GET['code'])){
echo $_GET['code'];
}else{
echo "NO CODE";
}
?>