import { createAPI } from '@/utils/httpRequest.js' // 获取当前停机代码 export const startTuning = data => createAPI('schedule/startTuning', 'POST', data)