| | |
| | | /** |
| | | * post |
| | | */ |
| | | public static final String HOST = "36.134.79.80:1443"; |
| | | // public static final String HOST = "36.134.79.80:1443"; |
| | | public static final String HOST = "v.hubeishuiyi.cn:1443"; |
| | | |
| | | |
| | | /** |
| | | * newPost |
| | | */ |
| | | public static final String NEW_HOST = "223.76.234.232:1443"; |
| | | // public static final String NEW_HOST = "223.76.234.232:1443"; |
| | | public static final String NEW_HOST = "v.hubeishuiyi.cn:1443"; |
| | | |
| | | |
| | | /** |
| | |
| | | * appSecret |
| | | */ |
| | | public static final String AppSecret = "1eyDaLIxOU4XBC8P7Jyr"; |
| | | |
| | | /** |
| | | * EventAppKey 算法 |
| | | */ |
| | | public static final String EventAppKey = "26514872"; |
| | | |
| | | /** |
| | | * EventAppSecret 算法 |
| | | */ |
| | | public static final String EventAppSecret = "7t767HTMOjWu1k2ui3Ho"; |
| | | |
| | | /** |
| | | * Event_NEW_HOST 算法 |
| | | */ |
| | | public static final String Event_NEW_HOST = "10.42.7.244:443"; |
| | | |
| | | /** |
| | | * 分页获取监控点资源 url |
| | |
| | | */ |
| | | public static final String presetsAdditionURLs = "/api/video/v1/presets/addition"; |
| | | |
| | | /** |
| | | * 删除监控点的预置点信息 |
| | | */ |
| | | public static final String presetsDeletionURLs = "/api/video/v1/presets/deletion"; |
| | | |
| | | /** |
| | | * 按事件类型订阅事件 |
| | | */ |
| | | public static final String eventSubscriptionByEventTypesURLs = "/api/eventService/v1/eventSubscriptionByEventTypes"; |
| | | |
| | | /** |
| | | * 按事件类型取消订阅 |
| | | */ |
| | | public static final String eventUnSubscriptionByEventTypesURLs = "/api/eventService/v1/eventUnSubscriptionByEventTypes"; |
| | | |
| | | /** |
| | | * 查询事件订阅信息 |
| | | */ |
| | | public static final String eventSubscriptionViewURLs = "/api/eventService/v1/eventSubscriptionView"; |
| | | |
| | | /** |
| | | * 区域的批量添加 |
| | | */ |
| | | public static final String batchAddURLs = "/api/resource/v1/region/batch/add"; |
| | | |
| | | /** |
| | | * 查询区域列表v2 |
| | | */ |
| | | public static final String regionNodesByParamsURLs = "/api/irds/v2/region/nodesByParams"; |
| | | |
| | | |
| | | |
| | | |