From e3406029e8f6bc39163a12ff0b12c32413140886 Mon Sep 17 00:00:00 2001 From: wk Date: 星期三, 29 五月 2024 17:25:31 +0800 Subject: [PATCH] feta:购买证保安 --- api/globalApi.js | 72 ++++++++++++++++++++++++++++++++++- 1 files changed, 69 insertions(+), 3 deletions(-) diff --git a/api/globalApi.js b/api/globalApi.js index f9e7ec8..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' }, @@ -550,6 +550,72 @@ 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