From 8e095c1fd6164fafc7d5cfd144528a0d67afef7c Mon Sep 17 00:00:00 2001
From: qingyiay <2386314947@qq.com>
Date: 星期三, 22 三月 2023 17:31:15 +0800
Subject: [PATCH] 转发页面修改

---
 api/globalApi.js |   39 ++++++++++++++++++++++++++-------------
 1 files changed, 26 insertions(+), 13 deletions(-)

diff --git a/api/globalApi.js b/api/globalApi.js
index bc0f77a..ab1cbff 100644
--- a/api/globalApi.js
+++ b/api/globalApi.js
@@ -1,10 +1,10 @@
 export const globalApi = {
 	// 缁戝畾寰俊
-	wxBind:{
-		url:'/wrzs/social/bind',
-		method:"POST"
+	wxBind: {
+		url: '/wrzs/social/bind',
+		method: "POST"
 	},
-	
+
 	//	鎻愮叅鍗�
 	//	鑾峰彇鍙戣繍璁″垝鍒楄〃
 	GetOrderPlan: {
@@ -39,10 +39,23 @@
 	 * @杞彂淇敼
 	 */
 	forward: {
-		url: "/wrzs/userOperation/forward",
+		url: "/wrzs/userOperation/forwardList",
 		method: "POST"
 	},
-
+	/**
+	 * @description 杞彂淇敼鍥炴樉
+	 */
+	forwardList: {
+		url: "/wrzs/userOperation/forwardListData",
+		method: "GET"
+	},
+	/**
+	 * @description 鍒犻櫎涓�缁勮浆鍙�
+	 */
+	deleteForward: {
+		url: "/wrzs/userOperation/deleteForward",
+		method: "POST"
+	},
 	// 璐т唬棣栭〉鍒楄〃
 	// huoDaiList: {
 	// 	url: "/wrzs/wx/huoDaiList",
@@ -52,7 +65,7 @@
 	 * @璐т唬棣栭〉鍒楄〃淇敼
 	 */
 	huoDaiList: {
-		url: "/wrzs/userOperation/huoDaiList",
+		url: "/wrzs/userOperation/huoDaiList	",
 		method: "GET"
 	},
 
@@ -235,14 +248,14 @@
 		method: 'GET'
 	},
 	// 鍔犲噺鐓�
-	addAndSubtractCoal:{
-		url:'/wrzs/jcgatestate/repeatCheck',
-		method:'POST'
+	addAndSubtractCoal: {
+		url: '/wrzs/jcgatestate/repeatCheck',
+		method: 'POST'
 	},
 	// 鑾峰彇鎵�鍦ㄧ鎴�
-	getWeighHouse:{
-		url:"/wrzs/jccoalweighhouse/getWeighHouse",
-		method:'GET'
+	getWeighHouse: {
+		url: "/wrzs/jccoalweighhouse/getWeighHouse",
+		method: 'GET'
 	},
 
 	// 鎻愮叅鍗曟棩蹇楁煡璇�

--
Gitblit v1.9.1