From 02bc3bfe47e3d5311a0bb041c94e70a34b1ca73c Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期二, 09 四月 2024 09:03:01 +0800
Subject: [PATCH] git ch

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