zhangzengfei
2024-05-18 90ebf117a7e1ccf630361fe0f66289563b1eeb25
config/config.go
@@ -52,8 +52,8 @@
// 梯控设备
type nvcs struct {
   Model string // 型号
   Port  string // 端口
   Model string `mapstructure:"model"` // 型号
   Port  string `mapstructure:"port"`  // 端口
}
type rateLimitConfig struct {