doum
20 小时以前 98995ef3dff4eefe6658022345276806bd47d557
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) {