lip 3 months ago
parent
commit
891b9fec15
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/enterprise/model/Message.php

+ 1 - 1
app/enterprise/model/Message.php

@@ -39,7 +39,7 @@ class Message extends BaseModel
                     'content'=>$content,
                     'content'=>$content,
                     'toContactId'=>$user_id,
                     'toContactId'=>$user_id,
                     'sendTime'=>time()*1000,
                     'sendTime'=>time()*1000,
-                    'type'=>'html',
+                    'type'=>'event',
                     'is_group'=>0,
                     'is_group'=>0,
                     'status'=>'succeed',
                     'status'=>'succeed',
                     'fromUser'=>$userInfo,
                     'fromUser'=>$userInfo,