[已解决]Flask中添加了Flask-Login和login_required后访问某个路由出错:405 Method Not Allowed the method is not allowed for the requested URL
crifan 8年前 (2016-09-02) 8893浏览 0评论
之前已经添加了Flask-Login: [记录]如何在Flask中实现记住微信公众号的用户帐户的登录状态 且给此处的对应的一个路由接口:join_event,添加了login_required: @app.route(‘/join_...