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 | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/api/globalApi.js b/api/globalApi.js index ab1cbff..0cc3752 100644 --- a/api/globalApi.js +++ b/api/globalApi.js @@ -262,5 +262,11 @@ coalDayPage: { url: "/wrzs/tmtaskcoallog/getTmId", method: 'GET' + }, + + // 鑾峰彇openId + getCallOutList:{ + url:'/wrzs/callout/getCallOutList', + method:'GET' } } -- Gitblit v1.9.1