doum
3 天以前 22aaacd9e51da58ed10221639b6bd2fd9a13c6e5
admin/src/api/business/shop.js
@@ -6,6 +6,11 @@
    trim: true
  })
}
export function allList (data) {
  return request.post('/business/shop/findAll', data, {
    trim: true
  })
}
// 创建
export function create (data) {
@@ -16,10 +21,14 @@
export function updateById (data) {
  return request.post('/business/shop/updateById', data)
}
// 修改
export function updateIsRecById (data) {
  return request.post('/business/shop/updateIsRecById', data)
}
export function setGoodsPrice (data) {
  return request.post('/business/shop/setGoodsPrice', data)
}
// 删除
export function deleteById (id) {