|
|
@@ -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) {
|