rk
昨天 086be7eae50e48ad554fd8a3f4cb1e333d587595
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) {