* adjust for async send webhook.

This commit is contained in:
z
2020-09-02 12:18:47 +08:00
parent a9df6f3b9c
commit 6e576929b7
2 changed files with 19 additions and 1 deletions
+2
View File
@@ -317,6 +317,8 @@ class webhook extends control
return true;
}
$this->webhook->setSentStatus(array_keys($dataList), 'senting');
$now = helper::now();
$diff = 0;
foreach($dataList as $data)