提交 8cfb482780698c1b23f036a23f67903618d81049

作者 qianyingz
1 个父辈 d3ffb582

bug fixed# import oauth2 missing

正在显示 1 个修改的文件 包含 1 行增加1 行删除
... ... @@ -14,7 +14,7 @@ import time
14 14 from app.models import SM3, AESHelper
15 15 from app.util.component.StructurePrint import StructurePrint
16 16 import traceback
17   -# from oauthlib import oauth2
  17 +from oauthlib import oauth2
18 18 import requests
19 19 from app.modules.auth.models import OAuth2Token, User, db, OAuthLog
20 20 from app.util.enum.AuthEnum import AuthEnum, OriginEnum, OperateEnum
... ...
注册登录 后发表评论