浏览代码

add token secret 64 bit

abiao 4 年之前
父节点
当前提交
99c6cb8a17
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      go/gopath/src/fohow.com/apps/init.go

+ 1 - 1
go/gopath/src/fohow.com/apps/init.go

@@ -535,7 +535,7 @@ func (self *BaseController) Prepare() {
 		}
 	}
 	/*
-		// FIXME : userId 与 wxUserId已统一
+		// FIXME : userId 与 wxUserId已统一,故不做userid登录check
 		if len(self.ExceptCheckUserLoginAction) > 0 {
 			for _, an := range self.ExceptCheckUserLoginAction {
 				if strings.ToLower(an) == "*" || strings.ToLower(an) == strings.ToLower(actionName) {