* Fix error of eidt story and send webhook message.

This commit is contained in:
liyuchun
2021-09-06 09:20:20 +08:00
parent da0134263d
commit 5591075d4d
2 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -596,7 +596,7 @@ class webhookModel extends model
$toList = implode(',', $toList);
}
$toList = str_replace(",{$this->app->user->account},", '', ",$toList,");
$toList = str_replace(",{$this->app->user->account},", ' ', ",$toList,");
$openIdList = $this->getBoundUsers($webhookID, $toList);
$openIdList = join(',', $openIdList);