Browse Source

增加系统配置接口

kobe6258 6 months ago
parent
commit
a2afaa5751
1 changed files with 1 additions and 0 deletions
  1. 1 0
      utils/constants.go

+ 1 - 0
utils/constants.go

@@ -78,6 +78,7 @@ var NoAuthApiMap = map[string]bool{
 	"/user/readMessage":       true,
 	"/user/readMessages":      true,
 	"/user/message":           true,
+	"/sys/config":             true,
 }
 
 var APPNAME string = "海通CRM"