curl --location --request GET '/open-api/customer/wecom/customer/get-customer-info-extend?customerId=155649879961303265' \
--header 'Authorization: Bearer {{auth_token}}'{
"code": 0,
"data": {
"customerInfoExtend": [
{
"display": true,
"required": true,
"field": "name",
"value": "张三",
"fieldName": "姓名",
"category": "string",
"type": "2",
"attribute": "string",
"disabled": true,
"frontStatus": "string",
"options": "string",
"maskStatus": 0
}
],
"prospectInfoExtend": [
{
"display": true,
"required": true,
"field": "name",
"value": "张三",
"fieldName": "姓名",
"category": "string",
"type": "2",
"attribute": "string",
"disabled": true,
"frontStatus": "string",
"options": "string",
"maskStatus": 0
}
],
"mainType": "customer"
},
"msg": "success"
}