广告涉及的mq都放这里
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.

2 月之前
1234567891011
  1. package md
  2. type ZhiosAdOriginalDataApplication struct {
  3. AppId string `json:"app_id"`
  4. AdId string `json:"ad_id"`
  5. Date string `json:"date"`
  6. IsEnd string `json:"is_end"` //用来判断哪一个是最后一个
  7. Mid string `json:"mid"`
  8. ComponentAppid string `json:"component_appid"`
  9. ComponentAppsecret string `json:"component_appsecret"`
  10. }