diff --git a/docs/docs.go b/docs/docs.go index cd222aa..ae0a041 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -855,7 +855,7 @@ const docTemplate = `{ "application/json" ], "tags": [ - "消息日志" + "用户端" ], "summary": "获取消息日志", "parameters": [ diff --git a/docs/swagger.json b/docs/swagger.json index 8f7f7b8..a2dfad5 100644 --- a/docs/swagger.json +++ b/docs/swagger.json @@ -847,7 +847,7 @@ "application/json" ], "tags": [ - "消息日志" + "用户端" ], "summary": "获取消息日志", "parameters": [ diff --git a/docs/swagger.yaml b/docs/swagger.yaml index 1592eb4..7e535b1 100644 --- a/docs/swagger.yaml +++ b/docs/swagger.yaml @@ -1089,7 +1089,7 @@ paths: $ref: '#/definitions/code.Failure' summary: 获取消息日志 tags: - - 消息日志 + - 用户端 /app/send_message: post: consumes: diff --git a/internal/api/message/message_list_user.go b/internal/api/message/message_list_user.go index 5c085bc..3d9e0d6 100644 --- a/internal/api/message/message_list_user.go +++ b/internal/api/message/message_list_user.go @@ -38,7 +38,7 @@ type appMessagePageListResponse struct { // AppMessagePageList 获取消息日志 // @Summary 获取消息日志 // @Description 获取消息日志 -// @Tags 消息日志 +// @Tags 用户端 // @Accept json // @Produce json // @Param app_id query string true "小程序ID"