* finish task #6670.

This commit is contained in:
wangyidong
2019-12-12 15:34:50 +08:00
parent 192a412426
commit 739ecf718d
+1 -1
View File
@@ -341,7 +341,7 @@ class webhookModel extends model
if($webhook->type == 'dingding' or $webhook->type == 'dingapi')
{
$data = $this->getDingdingData($title, $text, $mobile);
$data = $this->getDingdingData($title, $text, $webhook->type == 'dingapi' ? '' : $mobile);
}
elseif($webhook->type == 'bearychat')
{