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.
12 lines
398 B
12 lines
398 B
package coin |
|
|
|
type Arc struct { |
|
Aid int64 `json:"aid,omitempty"` |
|
Tid int64 `json:"tid,omitempty"` |
|
Name string `json:"tname,omitempty"` |
|
Copyright int `json:"copyright,omitempty"` |
|
Title string `json:"title,omitempty"` |
|
Pic string `json:"pic,omitempty"` |
|
Play int `json:"play,omitempty"` |
|
VideoReview int `json:"video_review,omitempty"` |
|
}
|
|
|