mod: 关系查询接口传参
This commit is contained in:
@ -255,9 +255,7 @@ class UserHttp {
|
|||||||
static Future relationSearch(int mid) async {
|
static Future relationSearch(int mid) async {
|
||||||
Map params = await WbiSign().makSign({
|
Map params = await WbiSign().makSign({
|
||||||
'mid': mid,
|
'mid': mid,
|
||||||
'token': '',
|
'web_location': 333.999,
|
||||||
'platform': 'web',
|
|
||||||
'web_location': 1550101,
|
|
||||||
});
|
});
|
||||||
var res = await Request().get(
|
var res = await Request().get(
|
||||||
Api.relationSearch,
|
Api.relationSearch,
|
||||||
@ -265,6 +263,7 @@ class UserHttp {
|
|||||||
'mid': mid,
|
'mid': mid,
|
||||||
'w_rid': params['w_rid'],
|
'w_rid': params['w_rid'],
|
||||||
'wts': params['wts'],
|
'wts': params['wts'],
|
||||||
|
'web_location': 333.999,
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
if (res.data['code'] == 0) {
|
if (res.data['code'] == 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user