添加授权列表返回token有效期

This commit is contained in:
18610128193
2026-06-30 09:23:09 +08:00
parent c05639fb47
commit 7c2071aa80
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -147,6 +147,10 @@ async def oauth_list(
"open_type": oauth.open_type,
"port_type": oauth.port_type,
"appid": oauth.appid,
"access_token": oauth.access_token,
"access_token_expired": oauth.access_token_expired,
"refresh_token": oauth.refresh_token,
"refresh_token_expired": oauth.refresh_token_expired,
"material_auth_status": oauth.material_auth_status,
"created_at": oauth.created_at,
"updated_at": oauth.updated_at,