认证高级PHP讲师
呃。 。在你找到的資料中,不是已經有方案了嗎,何不試試看呢?
from flask_restful import Resource class Foo(Resource): decorators = [auth.login_required] def get(self): pass def post(self): pass
呃。 。在你找到的資料中,不是已經有方案了嗎,何不試試看呢?