Sfoglia il codice sorgente

电签检测修改

duy 1 mese fa
parent
commit
b75193d7ee
1 ha cambiato i file con 15 aggiunte e 0 eliminazioni
  1. 15 0
      src/api/modules/data-fill/query.js

+ 15 - 0
src/api/modules/data-fill/query.js

@@ -204,5 +204,20 @@ export default {
             responseType: 'blob',
         })
     },
+     async updateCheckPdfInfo(form) {
+        return HcApi({
+            url: '/api/blade-business/informationWriteQuery/updateCheckPdfInfo',
+            method: 'get',
+            params: form,
+        })
+    },
+    //获取进度
+      async getCheckPdfPaceInfo(form) {
+        return HcApi({
+            url: '/api/blade-business/informationWriteQuery/getCheckPdfPaceInfo',
+            method: 'get',
+            params: form,
+        })
+    },
 }