lilei há 2 anos atrás
pai
commit
207684b00c
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      api/bundel.js

+ 1 - 1
api/bundel.js

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