{
"dayDateStart": "string",
"dayDateEnd": "string",
"dayMoneyStart": "string",
"dayMoneyEnd": "string",
"pageIndex": "string",
"pingzId": "string",
"dayRemark": "string",
"sortType": "string",
"saveOrUpdate": "string"
}
curl --location --request POST 'http://172.168.1.18:8657/sz-prodcut//apiPz/getPzDayInfo.do' \
--header 'Cookie: JSESSIONID=5E0105238A5E9797F6A02DC7D03F43F5;JSESSIONID=;JSESSIONID=598E4F80CC13CF23B6FB096103875F74' \
--header 'Content-Type: application/json' \
--data-raw '{
"dayDateStart": "string",
"dayDateEnd": "string",
"dayMoneyStart": "string",
"dayMoneyEnd": "string",
"pageIndex": "string",
"pingzId": "string",
"dayRemark": "string",
"sortType": "string",
"saveOrUpdate": "string"
}'
{
"data": {
"list": [
{
"id": "string",
"orderType": "string",
"orderNum": "string",
"money": "string",
"pzId": "string",
"pzdTime": "string",
"remarks": "string",
"fromWhere": "string",
"payType": "string",
"balance": "string"
}
],
"hasnextpage": true,
"totalitem": 0,
"totalpage": 0,
"hasprevioupage": true,
"hasendpage": true,
"hasfristpage": true,
"previouspage": 0,
"nextpage": 0,
"pagesize": 0,
"cpage": 0
},
"code": 0,
"msg": "string",
"success": true
}