This commit is contained in:
Mrx
2026-06-09 16:54:00 +08:00
parent 209f9630ad
commit a29265f901
6 changed files with 24 additions and 5 deletions

View File

@@ -720,8 +720,9 @@ 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"`
BaseURL2 string `mapstructure:"baseUrl2"`
AppCode2 string `mapstructure:"app_code2"`
AuthPDFStorageDir string `mapstructure:"auth_pdf_storage_dir"`
Logging HuiboLoggingConfig `mapstructure:"logging"`
}