package user type UpdatePayInput struct { OpenId string `json:"openId"` WxPay string `json:"wxPay"` AliPay string `json:"aliPay"` }