mirror of
https://github.com/iLoveElysia/openbilibili.git
synced 2026-03-14 13:56:26 -05:00
10 lines
165 B
Go
10 lines
165 B
Go
package activity
|
|
|
|
// Act Act
|
|
type Act struct {
|
|
Aid int64 `json:"id"`
|
|
Title string `json:"name"`
|
|
Link string `json:"pc_url"`
|
|
Cover string `json:"pc_cover"`
|
|
}
|