From a5f75b8c4acff2ffd49d490c314d95a8c5f5db7e Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期一, 16 六月 2025 11:46:10 +0800
Subject: [PATCH] 提交

---
 wx/utils/http.api.js |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/wx/utils/http.api.js b/wx/utils/http.api.js
index 8c6242a..d8a23ff 100644
--- a/wx/utils/http.api.js
+++ b/wx/utils/http.api.js
@@ -55,7 +55,7 @@
 	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,
@@ -105,7 +105,8 @@
 		saveSupplementFile,
 		confirmFee,
 		insuranceFile,
-		updReceiveInfo
+		updReceiveInfo,
+		switchCompany
 	};
 }
 

--
Gitblit v1.9.3