From 80a0a4937ad534d59cb42a2f330f533584b9aa70 Mon Sep 17 00:00:00 2001 From: zhoucong <123456> Date: 星期二, 26 四月 2022 15:34:19 +0800 Subject: [PATCH] 众泰新增 --- 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