jiangping
2024-06-27 6b152bd561f64f01a5bb0a8cc9784dfa601a72d1
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}`)
}