PaymentCenter/app/http/entities/front/ali.go

7 lines
206 B
Go

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" `
}