This commit is contained in:
王怡栋
2021-09-08 13:06:08 +08:00
+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);