蛋蛋星球RabbitMq消费项目
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

24 line
584 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. Num string `json:"num"`
  10. }
  11. type AliyunSmsRecordFundData struct {
  12. Id string `json:"id"`
  13. Phone string `json:"phone"`
  14. Title string `json:"title"`
  15. Content string `json:"content"`
  16. Code string `json:"code"`
  17. Extra string `json:"extra"`
  18. Num string `json:"num"`
  19. }
  20. type AdvertisingWatch struct {
  21. Id string `json:"id"`
  22. }