{
"pageNum": 1,
"pageSize": 10,
"orderNo": "ORD54561256651",
"patientName": "是国香",
"patientId": "42",
"orderType": "02",
"status": 1,
"createTimeBegin": "2026-07-07 17:28:06",
"createTimeEnd": "2026-02-23 07:50:48",
"paySource": 29
}curl --location '/api/outpay/queryPayPage' \
--header 'Content-Type: application/json' \
--data '{
"pageNum": 1,
"pageSize": 10,
"orderNo": "ORD54561256651",
"patientName": "是国香",
"patientId": "42",
"orderType": "02",
"status": 1,
"createTimeBegin": "2026-07-07 17:28:06",
"createTimeEnd": "2026-02-23 07:50:48",
"paySource": 29
}'{
"code": 0,
"msg": "成功",
"ok": true,
"data": {
"total": 35,
"list": [
{
"id": "2065333256632",
"orderNo": "ORD052213522541",
"patientId": "123456789",
"patientName": "习娜",
"orderType": "02",
"amount": 35,
"status": 1,
"createTime": "2025-10-26 11:05:44",
"payTime": "2026-12-26 10:58:43",
"cancelTime": "2025-08-11 20:42:23",
"cancelReason": null,
"details": "",
"posCode": "0000102",
"paySource": 1,
"payType": 2
}
]
}
}