广告,本地推都是用广告

This commit is contained in:
18610128193
2026-06-26 18:19:31 +08:00
parent 8f9140b6e7
commit 627087797b
3 changed files with 7 additions and 6 deletions
@@ -60,9 +60,9 @@ async def build_oauth_url(open_type: int, user_id: str, db: AsyncSession) -> str
if open_type == 1:
#千川
return await _build_jl_oauth_url(open_type, user_id, db)
elif open_type == 2:
#广告
return await _build_jl_oauth_url(open_type, user_id, db)
elif open_type in [2, 3]:
#广告,本地推
return await _build_jl_oauth_url(2, user_id, db)
elif open_type == 5:
#快手代理商
return "无配置"