mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-07-02 23:30:16 +08:00
opt multi del
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -533,13 +533,13 @@ class MsgHttp {
|
||||
}
|
||||
|
||||
static Future<LoadingState<List<ImUserInfosData>?>> imUserInfos({
|
||||
required List uids,
|
||||
required String uids,
|
||||
}) async {
|
||||
final csrf = Accounts.main.csrf;
|
||||
var res = await Request().get(
|
||||
Api.imUserInfos,
|
||||
queryParameters: {
|
||||
'uids': uids.join(','),
|
||||
'uids': uids,
|
||||
'build': 0,
|
||||
'mobi_app': 'web',
|
||||
'csrf_token': csrf,
|
||||
|
||||
Reference in New Issue
Block a user