mod: 关系查询接口传参

This commit is contained in:
guozhigq
2023-12-22 00:41:49 +08:00
parent d9859755e3
commit 6f7b688fa9

View File

@ -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) {