소스 검색

token检测

kobe6258 3 달 전
부모
커밋
c47f9c8c2b
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      utils/constants.go

+ 1 - 0
utils/constants.go

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