| | |
| | | package cn.gistack.alerts.alarmRule.notice.constant; |
| | | package cn.gistack.alerts.notice.constant; |
| | | |
| | | /** |
| | | * 中台接口请求信息常量 |
| | |
| | | */ |
| | | public static final String res_z_null_api = "http://10.42.6.192/services/1234567890ABCDEFGHIJKLMN/res/z_null"; |
| | | |
| | | /** |
| | | * 水位数据异常 |
| | | */ |
| | | public static final String res_z_not_normal_api = "http://10.42.6.192/services/1234567890ABCDEFGHIJKLMN/res/z_not_normal"; |
| | | |
| | | /** |
| | | * 水位超低于死水位 |
| | | */ |
| | | public static final String res_diff_dead_z_api = "http://10.42.6.192/services/1234567890ABCDEFGHIJKLMN/res/diff_dead_z"; |
| | | |
| | | } |