From 6f7b688fa9fefdb0317b108519e784610ae0c7a3 Mon Sep 17 00:00:00 2001 From: guozhigq Date: Fri, 22 Dec 2023 00:41:49 +0800 Subject: [PATCH] =?UTF-8?q?mod:=20=E5=85=B3=E7=B3=BB=E6=9F=A5=E8=AF=A2?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E4=BC=A0=E5=8F=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/http/user.dart | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/http/user.dart b/lib/http/user.dart index f439b815a..5a9cb5937 100644 --- a/lib/http/user.dart +++ b/lib/http/user.dart @@ -255,9 +255,7 @@ class UserHttp { static Future relationSearch(int mid) async { Map params = await WbiSign().makSign({ 'mid': mid, - 'token': '', - 'platform': 'web', - 'web_location': 1550101, + 'web_location': 333.999, }); var res = await Request().get( Api.relationSearch, @@ -265,6 +263,7 @@ class UserHttp { 'mid': mid, 'w_rid': params['w_rid'], 'wts': params['wts'], + 'web_location': 333.999, }, ); if (res.data['code'] == 0) {