From 2d43a1df3f5ba42710e6d21c27d1e13bdb8dfd56 Mon Sep 17 00:00:00 2001 From: zhangwei <1504152376@qq.com> Date: 星期一, 24 三月 2025 09:23:08 +0800 Subject: [PATCH] - --- src/common/request/http.api.js | 14 +++++++++++--- 1 files changed, 11 insertions(+), 3 deletions(-) diff --git a/src/common/request/http.api.js b/src/common/request/http.api.js index 2209ce4..ec7962d 100644 --- a/src/common/request/http.api.js +++ b/src/common/request/http.api.js @@ -611,13 +611,20 @@ }); // 鎵撳崱璁板綍璇︽儏 -let GetDriverRecordInfo = (KeyId, config = {}) => http.get(`/api/CyOSSDriver/GetDriverRecordInfo/${KeyId}`,{ +let driverGetDriverRecordInfo = (KeyId, config = {}) => http.get(`/api/CyOSSDriver/GetDriverRecordInfo/${KeyId}`,{ + custom: { + methodName: 'driverGetDriverRecordInfo', + needToken: true + } +}); + +// 绠$悊鍛樻墦鍗¤褰曡鎯� +let GetDriverRecordInfo = (KeyId, config = {}) => http.get(`/api/CyOsDeliverManage/GetDriverRecordInfo/${KeyId}`,{ custom: { methodName: 'GetDriverRecordInfo', needToken: true } }); - // 灏嗗悇涓畾涔夌殑鎺ュ彛鍚嶇О锛岀粺涓�鏀捐繘瀵硅薄鎸傝浇鍒皏m.$u.api(鍥犱负vm灏辨槸this锛屼篃鍗硉his.$u.api)涓� @@ -697,7 +704,8 @@ driverGetDriverRecords, GetDriverRecords, GetClockRoughDraft, - GetDriverRecordInfo + GetDriverRecordInfo, + driverGetDriverRecordInfo }; // } -- Gitblit v1.9.1