{
"appId": "Aleph001",
"reqTime": "2019072314100",
"sign": "C23FA3CB40627C6FDA0FC5D890BDF848",
"tenantId": "a000001",
"queryPage": {
"orders": [
{
"fieldName": "createdTime",
"order": "0"
}
],
"page": 1,
"queries": [
{
"cp": "0",
"field": "tenantId",
"lc": "1",
"value": "a000001"
}
],
"size": 10
}
}
curl --location --request POST '/jiafulai/paymentgateway/api/invoicetitle/query' \
--header 'Content-Type: application/json' \
--data-raw '{
"appId": "Aleph001",
"reqTime": "2019072314100",
"sign": "C23FA3CB40627C6FDA0FC5D890BDF848",
"tenantId": "a000001",
"queryPage": {
"orders": [
{
"fieldName": "createdTime",
"order": "0"
}
],
"page": 1,
"queries": [
{
"cp": "0",
"field": "tenantId",
"lc": "1",
"value": "a000001"
}
],
"size": 10
}
}'
{
"code": "string",
"data": {
"records": [
{
"id": "string",
"tenantId": "string",
"readerCardId": "string",
"idNumber": "string",
"invoiceTitle": "string",
"taxNo": "string",
"address": "string",
"phone": "string",
"bank": "string",
"bankAccount": "string",
"defaultFlag": "string"
}
],
"total": "string",
"size": "string",
"current": "string"
},
"msg": "string"
}