curl --location --request POST '/cpcp-service/service/cpcp_svc_getXwSpuAttrListAll' \
--header 'accessToken: addd97479b608269f1c6cd1e0acf6e9d_21b86771-a566-4247-86ab-68b0f7f6d857' \
--header 'staffCode: A1002' \
--header 'Content-Type: text/plain' \
--data-raw '[{
"spuIds":[100000002,100000009],
"statusCd":"ALL",
"regionId":"",
"attrId":"300181"
}]'
{
"resultObject": [
{
"spuAttrId": 100000229,
"spuId": "100000009",
"attrId": "12",
"grpAttrNbr": "10010131",
"sort": 0,
"defaultValue": "5925",
"isPublic": "1",
"isOptional": "0",
"isShow": "1",
"isChange": "1",
"isConstant": "1",
"regionId": 8320000,
"statusCd": "1000",
"attrValueName": "95M",
"attrValueDesc": "97280",
"attrName": "下行最高可达速率",
"attrValueType": "2000"
}
],
"resultCode": "non"
}