From 39da98555350150352419d634b99306b712aa279 Mon Sep 17 00:00:00 2001
From: shiyue <1211061228@qq.com>
Date: 星期四, 16 二月 2023 12:50:09 +0800
Subject: [PATCH] 2023-02-16更新
---
src/api/common.js | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/src/api/common.js b/src/api/common.js
index fd002a4..2dfdc43 100644
--- a/src/api/common.js
+++ b/src/api/common.js
@@ -33,3 +33,11 @@
method: 'get',
})
}
+
+export function checkPass(params) {
+ return request({
+ url: `/report/audit`,
+ method: 'post',
+ data:params
+ })
+}
\ No newline at end of file
--
Gitblit v1.8.0