{
"opTypes": [
0
],
"pageNo": 0,
"positionId": 0,
"recordId": 0,
"uid": "string",
"tokenId": 0,
"adjustType": "string",
"startTime": "2019-08-24T14:15:22.123Z",
"endTime": "2019-08-24T14:15:22.123Z"
}curl --location --request POST 'test-mg-admin.hwyc.io/v1/backend/position/getAdjustCollateralListByPage' \
--header 'Content-Type: application/json' \
--data-raw '{
"opTypes": [
0
],
"pageNo": 0,
"positionId": 0,
"recordId": 0,
"uid": "string",
"tokenId": 0,
"adjustType": "string",
"startTime": "2019-08-24T14:15:22.123Z",
"endTime": "2019-08-24T14:15:22.123Z"
}'{
"code": 0,
"msg": "string",
"data": {
"total": 0,
"list": [
{}
],
"pageNum": 0,
"pageSize": 0,
"size": 0,
"startRow": 0,
"endRow": 0,
"pages": 0,
"prePage": 0,
"nextPage": 0,
"isFirstPage": true,
"isLastPage": true,
"hasPreviousPage": true,
"hasNextPage": true,
"navigatePages": 0,
"navigatepageNums": [
0
],
"navigateFirstPage": 0,
"navigateLastPage": 0
},
"success": true
}