正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -76,7 +76,7 @@ class GuanYiCloud extends Api | @@ -76,7 +76,7 @@ class GuanYiCloud extends Api | ||
76 | $data['sign'] = $this->sign($data, SECRET); | 76 | $data['sign'] = $this->sign($data, SECRET); |
77 | $Rult = json_decode(json_encode(json_decode($this->mycurl(URL, $data))), true); | 77 | $Rult = json_decode(json_encode(json_decode($this->mycurl(URL, $data))), true); |
78 | if ($Rult['success'] == false) { | 78 | if ($Rult['success'] == false) { |
79 | - $this->error('失败'); | 79 | + $this->error('授权失败,请稍后尝试'); |
80 | } | 80 | } |
81 | } | 81 | } |
82 | 82 |
-
请 注册 或 登录 后发表评论