This commit is contained in:
mac
2024-01-28 13:36:23 +08:00
parent 1de27c0bf3
commit 730ec16c7a
4 changed files with 506 additions and 3 deletions

View File

@@ -96,8 +96,10 @@ export default {
getRealInfo: (params = {}) => request.get("/lpkcustomer/getRealInfo/" + params, params, {}, {}, true),
// 保存实名
saveRealInfo: (params = {}) => request.post("/lpkcustomer/saveRealInfo", params),
// 查询推荐支行
searchTuiJianZhiHang: (params = {}) => request.get("/LpkCustomerBank/getBankList", params),
// 保存支行
saveTuiJianZhiHang: (params = {}) => request.post("/lpkcustomer/updateCustomerBank", params),
saveTuiJianZhiHang: (params = {}) => request.formpost("/lpkcustomer/updateCustomerBank", params),
// 我的 预约记录
myOrderListByUserSid: (params = {}) => request.post("/lpksreservoorders/orderListByUserSid", params, {}, {}),
// 我的 订单列表