[1078] 增加连接到指定服务器

This commit is contained in:
lin
2025-07-17 15:12:23 +08:00
parent f7b35e8e14
commit 47e4f2343b
6 changed files with 155 additions and 77 deletions

View File

@@ -300,5 +300,12 @@ export function reset(phoneNumber) {
}
})
}
export function connection(data) {
return request({
method: 'post',
url: '/api/jt1078/control/connection',
data: data
})
}