Files
jx-callback/business/model/api_config.go
2019-08-13 17:57:03 +08:00

16 lines
229 B
Go

package model
type AppKeyConfig struct {
ModelIDCULD
VendorID int
AppKey string // 同一平台下不同的Key
Name string
AppType int
Value1 string
Value2 string
Value3 string
Value4 string
Value5 string
}