jiangping
2025-06-04 a01d637e9ff2bf26aa44c65a239413a38bd8b1fe
company/src/api/business/notices.js
@@ -16,3 +16,8 @@
export function closeApplyNotice (type) {
    return request.get(`/business/notices/closeApplyNotice?type=${type}`)
}
// 根据ID删除
export function deleById (id) {
    return request.get(`/business/notices/delete/${id}`)
}