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 talkURLs = "/api/video/v1/cameras/talkURLs";
|
|
|
|
}
|