[
{
"attrId": 1231,
"baseReq": {
"orgId": -1,
"regionId": 8320100,
"staffCode": "xxx",
"sysSource": 1001,
"transId": "xxxxx"
}
}
]
curl --location --request POST '/io-service/service/io_svc_queryEnumAttrs' \
--header 'accessToken: addd97479b608269f1c6cd1e0acf6e9d_21b86771-a566-4247-86ab-68b0f7f6d857' \
--header 'staffCode: A1002' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"attrId": 1231,
"baseReq": {
"orgId": -1,
"regionId": 8320100,
"staffCode": "xxx",
"sysSource": 1001,
"transId": "xxxxx"
}
}
]'
{
"resultCode": "0",
"resultObject": {
"code": "0",
"message": "成功",
"resultObj": {
"enums": [
{
"attrValue": "值1",
"attrValueId": 1234
},
{
"attrValue": "值2",
"attrValueId": 1235
}
],
"isChildAttr": 1
}
},
"resultType": "0"
}