南昌市物联网技防平台-后台
zengh
2021-09-13 315af2f6baf4763a743d8aa5dbdb21f763ac9cc3
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
package org.springblade.jfpt.hk.constant;
 
/**
 * @author zhongrj
 * @since 2021-08-06
 */
public class HkConstant {
 
 
    /**
     * post
     */
    public static final String HOST = "61.131.136.18:10443";
 
 
    /**
     * STEP2:设置OpenAPI接口的上下文
     */
    public static final String ARTEMIS_PATH = "/artemis";
 
    /**
     * appKey
     */
    public static final String AppKey = "26589653";
 
    /**
     * appSecret
     */
    public static final String AppSecret = "hSzZW0VHfyHgJziMemOx";
 
    /**
     * 分页获取监控点资源 url
     */
    public static final String cameras = "/api/resource/v1/cameras";
 
    /**
     * 视频预览url
     */
    public static final String previewURLs = "/api/video/v2/cameras/previewURLs";
 
    /**
     * 设备查询
     */
    public static final String camerasID = "/api/irds/v2/resource/resourcesByParams";
 
    /**
     * 语音对讲
     */
    public static final String talkURLs = "/api/vnsc/mls/v1/talk/openApi/getTalkParam";
 
 
 
}