feat: 调整站内信接口 (#6228)

* feat: 调整站内信接口

* 添加 websockt

* 添加信息类型字段

* 添加 has_read 过滤参数

* feat: 调整站内信接口

* 添加 websockt

* 添加信息类型字段

* 添加 has_read 过滤参数

* 去掉type websocket

* perf: 去掉type

Co-authored-by: xinwen <coderWen@126.com>
Co-authored-by: ibuler <ibuler@qq.com>
This commit is contained in:
fit2bot
2021-06-08 11:11:27 +08:00
committed by GitHub
parent 391a5cb7d0
commit af92271a52
8 changed files with 36 additions and 22 deletions

View File

@@ -1,4 +1,5 @@
from django.db import models
from django.utils.translation import gettext_lazy as _
from common.db.models import JMSModel