| 名称 | 类型 | 描述 |
|---|---|---|
| business_point_list | struct[] | 业务点列表 |
| level | integer | 业务点层级 |
| parent_id | string | 业务点行业父 id |
| value | string | 业务点行业 id |
| desc | string | 业务点行业描述 |
| options | string[] | 子业务点信息 |
curl --location --request POST '/v1.3/business_point/get' \
--header 'access_token: <ACCESS_TOKEN>' \
--header 'timestamp: <TIMESTAMP>' \
--header 'nonce: <NONCE>' \
--data-urlencode 'site_sets=[]' \
--data-urlencode 'account_id=<ACCOUNT_ID>'{
"code": 0,
"message": "",
"message_cn": "",
"data": {
"business_point_list": [
{
"options": []
}
]
}
}