处理分享2
This commit is contained in:
@@ -1,10 +1,17 @@
|
||||
package requests
|
||||
|
||||
type ShareRequest struct {
|
||||
GetShare // 获取分享数据
|
||||
GetBackgroundImage // 获取背景图
|
||||
ShareAuth // 授权
|
||||
}
|
||||
|
||||
type GetShare struct {
|
||||
// GetBackgroundImage 获取背景图
|
||||
type GetBackgroundImage struct {
|
||||
QaShareId string `json:"qa_share_id" form:"qa_share_id" label:"分享标识" validate:"required"`
|
||||
}
|
||||
|
||||
// ShareAuth 授权
|
||||
type ShareAuth struct {
|
||||
QaShareId string `json:"qa_share_id" form:"qa_share_id" label:"分享标识" validate:"required"`
|
||||
QaPassword string `json:"qa_password" form:"qa_password" label:"密码" validate:"required"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user