source path 适配common

This commit is contained in:
2025-03-31 11:38:28 +08:00
parent abe6e9da6b
commit 17703d2521
3 changed files with 7 additions and 7 deletions

View File

@ -103,3 +103,7 @@ const (
FailBehaviorContinue = "continue" // 失败后继续请求
FailBehaviorError = "error" // 失败后终止请求
)
const (
CommonServiceAlias = "__COMMON__"
)