Authorization: ********************{
"field": "site_demand_name",
"keyword": "科技园",
"filters": [
{
"field": "district",
"value": [
"岳麓区"
],
"type": "string"
}
]
}curl --location --request POST '/api/project/get_field_options' \
--header 'DNT: 1' \
--header 'Proxy-Connection: keep-alive' \
--header 'X-Request-ID: ece9db66-1794-444c-8cbb-45a58e3f5716' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"field": "site_demand_name",
"keyword": "科技园",
"filters": [
{
"field": "district",
"value": [
"岳麓区"
],
"type": "string"
}
]
}'{
"error": "string",
"message": "string",
"success": true,
"data": [
{}
]
}