cutego/core/api/v1/request/log_request.go

10 lines
148 B
Go
Raw Normal View History

2022-03-13 16:02:24 +08:00
package request
import "cutego/pkg/base"
type LogQuery struct {
base.GlobalQuery
Uid string `form:"uid"`
Content string `form:"content"`
}