台账推送
This commit is contained in:
@@ -130,3 +130,20 @@ export function updateLine(data: any) {
|
||||
})
|
||||
}
|
||||
|
||||
//推送日志台账信息
|
||||
export function pushLog() {
|
||||
return createAxios({
|
||||
url: '/cs-device-boot/csTerminalLogs/pushCldInfo',
|
||||
method: 'post',
|
||||
|
||||
})
|
||||
}
|
||||
|
||||
//查询推送结果
|
||||
export function queryPushResult() {
|
||||
return createAxios({
|
||||
url: '/cs-device-boot/csTerminalReply/queryData',
|
||||
method: 'post',
|
||||
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user