feat: up投稿显示充电专属

This commit is contained in:
guozhigq
2024-07-18 00:52:17 +08:00
parent c59fed5bc5
commit c0371b3d78
3 changed files with 51 additions and 11 deletions

View File

@ -96,7 +96,14 @@ class MemberHttp {
'dm_img_str': dmImgStr.substring(0, dmImgStr.length - 2),
'dm_cover_img_str': dmCoverImgStr.substring(0, dmCoverImgStr.length - 2),
'dm_img_inter': '{"ds":[],"wh":[0,0,0],"of":[0,0,0]}',
...order == 'charge'
? {
'order': 'pubdate',
'special_type': 'charging',
}
: {}
});
var res = await Request().get(
Api.memberArchive,
data: params,