curl --location --request GET '/crm/crmCustomer/1' \
--header 'Authorization: Bearer {{Authorization}}' \
--header 'Clientid: e5cd7e4891bf95d1d19206ce24a7b32e' \
--header 'TenantId: 000000'{
"code":0,
"data":{
"address":"朝阳区",
"agentId":"0",
"appId":"0",
"createBy":null,
"createDept":null,
"createTime":null,
"customerId":1,
"customerIndustry":"IT",
"customerName":"客户名称",
"customerRank":"重点客户",
"delFlag":0,
"email":"3424934@qq.com",
"mobile":"13582200987",
"phonenumber":"2792788",
"remark":"备注",
"responsible":"负责人",
"siteId":"0",
"status":1,
"tenantId":"000000",
"ucUserId":"0",
"updateBy":null,
"updateTime":null
},
"message":"成功",
"status":200
}