package front type GetAliOauthRequest struct { Code string `json:"code" form:"code" validate:"required" ` PayChannelId string `json:"pay_channel_id" form:"pay_channel_id" validate:"required" ` }