動作
Bugs #11625
進行中
Bugs #11593: 20260319 bug list
F421公告資訊-資訊處-最新消息維護-(新增或修改)圖片說明-增加附檔-資料無法變更存檔
開始日期:
2026/03/22
完成日期:
完成百分比:
90%
預估工時:
概述
參考影片
檔案
由 Rusheep Chen 於 5 天 前更新
PUT /api/latest-news-management/{id} 修改
修改後的"attachmentUrl" 並沒有被儲存
payload
{
"id": "3",
"publishDate": "2026-03-22T16:00:00.000Z",
"expireDate": "2026-03-23T16:00:00.000Z",
"targetTypes": [
"Doctor",
"Cooperator",
"HealthAdm",
"GeneralMember",
"MedicalMember"
],
"publishType": "LatestNews",
"title": "test",
"summary": null,
"homepageThumbnail": "http://10.0.5.31:60003/api/file/684743_0_457888a3-863b-46ce-9cd6-a80e9eb85166.jpg",
"content": "<p>test</p>",
"imagePath": "http://10.0.5.31:60003/api/file/5fe72eac-9e4d-424c-a8b8-75f1fb379f3d.jpg",
"imageMsg": "n8n被超越了",
"videoUrl": "https://youtu.be/Q2k-2grof6o?si=mQVpsrliA_5mnCPR",
"attachmentUrl": "http://10.0.5.31:60003/api/file/3955_0_aca71eac-56cd-4ad8-a6d3-b2ad1196136d.jpg",
"isVisible": true,
"isPinned": true,
"tags": [
"n8n是否過玉"
]
}
GET /api/latest-news-management/{id} 單筆查詢
response
{
"id": 3,
"publishDate": "2026-03-23T00:00:00.000+08:00",
"expireDate": "2026-03-24T00:00:00.000+08:00",
"isVisible": true,
"publishType": "LatestNews",
"targetTypes": [
"Doctor",
"Cooperator",
"HealthAdm",
"GeneralMember",
"MedicalMember"
],
"title": "test",
"summary": null,
"homepageThumbnail": "http://10.0.5.31:60003/api/file/684743_0_457888a3-863b-46ce-9cd6-a80e9eb85166.jpg",
"content": "<p>test</p>",
"imagePath": "http://10.0.5.31:60003/api/file/5fe72eac-9e4d-424c-a8b8-75f1fb379f3d.jpg",
"videoUrl": "https://youtu.be/Q2k-2grof6o?si=mQVpsrliA_5mnCPR",
"isPinned": true,
"tags": [
"n8n是否過玉"
],
"attachmentUrl": null,
"isMyFavorite": false,
"imageMsg": "n8n被超越了"
}
由 freddy hsu 於 2 天 前更新
- 檔案 2026-03-26 13-03-49.mkv 2026-03-26 13-03-49.mkv 已新增
- 狀態 從 待測試 變更為 待處理
- 被分派者 從 freddy hsu 變更為 Jimmy Tsai
功能確認:
- 附件無法下載
- 影片無法開啟
- 請參考影片附件說明
動作