update acl

This commit is contained in:
pycook
2019-11-14 18:35:31 +08:00
parent 47c66be179
commit eaa5cb8bf1
14 changed files with 261 additions and 206 deletions

View File

@@ -13,8 +13,8 @@ from flask import request
from flask import session
from flask_login import login_user
from api.models.account import User
from api.models.account import UserCache
from api.models.acl import User
from api.lib.perm.acl.cache import UserCache
def _auth_with_key():