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.
|
- package md
-
- type RealNewsData struct {
- Id int `json:"id"`
- Key string `json:"key"`
- CateId string `json:"cate_id"`
- Images string `json:"images"`
- Platform string `json:"platform"`
- Content string `json:"content"`
- OldContent string `json:"old_content"`
- StartTime int64 `json:"start_time"`
- }
|