Browse Source

vin码查询更改

chenrui 3 years ago
parent
commit
d2d778b965
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/api/sales.js

+ 2 - 2
src/api/sales.js

@@ -127,7 +127,7 @@ export const salesCount = (params) => {
 // 车架号
 export const supperCodeByVin = (params) => {
   return axios({
-    url: `/supper/queryPartCodeByVin/${params.vin}`,
+    url: `/vinIdentify/queryPartCodeByVin/${params.vin}`,
     method: 'get'
   })
 }
@@ -163,7 +163,7 @@ export const salesExport = params => {
 // 车架号  识别图片内容
 export const vinCodeParse = params => {
   return axios.request({
-    url: `/vinCode/parse`,
+    url: `/vinIdentify/ocr`,
     method: 'post',
     data: params,
     responseType: 'blob'