import { createAPI } from "@/utils/httpRequest.js"; export const updateWorkingCalendar = data => createAPI(`/base/updateWorkingCalendar`,'post',data)