From 98b5d9063b885f6705a89efc45607aea1b166f2c Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期三, 12 六月 2024 11:03:23 +0800 Subject: [PATCH] feat:登录记录信息 --- api/globalApi.js | 28 +++++++++++++++++++++++++++- 1 files changed, 27 insertions(+), 1 deletions(-) diff --git a/api/globalApi.js b/api/globalApi.js index c770291..64c33f5 100644 --- a/api/globalApi.js +++ b/api/globalApi.js @@ -517,7 +517,7 @@ method: 'GET' }, /** - * @description 鏍规嵁鍗曚綅鏌ヨ鐓ゅ満 + * @description 纭鑷富鍒涘缓 */ saveDeliveryNote: { url: '/wrzs/tmtaskcoal/saveDeliveryNote', @@ -529,5 +529,31 @@ getDeptAndProductNameByCustomer: { url: '/wrzs/specialvarieties/getDeptAndProductNameByCustomer', method: 'GET' + }, + // 鍦哄唴鎺ュ崟 + insideConnect: { + url: '/wrzs/tmtaskcoal/insideConnect', + methods: 'POST' + }, + //"鐓や粨瑙嗛鍦板潃" + useEqCodeGetCameraUrl: { + url: '/wrzs/jcequipment/useEqCodeGetCameraUrl', + method: 'GET' + }, + //'鑾峰彇璺嚎鈥� + getRoute:{ + url: '/wrzs/guideroutemanage/getGuideRouteByType', + method: 'GET' + }, + downloadExcel:{ + url:'/wrzs/tmtaskcoal/tmAppStatisticsExcel', + method:'GET', + }, + //鐧诲綍涔嬪悗璁板綍淇℃伅鎵�鐢� + setApplogonTime:{ + url:'/wrzs/userentity/setApplogonTime', + method:'POST', } + + } \ No newline at end of file -- Gitblit v1.9.1