fix: failed to load member info

This commit is contained in:
bggRGjQaUbCoE
2024-10-14 15:08:05 +08:00
parent cd75873672
commit 270bf0a4b6
2 changed files with 25 additions and 1 deletions

View File

@@ -42,12 +42,14 @@ class MemberHttp {
static Future memberInfo({
int? mid,
String token = '',
dynamic wwebid,
}) async {
Map params = await WbiSign().makSign({
'mid': mid,
'token': token,
'platform': 'web',
'web_location': 1550101,
'w_webid': wwebid,
});
var res = await Request().get(
Api.memberInfo,