数据采集
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.
 
 
 
 
 
 

13 lines
327 B

  1. package md
  2. type RealNewsData struct {
  3. Id int `json:"id"`
  4. Key string `json:"key"`
  5. CateId string `json:"cate_id"`
  6. Images string `json:"images"`
  7. Platform string `json:"platform"`
  8. Content string `json:"content"`
  9. OldContent string `json:"old_content"`
  10. StartTime int64 `json:"start_time"`
  11. }