222版签名提交,上传pdf签名文件

This commit is contained in:
yy2205 2025-06-17 16:45:19 +08:00
parent 9e9a372959
commit b135c8e589

View File

@ -48,7 +48,7 @@ const uploadPdf = async (byteArray: number[], filename: string = 'signed.pdf') =
formData.append('fileType', 'pdf');
formData.append('savePath', 'D:/陕西省咸阳市礼泉县心电图FTP/ecgimage/imgOcrAndProcess/');
const response = await fetch('http://localhost:58080/uploadFile', {
const response = await fetch('https://zzxmc.gw12320.com/uploadFile', {
method: 'POST',
body: formData
});