curl --location --request GET '/crm/crmQuotation/1' \
--header 'Authorization: Bearer {{Authorization}}' \
--header 'Clientid: e5cd7e4891bf95d1d19206ce24a7b32e' \
--header 'TenantId: 000000'{
"code":0,
"data":{
"costPrice":59,
"createBy":null,
"createDept":null,
"createTime":null,
"customerId":"1",
"customerName":"客户名称",
"delFlag":0,
"expectedTransactionDate":1731945600000,
"id":"1",
"name":"报价单名称",
"opportunityId":1,
"opportunityName":"商机名称",
"profit":40,
"quotationAmount":99,
"quotationDate":1731945600000,
"remark":"",
"responsible":"负责人",
"responsibleMobile":"13589003916",
"status":1,
"tenantId":"000000",
"updateBy":null,
"updateTime":null
},
"message":"成功",
"status":200
}