瀏覽代碼

电签检测修改

duy 1 月之前
父節點
當前提交
b75193d7ee
共有 1 個文件被更改,包括 15 次插入0 次删除
  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',
             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,
+        })
+    },
 }
 }