{
"agentId": "0",
"appId": "0",
"companyId": 0,
"createBy": "1",
"createByName": "",
"createDept": "1",
"createTime": "2024-11-14 10:08:11",
"noticeContent": "",
"noticeId": "3",
"noticeTitle": "1",
"noticeType": "1",
"parentId": 0,
"readStatus": "0",
"remark": "",
"sendUserid": "0",
"status": "1",
"tenantId": "000000",
"ucUserid": "0",
"updateBy": null,
"updateTime": null
}curl --location --request PUT '/uc/ucNotice' \
--header 'Authorization: Bearer {{Authorization}}' \
--header 'Clientid: e5cd7e4891bf95d1d19206ce24a7b32e' \
--header 'TenantId: 000000' \
--header 'Content-Type: application/json' \
--data-raw '{
"agentId": "0",
"appId": "0",
"companyId": 0,
"createBy": "1",
"createByName": "",
"createDept": "1",
"createTime": "2024-11-14 10:08:11",
"noticeContent": "",
"noticeId": "3",
"noticeTitle": "1",
"noticeType": "1",
"parentId": 0,
"readStatus": "0",
"remark": "",
"sendUserid": "0",
"status": "1",
"tenantId": "000000",
"ucUserid": "0",
"updateBy": null,
"updateTime": null
}'{
"code":0,
"data":null,
"message":"成功",
"status":200
}