临时bug 上报处方平台

This commit is contained in:
haomingming
2026-01-04 10:26:29 +08:00
parent 74b5610514
commit 1b33c1f241
3 changed files with 4 additions and 1 deletions
+1
View File
@@ -5,4 +5,5 @@ type Pre struct {
PrePlatClientSecret string `mapstructure:"pre-plat-client-secret" json:"pre-plat-client-secret" yaml:"pre-plat-client-secret"`
PrePlatAppUrl string `mapstructure:"pre-plat-app-url" json:"pre-plat-app-url" yaml:"pre-plat-app-url"`
PrePlatPharmacyCode string `mapstructure:"pre-plat-pharmacy-code" json:"pre-plat-pharmacy-code" yaml:"pre-plat-pharmacy-code"`
PrePlatTerminalCode string `mapstructure:"pre-plat-terminal-code" json:"pre-plat-terminal-code" yaml:"pre-plat-terminal-code"`
}