Commit 520c3973 authored by 张伯涛's avatar 张伯涛

一键启停

parent 06a81aae
......@@ -8,3 +8,8 @@ export const selectOneStartStop = params => {
export const selectIsScheduleByUserId = params => {
return httpTwo.get(`/busVoiceCommands/selectIsScheduleByUserId?userId=` + params.userId )
}
// 手动执行到哪一步了
export const setOneStartStop = (item) => {
return httpTwo.post(`/busVoiceCommands/setOneStartStop`,item)
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment