curl --location --request GET '/crm/crmProduct/1' \
--header 'Authorization: Bearer {{Authorization}}' \
--header 'Clientid: e5cd7e4891bf95d1d19206ce24a7b32e' \
--header 'TenantId: 000000'{
"code":0,
"data":{
"code":"1267",
"costPrice":99,
"createBy":null,
"createDept":null,
"createTime":null,
"delFlag":0,
"description":"他是一把椅子",
"id":1,
"name":"产品名称",
"price":156,
"productType":"产品类型",
"remark":"备注",
"responsible":"负责人",
"status":1,
"tenantId":"000000",
"unit":"把",
"upDownShelves":"上架",
"updateBy":null,
"updateTime":null
},
"message":"成功",
"status":200
}