curl --location --request POST '/cpcp-mng-service/openapi/cpc_mng_api_queryPkgBlkList' \
--header 'accessToken: addd97479b608269f1c6cd1e0acf6e9d_21b86771-a566-4247-86ab-68b0f7f6d857' \
--header 'staffCode: A1002' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"blkName":"xgx测试收藏夹",
"blkType":3,
"statusCd":null,
"pageInfo": {
"pageIndex": 1,
"pageSize": 5
}
}
]'
{
"resultObject": {
"pageInfo": {
"offset": 0,
"limit": 5,
"selectCount": true,
"rowCount": 1,
"pageCount": 1,
"pageIndex": 1,
"pageSize": 5
},
"list": [
{
"blkId": 250000001,
"blkName": "xgx测试收藏夹",
"blkType": 3,
"blkDesc": "测试文件夹",
"blkPrice": 189,
"isOverRedline": 0,
"statusCd": 1100,
"createDate": "2023-10-12 14:35:10",
"updateDate": "2023-10-12 14:37:29"
}
]
},
"resultCode": "0"
}