k94314517
2024-06-28 820af5a78a30fb03eec4adaa2f1ffbc517e623d2
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}`)
}