上传
This commit is contained in:
@@ -30,9 +30,9 @@ export const deletePlace = async (id) => {
|
||||
return await request.delete({ url: '/admin-api/crm/sch-place/delete?id=' + id })
|
||||
}
|
||||
|
||||
export const updatePlaceStatus = async (id, status) => {
|
||||
export const updatePlaceStatus = async (placeId, status) => {
|
||||
const data = {
|
||||
id,
|
||||
placeId,
|
||||
status
|
||||
}
|
||||
return request.put({ url: '/admin-api/crm/sch-place/status/update', data: data })
|
||||
|
||||
Reference in New Issue
Block a user