Ver código fonte

fix: 运费试算邮编

lyc 11 horas atrás
pai
commit
cfe6b6614d
1 arquivos alterados com 1 adições e 1 exclusões
  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) {