{
"point_code": "string"
}curl --location --request POST 'http://127.0.0.1:8011/api/pda/iosIn/getPdaCallMaterialSect' \
--header 'Content-Type: application/json' \
--data-raw '{
"point_code": "string"
}'{
"code": "200",
"message": "操作成功!",
"data": [
{
"text": "中粗其他区",
"value": "1946090957850152960"
},
{
"text": "中粗加钠区",
"value": "1946090832771813376"
}
]
}