mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 11:08:03 +08:00
fix: like details (#1438)
* fix: like details * check counts --------- Co-authored-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
committed by
GitHub
parent
ec37af5900
commit
8f87d248a1
@@ -86,15 +86,16 @@ class MsgHttp {
|
||||
}
|
||||
|
||||
static Future<LoadingState<MsgLikeDetailData>> msgLikeDetail({
|
||||
required dynamic cardId,
|
||||
required Object cardId,
|
||||
required int pn,
|
||||
Object lastMid = 0,
|
||||
}) async {
|
||||
var res = await Request().get(
|
||||
Api.msgLikeDetail,
|
||||
queryParameters: {
|
||||
'card_id': cardId,
|
||||
'pn': pn,
|
||||
'last_view_at': 0,
|
||||
'last_mid': lastMid,
|
||||
'platform': 'web',
|
||||
'build': 0,
|
||||
'mobi_app': 'web',
|
||||
|
||||
Reference in New Issue
Block a user