curl --location --request GET '/customer/relation/'
{
"code": 0,
"msg": "string",
"data": {
"id": 0,
"customerId": 0,
"relation": "string",
"isStop": 0,
"dataSource": "string",
"bCustomerId": 0,
"bCustomerName": "string",
"bCustomerNo": "string"
}
}