curl --location --request POST '/basic/prepayment/app/getUserSaleList' \
--header 'token: userweb_eyJ0eXBlIjoiSldUIiwiYWxnIjoiSFMyNTYifQ.eyJpZCI6MTIsIm5hbWUiOiJyb29tMDEiLCJleHAiOjE3MzI0NDE0MzgsIm5iZiI6MTczMjQxMjYzOH0.MDd6xGxiJJ-Nm9tfop1kTWRuBYoZLLM7LV2PH46SkXk' \
--header 'Content-Type: application/json' \
--data-raw '{
"startTime":"2024-11-01",
"endTime":"2024-11-24"
}'{
"success": "1",
"errorCode": "",
"errorMsg": "",
"data": [
{
"createTime": "2024-11-17 10:08:13",
"roomNo": "DDSY1352_1_14",
"saleMoney": "1.00",
"saleType": "1",
"buyType": "1",
"buyTypeNames": {
"en-US": "Cash",
"zh-CN": "现金支付"
},
"remark": "",
"saleNo": "TEST001",
"success": 1,
"meterType": 0
}
]
}