diff --git a/application/api/model/Tencent.php b/application/api/model/Tencent.php index b8fdfe7e..d5a0aa8a 100644 --- a/application/api/model/Tencent.php +++ b/application/api/model/Tencent.php @@ -427,7 +427,8 @@ class Tencent extends Model ), ); if($uid == 'administrator'){ -// $curlPost['MsgBody']['MsgType'] = 'TIMCustomElem'; + $curlPost['MsgBody']['MsgType'] = 'TIMCustomElem'; + $curlPost['MsgBody']['MsgContent']['Data'] = $message; $curlPost['SendMsgControl'] = array( "NoUnread","NoLastMsg","WithMuteNotifications","NoMsgCheck" );