Complete tasks #6904,#6899.

This commit is contained in:
leiyong
2020-02-26 10:04:26 +08:00
parent 998c17937d
commit c8721e8313
5 changed files with 48 additions and 2 deletions
+1
View File
@@ -218,6 +218,7 @@ class webhookModel extends model
->remove('allParams, allActions')
->get();
$webhook->params = $this->post->params ? implode(',', $this->post->params) . ',text' : 'text';
if($webhook->type == 'dingapi')
{
$webhook->secret = array();