bilibili-backup/app/service/main/search/model/rpc.go

17 lines
203 B
Go
Raw Normal View History

2019-04-22 10:59:20 +08:00
package model
// ArgDMHistory .
type ArgDMHistory struct {
Oid int64
Date string
Pn int
Ps int
Order string
Sort string
}
// DMHistory .
type DMHistory struct {
ID int64 `json:"id"`
}