+ api_config.go
This commit is contained in:
15
business/model/api_config.go
Normal file
15
business/model/api_config.go
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
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
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user