package request type SendTemplateMsgRep struct { ReportId int } type WeChatLoginReq struct { Code string `description:"用户code"` }