bilibili-backup/app/service/main/passport-game/model/open.go

9 lines
157 B
Go
Raw Normal View History

2019-04-22 10:59:20 +08:00
package model
// App app info.
type App struct {
AppID int32 `json:"appid"`
AppKey string `json:"appkey"`
AppSecret string `json:"app_secret"`
}