修复无法采集小红书 creator IP 归属地的问题

This commit is contained in:
you@company-pc 2024-06-26 11:56:41 +08:00
parent cec79ee560
commit 409c0ab36d
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ async def save_creator(user_id: str, creator: Dict):
'gender': '' if user_info.get('gender') == 1 else '',
'avatar': user_info.get('images'),
'desc': user_info.get('desc'),
'ip_location': user_info.get('ip_location'),
'ip_location': user_info.get('ipLocation'),
'follows': follows,
'fans': fans,
'interaction': interaction,