curl --location --request GET '/customer/contact/list?id='
{
"total": 0,
"rows": [
{
"id": 0,
"customerId": 0,
"tel": "string",
"isStop": 0,
"dataSource": "string"
}
],
"code": 0,
"msg": "string"
}