mobile CCTV,mobile surveillance,police body worn cameras

 forgetPW
 registerNow
search
view: 979|reply: 1
打印 prevThread nextThread

查询GPS历史轨迹 获取数据报错

[copyURL]

13

主题

24

帖子

101

积分

member

Rank: 2

积分
101
jumpTo
owner
poston 2020-10-22 14:51 | authorOnly 回帖奖励 |倒序浏览 |阅读模式
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
            });
        }
    }



用以上的方法获取 轨迹数据获取不到数据 好像是解析报错



reply

使用道具 report

1

主题

383

帖子

1466

积分

vipMem

Rank: 6Rank: 6

积分
1466
sofa
poston 2020-10-22 17:29 | authorOnly
您那边登我们的页面再测试一下 61.191.27.18:8081/demo  如果有报错 请将报错信息截过来
reply agree Against

使用道具 report

creditRule

QQ|wireless surveillance

GMT+8, 2024-11-1 17:36 , Processed in 0.052731 second(s), 19 queries .

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

QuickReply backToTop BackToList