From 85e31ab46cfa76de986e6084e7e4dfda35ac98e6 Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Thu, 12 Aug 2021 10:44:55 +0800
Subject: [PATCH] 培训报名修改,路由修改

---
 src/api/examapi/applyexam.js |   13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)

diff --git a/src/api/examapi/applyexam.js b/src/api/examapi/applyexam.js
index fb228e7..20143fb 100644
--- a/src/api/examapi/applyexam.js
+++ b/src/api/examapi/applyexam.js
@@ -15,7 +15,7 @@
 
 export const addApply = (row) => {
     return request({
-        url: '/api/apply/submit',
+        url: '/api/apply/save',
         method: 'post',
         data: row
     })
@@ -74,4 +74,15 @@
             id,
         }
     })
+}
+
+export const getSecurityApplyInfo = (id, userId) => {
+    return request({
+        url: '/api/apply/getSecurityApplyDetail',
+        method: 'get',
+        params: {
+            id,
+            userId
+        }
+    })
 }
\ No newline at end of file

--
Gitblit v1.9.3