* Open webhook async mode.

This commit is contained in:
wangyuting
2023-08-10 10:58:10 +08:00
parent 1e181ce7ea
commit 2e9545155a
4 changed files with 2 additions and 7 deletions
+1 -1
View File
@@ -789,7 +789,7 @@ class webhookModel extends model
$log->url = $webhook->url;
$log->contentType = $webhook->contentType;
$log->data = $data;
$log->result = $result;
$log->result = (string)$result;
$this->dao->insert(TABLE_LOG)->data($log)->exec();
return !dao::isError();