Sfoglia il codice sorgente

add token secret 64 bit

abiao 4 anni fa
parent
commit
99c6cb8a17
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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) {