rk
2026-03-11 0e4b49f4bee160790b1830e6a8606e739b32fc3b
admin/src/api/business/activity.js
@@ -16,6 +16,10 @@
export function updateById (data) {
  return request.post('/business/activity/updateById', data)
}
// 修改
export function updateStatusById (data) {
  return request.post('/business/activity/updateStatusById', data)
}
// 删除
export function deleteById (id) {