| | |
| | | } |
| | | |
| | | export function updateById (data) { |
| | | return request.post('/business/shopInfo/updateById', data) |
| | | return request.post('/business/shopInfo/updateShop', data) |
| | | } |
| | | |
| | | export function deleteById (id) { |
| | |
| | | } |
| | | }) |
| | | } |
| | | |
| | | // 修改门店状态 |
| | | export function changeStatus (data) { |
| | | return request.post('/business/shopInfo/changeStatus', data) |
| | | } |
| | | |
| | | // 门店详情 |
| | | export function detail (id) { |
| | | return request.get(`/business/shopInfo/detail/${id}`) |
| | | } |
| | | |
| | | // 重置密码 |
| | | export function resetPassword (data) { |
| | | return request.post('/business/shopInfo/resetPassword', data) |
| | | } |