open.go 157 B

12345678
  1. package model
  2. // App app info.
  3. type App struct {
  4. AppID int32 `json:"appid"`
  5. AppKey string `json:"appkey"`
  6. AppSecret string `json:"app_secret"`
  7. }