curl --location '/app-api/trade/brokerage-record/page?bizType=1&status=1&pageNo=1&pageSize=10'{
"code": 0,
"data": {
"list": [
{
"id": 10,
"bizId": "10",
"title": "用户下单",
"price": 1000,
"status": 1,
"createTime": "2019-08-24T14:15:22.123Z",
"finishTime": "2019-08-24T14:15:22.123Z"
}
],
"total": 0
},
"msg": "string"
}