curl --location --request GET 'https://open.weibanzhushou.com/open-api/external_user/remark/custom_field/get?external_user_id=&staff_id&access_token='
{
"custom_remark_list": [
{
"field_id": 678,
"field_name": "文本",
"field_type": "text",
"field_value": "文本信息",
"option_list": null
},
{
"field_id": 665,
"field_name": "选项测试",
"field_type": "option_text",
"field_value": null,
"option_list": [
{
"option_id": 655,
"option_name": "23"
},
{
"option_id": 656,
"option_name": "234234"
}
]
},
{
"field_id": 647,
"field_name": "时间",
"field_type": "datetime",
"field_value": null,
"option_list": null
}
],
"errcode": 0,
"errmsg": "ok"
}