api/v1/sys_api.go api/v1/sys_menu.go api/v1/sys_user.go model/request/common.go 其中的参数校验代码Id改成ID,修复参数校验的bug
This commit is contained in:
@@ -8,7 +8,7 @@ type PageInfo struct {
|
||||
|
||||
// Find by id structure
|
||||
type GetById struct {
|
||||
Id float64 `json:"id" form:"id"`
|
||||
ID float64 `json:"id" form:"id"`
|
||||
}
|
||||
|
||||
type IdsReq struct {
|
||||
|
Reference in New Issue
Block a user