广告,本地推都是用广告
This commit is contained in:
@@ -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 "无配置"
|
||||
|
||||
Reference in New Issue
Block a user