This commit is contained in:
Mrx
2026-05-26 16:17:09 +08:00
parent 760c5812ee
commit f10c5dd626
20 changed files with 598 additions and 10 deletions

View File

@@ -682,6 +682,8 @@ type HuiboConfig struct {
AESKey string `mapstructure:"aes_key"`
WorkOrderCode string `mapstructure:"work_order_code"`
ProductCode string `mapstructure:"product_code"`
BaseURL2 string `mapstructure:"baseUrl2"`
AppCode2 string `mapstructure:"app_code2"`
Logging HuiboLoggingConfig `mapstructure:"logging"`
}