{
"id": "329bd15c12394e02ac0a33f954b37d0d",
"name": "产品1",
"deptId": "000000",
"photo": "xxx.png",
"description": "i am product"
}curl --location 'ssiot.cc/api/product/modify' \
--header 'Authentication: 在用户管理中创建或通过login接口获取' \
--header 'Content-Type: application/json' \
--data '{
"id": "329bd15c12394e02ac0a33f954b37d0d",
"name": "产品1",
"deptId": "000000",
"photo": "xxx.png",
"description": "i am product"
}'{}