bilibili-backup/app/service/main/search/model/rpc.go
2019-04-22 02:59:20 +00:00

17 lines
203 B
Go

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"`
}