From 2baa58f9515a661d53118344e237e3441300b24f Mon Sep 17 00:00:00 2001
From: whychdw <49690745@qq.com>
Date: 星期四, 03 六月 2021 17:03:40 +0800
Subject: [PATCH] 内容修改

---
 src/pages/test/js/api.js |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/src/pages/test/js/api.js b/src/pages/test/js/api.js
index 992f564..b58401a 100644
--- a/src/pages/test/js/api.js
+++ b/src/pages/test/js/api.js
@@ -210,4 +210,19 @@
             value
         },
     });
+}
+
+/**
+ * 閲嶅仛褰撳墠璇曢獙鐐�
+ * @param id
+ * @returns {AxiosPromise}
+ */
+export const redoTestPoint = (id)=>{
+    return axios({
+        method: "POST",
+        url: "/experiment/restartExperimentPoint",
+        params: {
+            id,
+        },
+    });
 }
\ No newline at end of file

--
Gitblit v1.9.1