mod: 数据请求
This commit is contained in:
@ -10,7 +10,8 @@ class DynamicsHttp {
|
||||
var res = await Request().get(Api.followDynamic, data: {
|
||||
'type': type ?? 'all',
|
||||
'page': page ?? 1,
|
||||
'offest': page == 1 ? '' : offset,
|
||||
'timezone_offset': '-480',
|
||||
'offset': page == 1 ? '' : offset,
|
||||
'features': 'itemOpusStyle'
|
||||
});
|
||||
if (res.data['code'] == 0) {
|
||||
|
Reference in New Issue
Block a user