lilei 2 年之前
父節點
當前提交
207684b00c
共有 1 個文件被更改,包括 1 次插入1 次删除
  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}
   })
 }