k94314517
2024-04-03 b8ffee963236f66b8b40a6180813d99f34c45cd1
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}`)
}