2030919817
我是在express框架上开发的,当用到登录功能时,碰到了这个问题: res.saveCurrentUser is not a function 我已经启用了启用了 CookieSession 中间件了。SDK是最新版的。 报错信息: res.saveCurrentUser is not a function TypeError: res.saveCurrentUser is not a function at D:\nodejs\bsztc\routes\app\users.js:23:9 at wrappedResolvedCallback (D:\nodejs\bsztc\node_mo…
我是按照demo上操作的,已经加载了的