From 30e3526b109a94b83ee53d460b5626300361e5a5 Mon Sep 17 00:00:00 2001 From: wk Date: 星期二, 18 六月 2024 09:48:40 +0800 Subject: [PATCH] feat:司机人脸更改 --- api/globalApi.js | 45 +++++++++++++++++++++++++++++++++++++++++---- 1 files changed, 41 insertions(+), 4 deletions(-) diff --git a/api/globalApi.js b/api/globalApi.js index 2463e64..d92388b 100644 --- a/api/globalApi.js +++ b/api/globalApi.js @@ -85,7 +85,7 @@ * @鍙告満棣栭〉鍒楄〃淇敼 */ qiangDanList: { - url: '/wrzs/userOperation/qiangDanList', + url: '/wrzs/app/driver/qiangDanList', method: 'GET' }, @@ -117,6 +117,10 @@ */ yuYueList: { url: '/wrzs/userOperation/yuYueList', + method: 'GET' + }, + driverYuYueList: { + url: '/wrzs/app/driver/yuYueAPPList', method: 'GET' }, @@ -561,11 +565,11 @@ * @description 鎴戞潵閫佽揣 */ myDelivery:{ - url: '/wrzs/jhorderplan/myDelivery', + url: '/wrzs/jhorderplan', method: 'GET' }, saveMyDelivery: { - url: '/wrzs/tmtaskcoal/saveMyDelivery', + url: '/wrzs/app/driver/saveMyDelivery', methods: 'POST' }, getCheckTaskCoal:{ @@ -627,10 +631,43 @@ url: '/wrzs/jcroadtransport/getDriverListById', methods: 'GET' }, + // 鏍规嵁id鏌ユ壘閬撹矾杩愯緭璇� + getById: { + url: '/wrzs/jcroadtransport/getById', + methods: 'GET' + }, + //妫�鏌ラ亾璺繍杈撹瘉鍙� + checkNumber: { + url: '/wrzs/jcroadtransport/checkNumber', + methods: 'GET' + }, //搴撶鑾峰彇鏃ヨ鍒� getMyPlanListByBunkerId:{ url:'/wrzs/warehouse/getMyPlanListByBunkerId', methods:'GET' - } + }, + //鏌ョ湅璇︽儏 + getTmOrderById: { + url: '/wrzs/tmtaskcoal', + methods: 'GET' + }, + //纭瑁呭嵏 + confirmLoadAndUnload:{ + url: '/wrzs/warehouse/confirmLoadAndUnload', + methods: 'POST' + }, + //鏌ョ湅鍘熺洂閽欓晛 + getQualityResultEachCustomer:{ + url: '/wrzs/warehouse/getQualityResultEachCustomer', + methods: 'GET' + }, + getMyEscortList: { + url: '/wrzs/app/driver/getMyEscortList', + methods: 'GET' + }, + saveMyEscort:{ + url: '/wrzs/app/driver/saveMyEscort', + methods: 'POST' + }, } \ No newline at end of file -- Gitblit v1.9.1