Files

9 lines
157 B
Go
Raw Permalink Normal View History

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