mirror of
https://github.com/iLoveElysia/openbilibili.git
synced 2026-06-07 21:48:31 -05:00
14 lines
234 B
Go
14 lines
234 B
Go
|
|
package model
|
||
|
|
|
||
|
|
// LotteryRes ..
|
||
|
|
type LotteryRes struct {
|
||
|
|
RIDs []int64 `json:"rids"`
|
||
|
|
Offset int64 `json:"offset"`
|
||
|
|
HasMore int `json:"has_more"`
|
||
|
|
}
|
||
|
|
|
||
|
|
// VoteBIZArchive .
|
||
|
|
type VoteBIZArchive struct {
|
||
|
|
Aid int64 `json:"aid"`
|
||
|
|
}
|