添加授权列表

This commit is contained in:
18610128193
2026-06-16 15:59:52 +08:00
parent 5afe837dec
commit 3b5477cc2a
10 changed files with 592 additions and 85 deletions
@@ -75,7 +75,7 @@ async def create_user_oauth_app(
app_id=app_id,
secret=secret,
open_type=open_type,
count=count,
max_count=count,
auth_url=auth_url,
company=company,
create_by=create_by,
@@ -109,7 +109,7 @@ async def update_user_oauth_app(
if status is not None:
app.status = status
if count is not None:
app.count = count
app.max_count = count
if auth_url is not None:
app.auth_url = auth_url
if company is not None: