system setting add site_prefix

This commit is contained in:
Liujian
2024-11-26 23:49:44 +08:00
parent cb63931f30
commit 601663b658
3 changed files with 4 additions and 0 deletions
+1
View File
@@ -14,6 +14,7 @@ var (
const (
KeyInvokeAddress = "system.node.invoke_address"
KeySitePrefix = "system.setting.site_prefix"
)
type imlSettingService struct {