From 78a173f85f8a4666d83cf8d900f04dd9f8e3e127 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期二, 17 六月 2025 08:53:12 +0800
Subject: [PATCH] 提交一把订单
---
wx/utils/http.api.js | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/wx/utils/http.api.js b/wx/utils/http.api.js
index 3f1d217..d8a23ff 100644
--- a/wx/utils/http.api.js
+++ b/wx/utils/http.api.js
@@ -54,7 +54,8 @@
let saveSupplementFile = (data = {}) => vm.$u.http.post('business/settleRisk/saveSupplementFile', data); // 娣诲姞鏉愭枡
let confirmFee = (id) => vm.$u.http.get(`business/settleRisk/confirmFee?id=${id}`); // 纭閲戦
let insuranceFile = (id, type) => vm.$u.http.get(`business/insurance/${id}?type=${type}`); // 鏍规嵁ID鏌ヨ
-
+ let updReceiveInfo = (data = {}) => vm.$u.http.post('business/settleRisk/updReceiveInfo', data); // 淇敼鏀舵淇℃伅
+ let switchCompany = (id, type) => vm.$u.http.get(`system/switchCompany`, {params}); // 鍒囨崲浼佷笟
vm.$u.api = {
loginByWxMini,
@@ -103,7 +104,9 @@
saveSettleClaims,
saveSupplementFile,
confirmFee,
- insuranceFile
+ insuranceFile,
+ updReceiveInfo,
+ switchCompany
};
}
--
Gitblit v1.9.3