作者 王智

文档修改

@@ -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