feat: 徽章api

This commit is contained in:
Blizzard
2026-02-12 14:34:31 +08:00
parent 01e13e736c
commit 0405968597
22 changed files with 1150 additions and 62 deletions
+1 -1
View File
@@ -132,7 +132,7 @@ func (a *TopicApi) TopicDetail(c *gin.Context) {
// @Tags 帖子话题
// @Summary 删除任务
// @Security BearerAuth
// @accept json
// @accept application/json
// @Produce application/json
// @Param data body request.IdsReq true "删除话题"
// @Success 200 {string} string "{"success":true,"data":{},"msg":"删除成功"}"