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