Complete tasks #6904,#6899.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user