Files
2019-04-22 20:46:32 +08:00

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"`
}