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 model |
|
|
|
// ReportAction report message |
|
type ReportAction struct { |
|
Cid int64 `json:"cid"` // 视频id |
|
Did int64 `json:"dmid"` // 弹幕id |
|
HideTime int64 `json:"hide_time"` // 弹幕隐截止j时间 |
|
}
|
|
|