|
代码如下
$inputs = $this->input->get();
$token_url = "https://graph.qq.com/oauth2.0/token?grant_type=authorization_code&client_id=替换&redirect_uri=http://www.luxsun.com.cn/index.php&client_secret=替换&code=".$inputs['code'];
$response = file_get_contents($token_url);
错误
502 Bad Gateway nginx/1.0.15
为什么会出现502错误 ??? 是不是服务器的问题呀
|
|