lilei hace 2 años
padre
commit
207684b00c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      api/bundel.js

+ 1 - 1
api/bundel.js

@@ -41,6 +41,6 @@ export const checkApiQueryList = params => {
   return request({
   return request({
     url: `api/checkBill/queryPage/${params.pageNo}/${params.pageSize}`,
     url: `api/checkBill/queryPage/${params.pageNo}/${params.pageSize}`,
     method: 'post',
     method: 'post',
-    data: {customerIdEnc: params.customerIdEnc}
+    data: {merchantCustomerId: params.merchantCustomerId}
   })
   })
 }
 }