curl --location --request GET '/ent/client/customer' \
--header 'Authorization: Bearer {{ENT_TOKEN}}' \
--header 'X-Requested-With: XMLHttpRequest'{
"message": "string",
"status": 0,
"data": {
"list": [
{
"id": 0,
"uid": 0,
"creator": {},
"customer_no": "string",
"created_at": "string",
"updated_at": "string",
"customer_name": "string",
"customer_way": [
"string"
],
"customer_label": [
{
"id": 0,
"name": "string"
}
],
"customer_status": 0,
"liaison_tel": [
"string"
],
"un_followed_days": 0,
"amount_recorded": "string",
"invoiced_amount": "string",
"amount_expend": "string",
"contract_num": 0,
"invoice_num": 0,
"attachment_num": 0,
"salesman": {
"id": 0,
"name": "string"
},
"customer_followed": 0,
"last_follow_time": "string"
}
],
"count": 0
},
"tips": 0
}