From 277f2d65a70bddbf9c571e2023315faad26e12d0 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期一, 18 三月 2024 14:11:44 +0800
Subject: [PATCH] Merge branch 'master' into 1.0.1

---
 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