curl --location --request POST '/cpcp-mng-service/openapi/cpc_mng_api_queryAnchorXwJtRelation' \
--header 'accessToken: addd97479b608269f1c6cd1e0acf6e9d_21b86771-a566-4247-86ab-68b0f7f6d857' \
--header 'staffCode: A1002' \
--header 'Content-Type: text/plain' \
--data-raw '{
"xwJtRelationLibVo": {
"offerNbr": "7360130000100165",//必传
"mdType": "1000"//必传
}
}'
{
"resultObject": [
{
"relationId": 920000140,
"offerNbr": "7360130000100165",
"extOfferId": "234283526",
"objType": "1000",
"objId": 593000033,
"offerType": "12",
"isMain": "Y",
"mdType": "1000",
"isDataPkg": "Y",
"spuId": 100000379,
"funcType": "101",
"roleCd": "329",
"roleCdJt": "10100002",
"statusCd": "1000",
"createUser": 12,
"createDate": "2024-01-22 14:58:10",
"pkgId": "800759300"
},
{
"relationId": 920000141,
"offerNbr": "7360130000100165",
"extOfferId": "234283526",
"objType": "1000",
"objId": 593000020,
"offerType": "12",
"isMain": "N",
"mdType": "1000",
"isDataPkg": "Y",
"spuId": 100000379,
"funcType": "101",
"roleCd": "330",
"roleCdJt": "20100002",
"statusCd": "1000",
"createUser": 12,
"createDate": "2024-01-22 14:58:10"
}
],
"resultCode": "0"
}