* fix error.

This commit is contained in:
wangyidong
2019-11-21 16:03:39 +08:00
parent 5ce0a2ca78
commit ebf78655dc
+1 -1
View File
@@ -170,7 +170,7 @@ class webhook extends control
$response = $dingapi->getAllUsers();
if($response['result'] == 'fail')
{
echo js::error($response->message);
echo js::error($response['message']);
die(js::locate($this->createLink('webhook', 'browse')));
}