222版签名提交,上传pdf签名文件
This commit is contained in:
parent
9e9a372959
commit
b135c8e589
@ -48,7 +48,7 @@ const uploadPdf = async (byteArray: number[], filename: string = 'signed.pdf') =
|
|||||||
formData.append('fileType', 'pdf');
|
formData.append('fileType', 'pdf');
|
||||||
formData.append('savePath', 'D:/陕西省咸阳市礼泉县心电图FTP/ecgimage/imgOcrAndProcess/');
|
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',
|
method: 'POST',
|
||||||
body: formData
|
body: formData
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user