username:password
Authorization: Basic *****************
curl --location --request GET '/open-api/pay/queryBatch?payType=110&time=2023030703' \
--header 'x-app-id: appId'
{
"code": 200,
"msg": "success",
"data": [
{
"orderId": "S110202302171626624797805051904",
"merchantOrderId": "90faff9e-b358-4230-ab89-8aa3674a539c",
"status": "01"
},
{
"orderId": "S110202302171626624666728857600",
"merchantOrderId": "bba87ba7-e946-4137-8aa0-5e6053895678",
"status": "01"
},
{
"orderId": "S110202302171626625154769682432",
"merchantOrderId": "ee072cc7-0c47-45d5-b087-4a033e3e8980",
"status": "01"
}
],
"traceId": "i160,i1603068b8f89c99e5d4d51ac71834d0612e917"
}