From e3406029e8f6bc39163a12ff0b12c32413140886 Mon Sep 17 00:00:00 2001 From: wk Date: 星期三, 29 五月 2024 17:25:31 +0800 Subject: [PATCH] feta:购买证保安 --- api/globalApi.js | 99 +++++++++++++++++++++++++++++++++++++++++++++++-- 1 files changed, 95 insertions(+), 4 deletions(-) diff --git a/api/globalApi.js b/api/globalApi.js index aef4cce..a6fe487 100644 --- a/api/globalApi.js +++ b/api/globalApi.js @@ -98,7 +98,7 @@ * @鎶㈠崟淇敼 */ qiangDan: { - url: '/wrzs/userOperation/qiangDan', + url: '/wrzs/app/driver/qiangDan', method: 'POST' }, @@ -129,7 +129,7 @@ * @棰勭害淇敼 */ yuYue: { - url: '/wrzs/userOperation/yuYue', + url: '/wrzs/app/driver/yuYue', method: 'POST' }, @@ -278,7 +278,10 @@ url: '/wrzs/jccoalweighhouse/getUpperPound', method: 'GET' }, - + getWeighHouse1: { + url: '/wrzs/jccoalweighhouse/getWeighHouse', + method: 'GET' + }, // 鎻愮叅鍗曟棩蹇楁煡璇� coalDayPage: { url: '/wrzs/tmtaskcoallog/getTmId', @@ -514,7 +517,7 @@ method: 'GET' }, /** - * @description 鏍规嵁鍗曚綅鏌ヨ鐓ゅ満 + * @description 纭鑷富鍒涘缓 */ saveDeliveryNote: { url: '/wrzs/tmtaskcoal/saveDeliveryNote', @@ -526,5 +529,93 @@ 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' + }, + + //搴撶鑾峰彇浠撳簱 + getWarehouseList:{ + url: '/wrzs/warehouse/getMyWarehouseList', + method: 'GET' + }, + //鑾峰彇浠撳簱涓嬬殑鏀跺彂鍗� + getTaskCoalListByBunkerId:{ + url: '/wrzs/warehouse/getMyTaskCoalListByBunkerId', + method: 'GET' + }, + + /** + * @description 鎴戞潵閫佽揣 + */ + myDelivery:{ + url: '/wrzs/jhorderplan/myDelivery', + method: 'GET' + }, + saveMyDelivery: { + url: '/wrzs/tmtaskcoal/saveMyDelivery', + methods: 'POST' + }, + getCheckTaskCoal:{ + url: '/wrzs/guard/getCheckTaskCoal', + method: 'GET' + }, + addCheckLog: { + url: '/wrzs/guard/addCheckLog', + methods: 'POST' + }, + saveDriverDocs: { + url: '/wrzs/userentity/saveDriverDocs', + methods: 'POST' + }, + // 鑾峰彇浜у搧琛� + getProductTree:{ + url: '/wrzs/jcproduct/getProductTree', + method: 'GET' + }, + /** + * @description 璐拱璇� + */ + addBuycard: { + url: '/wrzs/buycard', + methods: 'POST' + }, + getBuyCardList: { + url: '/wrzs/buycard/getBuyCardList', + methods: 'GET' + }, + // 娉ㄥ唽 + registerDriver: { + url: '/wrzs/userentity/registerDriver', + methods: 'GET' + }, + //瀹㈡埛鏃ヨ鍒掕幏鍙栬鍗� + getOrderList: { + url: '/wrzs/tmorder/getOrderList', + methods: 'GET' } + // 鎻愪氦閬撹矾杩愯緭璇� + + addJcroadtransport: { + url: '/wrzs/jcroadtransport/add', + methods: 'POST' + }, + // 鑾峰彇閬撹矾杩愯緭璇� + getDriverListById: { + url: '/wrzs/jcroadtransport/getDriverListById', + methods: 'GET' + }, + } \ No newline at end of file -- Gitblit v1.9.1