diff --git a/business/model/api_config.go b/business/model/api_config.go new file mode 100644 index 000000000..1aad8ff93 --- /dev/null +++ b/business/model/api_config.go @@ -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 +}