fix(t233): add redacted ERP diagnostics

This commit is contained in:
QiuSW
2026-07-29 11:24:04 +08:00
parent 817a968233
commit 1e703ef257
14 changed files with 412 additions and 28 deletions
+2 -1
View File
@@ -123,7 +123,8 @@ func isERPEnvironmentName(name string) bool {
case ShunyunbaoURLEnvironment,
ShunyunbaoUsernameEnvironment,
ShunyunbaoPasswordEnvironment,
OCRAPIURLEnvironment:
OCRAPIURLEnvironment,
ERPDebugLogEnvironment:
return true
default:
return false