数据采集
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

real_news.go 327 B

1 anno fa
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. }