* finish task #6593.

This commit is contained in:
wangyidong
2019-11-26 10:10:24 +08:00
parent f55e28a6fd
commit c76de78022
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -183,7 +183,7 @@ class webhook extends control
}
$dingUsers = $response['data'];
$bindedPairs = $this->webhook->getBindUsers($id);
$bindedPairs = $this->webhook->getBoundUsers($id);
$useridPairs = array('' => '');
foreach($dingUsers as $name => $userid) $useridPairs[$userid] = $name;