curl --location --request GET '/crm/crmReturnVisit/1' \
--header 'Authorization: Bearer {{Authorization}}' \
--header 'Clientid: e5cd7e4891bf95d1d19206ce24a7b32e' \
--header 'TenantId: 000000'{
"code":0,
"data":{
"contactsId":1,
"contactsName":"联系人名称",
"contractId":1,
"createBy":null,
"createDept":null,
"createTime":null,
"customerFeedback":"体验感不错",
"customerId":1,
"customerName":"客户名称",
"customerSatisfaction":"满意",
"delFlag":0,
"id":"1",
"remark":"",
"returnVisitForm":"见面拜访",
"returnVisitPerson":"回访人",
"returnVisitTime":1731945600000,
"status":1,
"tenantId":"000000",
"updateBy":null,
"updateTime":null
},
"message":"成功",
"status":200
}