{
"condition": [
"string"
],
"subCondition": {},
"orderBy": "string",
"pageNo": 0,
"pageSize": 0
}
curl --location --request POST 'http://127.0.0.1:8758/snc-settle/exemptionApplicationHead/pendingApprovalListByBrand' \
--header 'Ssotoken: {{accessToken}}' \
--header 'x-timestamp: 1713748800833' \
--header 'x-signature: KUXSucUrpWVx4Cjfq8XNig7l3yKhqLycqDMoJhHJpPU=' \
--header 'x-app-id: sncsit' \
--header 'Content-Type: application/json' \
--data-raw '{
"condition": [
"string"
],
"subCondition": {},
"orderBy": "string",
"pageNo": 0,
"pageSize": 0
}'
{
"returncode": "0",
"data": {
"pageNo": 1,
"pageSize": 30,
"pageCount": 1,
"total": 7,
"pageData": [
{
"id": "577863231977041920",
"brand": "品牌",
"qyt": 3,
"appExemptAmt": 323
},
{
"id": "577863231977041921",
"brand": "美宝莲",
"qyt": 1,
"appExemptAmt": 270
},
{
"id": "577863231977041922",
"brand": "适乐肤",
"qyt": 1,
"appExemptAmt": 873
},
{
"id": "577863231977041923",
"brand": "4571365340538",
"qyt": 3,
"appExemptAmt": 200
},
{
"id": "577863231977041924",
"brand": "???",
"qyt": 2,
"appExemptAmt": 134824.11
},
{
"id": "577863231977041925",
"brand": "卡姿兰",
"qyt": 1,
"appExemptAmt": 50
},
{
"id": "577863231977041926",
"brand": "舒适达",
"qyt": 1,
"appExemptAmt": 80
}
]
},
"message": "",
"traceId": "",
"now": "2024-05-13 14:22:10"
}