巡检
This commit is contained in:
17
src/api/polling.js
Normal file
17
src/api/polling.js
Normal file
@@ -0,0 +1,17 @@
|
||||
import request from "@/utils/request"
|
||||
|
||||
// 查询今日任务列表
|
||||
export function taskTodayList(data) {
|
||||
return request.post({
|
||||
url: '/acc/message/notify/detail',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
// 查询任务详情
|
||||
export function taskDetail(data) {
|
||||
return request.post({
|
||||
url: '/acc/message/notify/detail',
|
||||
data
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user