mirror of
https://github.com/cuteLittleDevil/m7s-jt1078.git
synced 2025-12-24 13:29:23 +08:00
example: 例子适配对讲超时
This commit is contained in:
@@ -138,6 +138,7 @@
|
||||
// 发送关闭请求到服务器
|
||||
try {
|
||||
const simCard = document.getElementById('simCard').value;
|
||||
// 设备和jt1078之间的链接 手动关闭 或者设置超时自动关闭
|
||||
const url = 'https://124.221.30.46:12000/api/v1/jt808/9102'
|
||||
const response = await fetch(url, {
|
||||
method: 'POST',
|
||||
|
||||
Reference in New Issue
Block a user