From b6dd47e1fa3b748c62210e9a70413feb3bcecf4e Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 13 Aug 2021 19:20:32 +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