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 }