文评列表json添加username字段

This commit is contained in:
2025-10-08 01:39:12 +08:00
parent 43e9aa4776
commit 6a09d6ab91
6 changed files with 62 additions and 18 deletions

View File

@@ -9,6 +9,7 @@ import (
"toutoukan/controllers/goods"
"toutoukan/controllers/kills"
"toutoukan/controllers/notifications/getnotifications"
"toutoukan/controllers/ping"
"toutoukan/controllers/search"
"toutoukan/controllers/system"
"toutoukan/controllers/user"
@@ -68,6 +69,7 @@ func SetupRouter() *gin.Engine {
{
fileGroup.POST("/upload", file.PicUpload)
}
r.GET("/ping", ping.GetPing)
return r
}