From 772190e7b2e3f6ef0695ba54d9209324acdcb30a Mon Sep 17 00:00:00 2001 From: 艺术家 <10819716+q100102@user.noreply.gitee.com> Date: 星期三, 04 六月 2025 13:57:17 +0800 Subject: [PATCH] 伸缩杆代码提交 --- 项目代码/伸缩杆/client/src/api/newapi/AlarmReset.js | 6 ++++-- 1 files changed, 4 insertions(+), 2 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/AlarmReset.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/AlarmReset.js" index e11ffbb..de0e4e8 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/AlarmReset.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/AlarmReset.js" @@ -1,4 +1,6 @@ import http from "../http"; -//鐧诲綍璁板綍 -export const BecomeTrue = (data) => http.post(`/api/AlarmResetHsy/BecomeTrue?account=${data.account}`); \ No newline at end of file +//鎶ヨ澶嶄綅 +export const BecomeTrue = () => http.post(`/api/AlarmResetHsy/BecomeTrue`); +//娓呴櫎鎶ヨ淇℃伅 +export const ClearAlarm = () => http.post(`/api/AlarmResetHsy/DeleteAllinform`); \ No newline at end of file -- Gitblit v1.9.3