{
"code": "1267",
"costPrice": 10,
"description": "他是一本书",
"id": 2,
"name": "产品名称",
"price": 28,
"productType": "产品类型",
"remark": "备注",
"responsible": "负责人",
"unit": "本",
"upDownShelves": "下架"
}curl --location --request PUT '/crm/crmProduct' \
--header 'Authorization: Bearer {{Authorization}}' \
--header 'Clientid: e5cd7e4891bf95d1d19206ce24a7b32e' \
--header 'TenantId: 000000' \
--header 'Content-Type: application/json' \
--data-raw '{
"code": "1267",
"costPrice": 10,
"description": "他是一本书",
"id": 2,
"name": "产品名称",
"price": 28,
"productType": "产品类型",
"remark": "备注",
"responsible": "负责人",
"unit": "本",
"upDownShelves": "下架"
}'{
"code":0,
"data":null,
"message":"成功",
"status":200
}