From 309cc3fe6303d8464951063e89fc9d623915501e Mon Sep 17 00:00:00 2001
From: zhangwei <1504152376@qq.com>
Date: 星期一, 10 三月 2025 16:23:35 +0800
Subject: [PATCH] -
---
src/common/request/http.api.js | 12 +++++++++++-
1 files changed, 11 insertions(+), 1 deletions(-)
diff --git a/src/common/request/http.api.js b/src/common/request/http.api.js
index ac51b42..fe4c860 100644
--- a/src/common/request/http.api.js
+++ b/src/common/request/http.api.js
@@ -570,6 +570,15 @@
}
});
+// 鍙告満涓婁笅鐝墦鍗�
+let Clock = (params, config = {}) => http.post(`/api/CyOSSDriver/Clock`, params,{
+ custom: {
+ methodName: 'Clock',
+ needToken: true
+ }
+});
+
+
// 灏嗗悇涓畾涔夌殑鎺ュ彛鍚嶇О锛岀粺涓�鏀捐繘瀵硅薄鎸傝浇鍒皏m.$u.api(鍥犱负vm灏辨槸this锛屼篃鍗硉his.$u.api)涓�
@@ -643,7 +652,8 @@
GetDeliverPlanInfo,
manageGetDeliverPlanInfo,
workerGetDeliverPlans,
- workerGetDeliverPlanInfo
+ workerGetDeliverPlanInfo,
+ Clock
};
// }
--
Gitblit v1.9.1