数据采集
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 

13 行
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. }