report.go 230 B

12345678
  1. package model
  2. // ReportAction report message
  3. type ReportAction struct {
  4. Cid int64 `json:"cid"` // 视频id
  5. Did int64 `json:"dmid"` // 弹幕id
  6. HideTime int64 `json:"hide_time"` // 弹幕隐截止j时间
  7. }