mobile CCTV,mobile surveillance,police body worn cameras
标题:
查询GPS历史轨迹 获取数据报错
[打印本页]
author:
silence
time:
2020-10-22 14:51
标题:
查询GPS历史轨迹 获取数据报错
function
testGetGpsV2
() {
var
nruid
=
document
.
getElementById
(
'nruidv2'
).
value
;
var
gpsPath
=
document
.
getElementById
(
'filepathidv2'
).
value
;
if
(
gpsPath
.
length
==
0
) {
return
;
}
if
(
session
) {
session
.
swGetGpsRecordDataV2
({
szNruId:
nruid
,
szFilePath:
gpsPath
,
callback
:
function
(
options
,
response
,
data
) {
if
(
response
.
emms
.
code
==
jSW
.
RcCode
.
RC_CODE_S_OK
) {
document
.
getElementById
(
'Contentv2'
).
innerHTML
=
JSON
.
stringify
(
data
,
null
,
4
);
}
},
tag:
null
});
}
}
用以上的方法获取 轨迹数据获取不到数据 好像是解析报错
author:
bai_315
time:
2020-10-22 17:29
您那边登我们的页面再测试一下 61.191.27.18:8081/demo 如果有报错 请将报错信息截过来
欢迎光临 mobile CCTV,mobile surveillance,police body worn cameras (http://bbs.besovideo.com:8067/)
Powered by Discuz! X3.2