浏览代码

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"