From 409c0ab36d42d9c22b88de23748dc695502b9ee6 Mon Sep 17 00:00:00 2001 From: "you@company-pc" Date: Wed, 26 Jun 2024 11:56:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=97=A0=E6=B3=95=E9=87=87?= =?UTF-8?q?=E9=9B=86=E5=B0=8F=E7=BA=A2=E4=B9=A6=20creator=20IP=20=E5=BD=92?= =?UTF-8?q?=E5=B1=9E=E5=9C=B0=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- store/xhs/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/store/xhs/__init__.py b/store/xhs/__init__.py index ab13482..6620c70 100644 --- a/store/xhs/__init__.py +++ b/store/xhs/__init__.py @@ -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,