mirror of
https://gitee.com/samwaf/SamWaf.git
synced 2026-09-21 04:27:38 +08:00
6 lines
98 B
Go
6 lines
98 B
Go
package request
|
|
|
|
type WafSysLogDetailReq struct {
|
|
Id string `json:"id" form:"id"` //唯一键
|
|
}
|