curl --location --request GET 'https://openapi.weiling.cn/openapi/obj//description?access_token'
{
"msg": "string",
"code": 0,
"data": {
"api_key": "string",
"fields": [
{
"api_name": "string",
"view_name": "string",
"property_type": "string",
"required": true,
"enabled": true,
"property_source": 0,
"options": [
{
"label": "string",
"value": "string"
}
],
"min_length": "string",
"max_length": "string"
}
]
}
}