Browse Source

fix: 运费试算邮编

lyc 11 hours ago
parent
commit
cfe6b6614d
1 changed files with 1 additions and 1 deletions
  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({
   return requestWms({
     url: '/finance/ComputeAllProducts',
     url: '/finance/ComputeAllProducts',
     method: 'get',
     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) {
 export function QueryCustomerBillPage(data) {