From fedb6ce9e93e4e9c848a7d10bd44e7d3656e5b7b Mon Sep 17 00:00:00 2001 From: huzhengrong Date: Mon, 27 Oct 2025 10:00:26 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(picc):=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E5=A4=B4=E6=B3=A8=E9=87=8A=E4=BB=A5=E8=AF=B4?= =?UTF-8?q?=E6=98=8E=E6=A8=A1=E5=9D=97=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- service/picc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/service/picc.js b/service/picc.js index f4840f4..46e63e7 100644 --- a/service/picc.js +++ b/service/picc.js @@ -1,3 +1,4 @@ +// 中国人民保险 import axios from "axios"; import fs from "fs"; import path from "path";