正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
@@ -33,6 +33,7 @@ class Login extends Base | @@ -33,6 +33,7 @@ class Login extends Base | ||
33 | $result = http_request($url); | 33 | $result = http_request($url); |
34 | $res = json_decode($result, true); | 34 | $res = json_decode($result, true); |
35 | print_r($res);return; | 35 | print_r($res);return; |
36 | + | ||
36 | if (!$res) { | 37 | if (!$res) { |
37 | $this->error("授权失败,请尝试重新授权"); | 38 | $this->error("授权失败,请尝试重新授权"); |
38 | //$res = json_decode(send_post($url), true); | 39 | //$res = json_decode(send_post($url), true); |
-
请 注册 或 登录 后发表评论