From a351ad9ef27fde8b59c9068c7d3a271049130303 Mon Sep 17 00:00:00 2001 From: huzhengrong Date: Thu, 23 Oct 2025 11:12:21 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(picc):=20=E7=94=A8url=E7=BB=99?= =?UTF-8?q?id=E8=B5=8B=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- picc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/picc.js b/picc.js index 804d1f8..4e36fea 100644 --- a/picc.js +++ b/picc.js @@ -132,7 +132,7 @@ class PICC { ) { // console.log("处理项目:", item.sourcingId, item.title); info.push({ - id: item.sourcingId, + id: item.url, name: item.title, publishTime: timestampToDate( new Date(item.tenderFileSaleBeginTime).getTime(),