wechat.go 138 B

123456789
  1. package request
  2. type SendTemplateMsgRep struct {
  3. ReportId int
  4. }
  5. type WeChatLoginReq struct {
  6. Code string `description:"用户code"`
  7. }