优化
This commit is contained in:
17
api/history.js
Normal file
17
api/history.js
Normal file
@@ -0,0 +1,17 @@
|
||||
import { request } from './request'
|
||||
|
||||
// 历史列表
|
||||
const historyList = (params) => {
|
||||
return request('/MatchScan/historyList', params, 'POST')
|
||||
}
|
||||
|
||||
// 查询单个历史详情
|
||||
const getTaskName = (params) => {
|
||||
return request('/MatchScan/taskNameHistory', params, 'POST')
|
||||
}
|
||||
|
||||
export {
|
||||
historyList,
|
||||
getTaskName
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user