From 1cb780b1762c62751c7f5f26132f3a7aa4ef3e2f Mon Sep 17 00:00:00 2001 From: 付延余 <f-yanyu@outlook.com> Date: 星期四, 23 三月 2023 16:45:30 +0800 Subject: [PATCH] 微信登录修改,呼叫客服功能(完成) --- api/globalApi.js | 46 +++++++++++++++++++++++++++++++++++++--------- 1 files changed, 37 insertions(+), 9 deletions(-) diff --git a/api/globalApi.js b/api/globalApi.js index 4dbc45f..0cc3752 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" }, @@ -125,7 +138,6 @@ url: "/wrzs/userOperation/getTakeCoal", method: "GET" }, - // 鐢ㄦ埛 // 鑾峰彇鐢ㄦ埛淇℃伅 @@ -235,10 +247,26 @@ url: "/wrzs/userOperation/weighList", method: 'GET' }, + // 鍔犲噺鐓� + addAndSubtractCoal: { + url: '/wrzs/jcgatestate/repeatCheck', + method: 'POST' + }, + // 鑾峰彇鎵�鍦ㄧ鎴� + getWeighHouse: { + url: "/wrzs/jccoalweighhouse/getWeighHouse", + method: 'GET' + }, // 鎻愮叅鍗曟棩蹇楁煡璇� coalDayPage: { - url: "/wrzs/tmtaskcoallog/page", + url: "/wrzs/tmtaskcoallog/getTmId", method: 'GET' + }, + + // 鑾峰彇openId + getCallOutList:{ + url:'/wrzs/callout/getCallOutList', + method:'GET' } } -- Gitblit v1.9.1