From 12f5f889c8a13a2a942574debde0e42a405b12be Mon Sep 17 00:00:00 2001
From: zhoucong <123456>
Date: Tue, 26 Apr 2022 15:35:00 +0800
Subject: [PATCH] fix
---
src/api/sgyhpczl/hiddenDangerRegistration.js | 26 ++++++++++++++++++++++++++
1 files changed, 26 insertions(+), 0 deletions(-)
diff --git a/src/api/sgyhpczl/hiddenDangerRegistration.js b/src/api/sgyhpczl/hiddenDangerRegistration.js
index 8fba519..e6510ee 100644
--- a/src/api/sgyhpczl/hiddenDangerRegistration.js
+++ b/src/api/sgyhpczl/hiddenDangerRegistration.js
@@ -81,3 +81,29 @@
data
});
}
+
+export function saveDanger(data) {
+ return request({
+ headers:{
+ 'token': getTokenAndVerify().token,
+ 'verify':getTokenAndVerify().verify
+ },
+ url: "/taboi/danger/save_do",
+ contentType: "application/json",
+ method: 'POST',
+ data
+ });
+}
+
+export function initDangerRebound(data) {
+ return request({
+ headers:{
+ 'token': getTokenAndVerify().token,
+ 'verify':getTokenAndVerify().verify
+ },
+ url: "/taboi/danger/danger_rebound",
+ contentType: "application/json",
+ method: 'POST',
+ data
+ });
+}
--
Gitblit v1.9.2