2024-11-19 09:47:25 +08:00

11 lines
274 B
Go
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

package requests
type PublicRequest struct {
GetOssSign // 获取oss签名
}
// GetOssSign 获取oss签名
type GetOssSign struct {
Scene int `json:"scene" form:"scene" validate:"required,oneof=1 2 3" label:"场景"` // 1:场内题目 2:场外题目 3:飞花令)
}