| | |
| | | private final String APP_SECRET = "LElVf9Ct3ykStZHCmFNZ"; |
| | | |
| | | public PageResult<Camera> callPostCameras(Integer pageNo, Integer pageSize, String treeCode) throws Exception { |
| | | System.out.println("海康视频-callPostCameras"); |
| | | |
| | | ArtemisConfig config = new ArtemisConfig(); |
| | | System.out.println("海康视频-config"); |
| | | config.setHost(HOST); // 代理API网关nginx服务器ip端口 |
| | | config.setAppKey(APP_KEY); // 秘钥appkey |
| | | config.setAppSecret(APP_SECRET);// 秘钥appSecret |
| | | System.out.println("海康视频-初始化config"); |
| | | |
| | | final String getSecurityApi = ARTEMIS_PATH + "/api/resource/v1/cameras"; // 接口路径 |
| | | Map<String, String> path = new HashMap<String, String>(2) { |
| | | { |