蛋蛋星球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.
 
 
 
 

22 lines
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. }