蛋蛋星球RabbitMq消费项目
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 

22 行
525 B

  1. package md
  2. type JpushRecordFundData struct {
  3. Id string `json:"id"`
  4. UserId string `json:"user_id"`
  5. Title string `json:"title"`
  6. Content string `json:"content"`
  7. Platform string `json:"platform"`
  8. Target string `json:"target"`
  9. }
  10. type AliyunSmsRecordFundData struct {
  11. Id string `json:"id"`
  12. Phone string `json:"phone"`
  13. Title string `json:"title"`
  14. Content string `json:"content"`
  15. Code string `json:"code"`
  16. Extra string `json:"extra"`
  17. }
  18. type AdvertisingWatch struct {
  19. Id string `json:"id"`
  20. }