mirror of
https://github.com/iLoveElysia/openbilibili.git
synced 2026-06-07 21:48:31 -05:00
13 lines
204 B
Go
13 lines
204 B
Go
package model
|
|
|
|
// Achieve is
|
|
type Achieve struct {
|
|
Award string `json:"award"`
|
|
Mid int64 `json:"mid"`
|
|
}
|
|
|
|
// AchieveGetReply is
|
|
type AchieveGetReply struct {
|
|
AwardToken string `json:"award_token"`
|
|
}
|