作者 王智

文档修改

... ... @@ -76,7 +76,7 @@ class GuanYiCloud extends Api
$data['sign'] = $this->sign($data, SECRET);
$Rult = json_decode(json_encode(json_decode($this->mycurl(URL, $data))), true);
if ($Rult['success'] == false) {
$this->error('授权失败,请稍后尝试');
$this->error('授权网络超时');
}
}
... ...