curl --location --request POST '/cpcp-service/service/cpcp_svc_qryProductList' \
--header 'accessToken: addd97479b608269f1c6cd1e0acf6e9d_21b86771-a566-4247-86ab-68b0f7f6d857' \
--header 'staffCode: A1002' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"spuId": "100000379",
"spuName": "移动业务",
"prodFuncType": "101",
"regionId": 8320000,
"pageInfo": {
"pageIndex": 1,
"pageSize": 20
}
}
]'
{
"resultObject": {
"list": [
{
"billType": "1000",
"bskuId": 591000079,
"catId": "960103001",
"compType": "10",
"createDate": 1528527826000,
"effDate": 1222515502000,
"expDate": 32503651200000,
"funcType": "101",
"grpNbr": "6600001000",
"manageGrade": "11",
"regionId": "8320000",
"spuId": "100000379",
"spuName": "移动业务",
"statusCd": "1000",
"statusDate": 1222515502000,
"sysNbr": "235010000",
"updateDate": 1608273710000,
"useType": "1000"
}
],
"pageInfo": {
"limit": 20,
"offset": 0,
"pageCount": 1,
"pageIndex": 1,
"pageSize": 20,
"rowCount": 1,
"selectCount": true
}
},
"resultCode": "0"
}