数据采集
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

real_news.go 327 B

1 년 전
123456789101112
  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. }