From aaa8b1b2fca572d6a989179d568991ce4bd48cfb Mon Sep 17 00:00:00 2001
From: zhangwei <1504152376@qq.com>
Date: 星期二, 04 三月 2025 17:30:32 +0800
Subject: [PATCH] -

---
 src/common/request/http.api.js |   81 ++++++++++++++++++++++++++++++++++++++++
 1 files changed, 81 insertions(+), 0 deletions(-)

diff --git a/src/common/request/http.api.js b/src/common/request/http.api.js
index 082c2db..70e95bb 100644
--- a/src/common/request/http.api.js
+++ b/src/common/request/http.api.js
@@ -222,6 +222,14 @@
 	}
 });
 
+// 鍒犻櫎椤圭洰宸ヤ汉
+let saveDeltoudi = (params, config = {}) => http.post(`/api/OrderCompany/saveDeltoudi`, params, {
+	custom: {
+		methodName: 'saveDeltoudi',
+		needToken: true
+	}
+}); 
+
 // 淇濆瓨鍏徃鍛樺伐涓虹鐞嗗憳
 let SaveStaffAdmin = (params, config = {}) => http.post(`/api/OrderCompany/SaveStaffAdmin`, params, {
 	custom: {
@@ -385,6 +393,14 @@
 	}
 });
 
+// 缁忕悊鎵归噺瀹℃壒
+let BatchShenPi = (params, config = {}) => http.post(`/api/CyOSBaoXiaoJingLi/BatchShenPi`, params, {
+	custom: {
+		methodName: 'BatchShenPi',
+		needToken: true
+	}
+});
+
 // 鎶ラ攢鎴栦粯娆�
 let caiWuApprovalPlan = (params, config = {}) => http.post(`/api/CyOSBaoXiaoCaiWu/ApprovalPlan`, params, {
 	custom: {
@@ -393,6 +409,62 @@
 	}
 });
 
+// 鑾峰彇涓婁紶token
+let GetToken = (params, config = {}) => http.get(`/api/UpFile/GetToken`, {
+	custom: {
+		methodName: 'GetToken',
+		needToken: true
+	}
+});
+
+// 鍒涘缓棰勭害閫佽揣
+let CreatAppointmentDeliver = (params, config = {}) => http.post(`/api/CyOSStaff/CreatAppointmentDeliver`, params, {
+	custom: {
+		methodName: 'CreatAppointmentDeliver',
+		needToken: true
+	}
+});
+
+// 鑾峰彇棰勭害閰嶉�佷俊鎭�
+let GetListAppointmentDeliverList = (params, config = {}) => http.post(`/api/CyOSStaff/GetListAppointmentDeliverList`, params, {
+	custom: {
+		methodName: 'GetListAppointmentDeliverList',
+		needToken: true
+	}
+});
+
+//淇敼棰勭害閰嶉�佷俊鎭�
+let UpDataAppointmentDeliver = (params, config = {}) => http.post(`/api/CyOSStaff/UpDataAppointmentDeliver`, params, {
+	custom: {
+		methodName: 'UpDataAppointmentDeliver',
+		needToken: true
+	}
+});
+
+// 鍒犻櫎棰勭害閰嶉�佷俊鎭�
+let DelAppointmentDeliver = (params, config = {}) => http.post(`/api/CyOSStaff/DelAppointmentDeliver`, params, {
+	custom: {
+		methodName: 'DelAppointmentDeliver',
+		needToken: true
+	}
+});
+
+//鍙告満鑾峰彇棰勭害閰嶉�佷俊鎭�
+let driverGetListAppointmentDeliverList = (params, config = {}) => http.post(`/api/CyOsDeliverManage/GetListAppointmentDeliverList`, params, {
+	custom: {
+		methodName: 'driverGetListAppointmentDeliverList',
+		needToken: true
+	}
+});
+
+
+// 鍙告満鍙楃悊
+let AcceptAppointmentDeliver = (params, config = {}) => http.post(`/api/CyOsDeliverManage/AcceptAppointmentDeliver/${params}`, params, {
+	custom: {
+		methodName: 'AcceptAppointmentDeliver',
+		needToken: true
+	}
+});
 
 
 // 灏嗗悇涓畾涔夌殑鎺ュ彛鍚嶇О锛岀粺涓�鏀捐繘瀵硅薄鎸傝浇鍒皏m.$u.api(鍥犱负vm灏辨槸this锛屼篃鍗硉his.$u.api)涓�
@@ -441,10 +513,19 @@
 	jingLiGetPlanInfo,
 	zhuGuanGetPlanInfo,
 	BaoxiaoPlan,
+	BatchShenPi,
 	ApprovalPlan,
 	caiWuGetPlanInfo,
 	GetFirmAccountList, //鑾峰彇璐︽埛鍒楄〃
 	caiWuApprovalPlan,
+	GetToken,
+	saveDeltoudi,
+	CreatAppointmentDeliver,//鍒涘缓棰勭害閫佽揣
+	GetListAppointmentDeliverList,
+	driverGetListAppointmentDeliverList,
+	AcceptAppointmentDeliver,
+	UpDataAppointmentDeliver,
+	DelAppointmentDeliver
 };
 // }
 

--
Gitblit v1.9.1