From 52756e8a22ff5d3c5e9cf90dfa5b87742c60350d Mon Sep 17 00:00:00 2001
From: 艺术家 <10819716+q100102@user.noreply.gitee.com>
Date: 星期四, 22 五月 2025 16:24:23 +0800
Subject: [PATCH] 功能优化

---
 项目代码/伸缩杆/client/src/api/newapi/Parameters.js |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/\344\274\270\347\274\251\346\235\206/client/src/api/newapi/Parameters.js" "b/\351\241\271\347\233\256\344\273\243\347\240\201/\344\274\270\347\274\251\346\235\206/client/src/api/newapi/Parameters.js"
index 736e388..feaabef 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/\344\274\270\347\274\251\346\235\206/client/src/api/newapi/Parameters.js"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/\344\274\270\347\274\251\346\235\206/client/src/api/newapi/Parameters.js"
@@ -6,4 +6,8 @@
 //鎵嬪姩浼稿嚭缂╁洖
 export const ManualOperation = (data) => http.post(`/api/Parameters/ManualOperation?position=${data.position}&ExtendedState=${data.ExtendedState}`);
 //鑾峰彇鍙傛暟
-export const GetParameter = (data) => http.post(`/api/Parameters/BackfillSpeed`);
\ No newline at end of file
+export const GetParameter = (data) => http.post(`/api/Parameters/BackfillSpeed`);
+//鏆傚仠
+export const Pouse = () => http.post(`/api/Parameters/PauseButton`);
+//鑾峰彇褰撳墠浼哥缉鏉嗕綅缃�
+export const GetPosition = () => http.post(`/api/Parameters/CurrentLocation`);

--
Gitblit v1.9.3