curl --location --request POST '/cwBankTransactionRecord/lastMonth.do' \
--header 'Cookie: JSESSIONID=9f2511bf-dae3-4e73-8879-a04c30c16c44;JSESSIONID=;SESSION=9f2511bf-dae3-4e73-8879-a04c30c16c44;JSESSIONID=598E4F80CC13CF23B6FB096103875F74' \
--header 'Content-Type: application/json'
{
"data": {
"startTime": "2023-03-23",
"endTime": "2023-04-23"
},
"msg": "成功",
"code": 0,
"success": true
}