Sfoglia il codice sorgente

增加系统配置接口

kobe6258 6 mesi fa
parent
commit
a2afaa5751
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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"