소스 검색

fix: 运费试算邮编

lyc 11 시간 전
부모
커밋
cfe6b6614d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      customer/src/api/finance/index.js

+ 1 - 1
customer/src/api/finance/index.js

@@ -89,7 +89,7 @@ export function CalculatorAll(data) {
   return requestWms({
     url: '/finance/ComputeAllProducts',
     method: 'get',
-    params: { coutryCode: data.CountryCode, weight: data.Weight, length: data.L, width: data.W, height: data.H }
+    params: { coutryCode: data.CountryCode, weight: data.Weight, length: data.L, width: data.W, height: data.H, ZipCode: data.ZipCode }
   })
 }
 export function QueryCustomerBillPage(data) {