Browse Source

获取未读总数

bianjunhui 1 năm trước cách đây
mục cha
commit
0b5e762513
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      application/api/controller/Message.php

+ 3 - 0
application/api/controller/Message.php

@@ -160,6 +160,9 @@ class Message extends Api
             if($list){
                 $this->success();
             }else{
+
+
+
                 $post['addtime']=time();
                 $re = Db::name('message_read')->insertGetId($post);
                 if($re){