添加Github登录,优化数据库模型
This commit is contained in:
6
service/oauth/qq.py
Normal file
6
service/oauth/qq.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from pydantic import BaseModel
|
||||
import aiohttp
|
||||
|
||||
async def get_access_token(
|
||||
code: str
|
||||
)
|
||||
Reference in New Issue
Block a user