书籍列表接口新增参数

This commit is contained in:
2025-08-13 15:19:42 +08:00
parent 6ccc87f2bf
commit 8afe651c64
201 changed files with 6987 additions and 1066 deletions

View File

@ -9,8 +9,9 @@ type InfoReq struct {
}
type InfoRes struct {
g.Meta `mime:"application/json"`
AdminId int64 `json:"adminId"`
Id int64 `json:"id"`
Username string `json:"username"`
Role string `json:"role"`
}
type EditPassReq struct {