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 | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/src/api/examapi/applyexam.js b/src/api/examapi/applyexam.js
index 3c7274f..20143fb 100644
--- a/src/api/examapi/applyexam.js
+++ b/src/api/examapi/applyexam.js
@@ -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