mirror of
https://github.com/iLoveElysia/openbilibili.git
synced 2026-03-14 05:46:26 -05:00
9 lines
157 B
Go
9 lines
157 B
Go
package model
|
|
|
|
// App app info.
|
|
type App struct {
|
|
AppID int32 `json:"appid"`
|
|
AppKey string `json:"appkey"`
|
|
AppSecret string `json:"app_secret"`
|
|
}
|