From e2bc832dedd3a54d770526786e4db30470e0f57b Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期四, 28 三月 2024 16:05:23 +0800
Subject: [PATCH] mrshi
---
company/src/api/business/notices.js | 15 +++++++++++++++
1 files changed, 15 insertions(+), 0 deletions(-)
diff --git a/company/src/api/business/notices.js b/company/src/api/business/notices.js
index 5d8928d..5b2f269 100644
--- a/company/src/api/business/notices.js
+++ b/company/src/api/business/notices.js
@@ -6,3 +6,18 @@
trim: true
})
}
+
+// 鏌ヨ鎶曚繚鍗曟彁閱掓暟閲�
+export function getCaptcha () {
+ return request.get('/business/notices/getApplyNotice')
+}
+
+// 鎶曚繚鍗曞叧闂彁閱�
+export function closeApplyNotice (type) {
+ return request.get(`/business/notices/closeApplyNotice?type=${type}`)
+}
+
+// 鏍规嵁ID鍒犻櫎
+export function deleById (id) {
+ return request.get(`/business/notices/delete/${id}`)
+}
--
Gitblit v1.9.3