Browse Source

Merge branch 'dev' of http://192.168.0.200:3000/suf/domestic--e-commerc-c into dev

lazy 6 days ago
parent
commit
89830811e0
1 changed files with 9 additions and 0 deletions
  1. 9 0
      src/api/dictionary.js

+ 9 - 0
src/api/dictionary.js

@@ -47,3 +47,12 @@ export function getEnterpriseInspectionInfo(params) {
     params
     params
   })
   })
 }
 }
+
+// ocr识别身份证
+export const getOcrCard = (params) => (
+  request({
+    url: '/zjxl/do_idCardOCR',
+    method: 'get',
+    params
+  })
+)