This commit is contained in:
苏尹岚
2021-02-24 10:06:55 +08:00
parent 3858c45274
commit 47d4a11d1d

View File

@@ -127,7 +127,7 @@ func (c *MsgController) GetStoreMessages() {
// @Param storeIDs query string false "门店 ID列表"
// @Param fromTime query string false "创建起始时间"
// @Param toTime query string false "创建结束时间"
// @Param confirmStatuss query int false "确认状态0表示没点1表示确认-1表示拒绝"
// @Param confirmStatuss query string false "确认状态0表示没点1表示确认-1表示拒绝"
// @Param fromReadCount query int false "已读次数开始"
// @Param toReadCount query int false "已读次数结束"
// @Param offset query int false "消息状态列表起始序号以0开始缺省为0"