curl --location --request GET 'https://test.51vive.com/app/expense/record/page'
{
"total": 0,
"rows": [
{
"id": 0,
"content": "string",
"amount": 0,
"expenseTime": "2019-08-24T14:15:22Z",
"payType": 0,
"remark": "string",
"status": 0,
"sysModule": "string",
"type": 0
}
],
"code": 0,
"msg": "string"
}