mirror of
https://github.com/iLoveElysia/openbilibili.git
synced 2026-09-02 23:58:04 -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"`
|
|
}
|