curl --location --request POST '/cpcp-mng-service/openapi/cpc_mng_api_queryXwSpuListByParam' \
--header 'accessToken: addd97479b608269f1c6cd1e0acf6e9d_21b86771-a566-4247-86ab-68b0f7f6d857' \
--header 'staffCode: A1002' \
--header 'Content-Type: application/json' \
--data-raw '{
"xwSpuVo":{
"qryParam":"100001014"
}
}'
{
"resultObject": [
{
"spuId": "100001014",
"spuName": "合同号-号百传媒虚拟产品",
"sysNbr": "13412649",
"grpNbr": "6600038000",
"catId": "960701001",
"effDate": "2015-11-19 20:35:32",
"expDate": "3000-01-01 00:00:00",
"compType": "10",
"funcType": "101",
"billType": "1000",
"useType": "1000",
"regionId": "8320000",
"statusCd": "1000",
"statusDate": "2020-01-08 11:20:18",
"createDate": "2018-06-09 15:03:46",
"updateDate": "2023-12-26 17:02:17",
"manageGrade": "11"
}
],
"resultCode": "0"
}