{
"id": 5,
"siteId": 1,
"appId": 1,
"agentId": 1,
"userId": 1,
"type": 1,
"title": "标题",
"url": "zxcvbn1233sdff",
"code": "001",
"size": 1,
"time": 5,
"status": 1,
"delFlag": 0
}curl --location --request PUT '/zb/zbSucai' \
--header 'Authorization: Bearer {{Authorization}}' \
--header 'Clientid: e5cd7e4891bf95d1d19206ce24a7b32e' \
--header 'TenantId: 000000' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 5,
"siteId": 1,
"appId": 1,
"agentId": 1,
"userId": 1,
"type": 1,
"title": "标题",
"url": "zxcvbn1233sdff",
"code": "001",
"size": 1,
"time": 5,
"status": 1,
"delFlag": 0
}'{
"code":0,
"data":null,
"message":"成功",
"status":200
}