mirror of
https://gitee.com/dromara/mayfly-go
synced 2026-02-13 16:25:37 +08:00
refactor: 后端路由定义方式&请求参数绑定重构
This commit is contained in:
@@ -8,9 +8,7 @@ type MongoQuery struct {
|
||||
Name string
|
||||
Uri string
|
||||
SshTunnelMachineId uint64 // ssh隧道机器id
|
||||
TagId uint64 `json:"tagId"`
|
||||
TagPath string `json:"tagPath"`
|
||||
TagPath string `json:"tagPath" form:"tagPath"`
|
||||
|
||||
TagIds []uint64
|
||||
TagPathLike string
|
||||
TagIds []uint64
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user