|
|
@ -32,5 +32,30 @@ public interface PushToCityGridConstant { |
|
|
|
*/ |
|
|
|
public final static String APPEAL_SCRAP = "http://ip:port/case/scrap"; |
|
|
|
|
|
|
|
/** |
|
|
|
* 诉求督办 |
|
|
|
*/ |
|
|
|
public final static String APPEAL_SUPERVISE = "http://ip:port/case/supervise"; |
|
|
|
|
|
|
|
/** |
|
|
|
* 诉求废弃 |
|
|
|
*/ |
|
|
|
public final static String APPEAL_WHISTLE_REPORT = "http://ip:port/case/whistle/report"; |
|
|
|
|
|
|
|
/** |
|
|
|
* 吹哨驳回 |
|
|
|
*/ |
|
|
|
public final static String APPEAL_WHISTLE_REPORT_REJECT = "http://ip:port/case/whistle/reportreject"; |
|
|
|
|
|
|
|
/** |
|
|
|
* 吹哨反馈 |
|
|
|
*/ |
|
|
|
public final static String APPEAL_WHISTLE_FEEDBACK = "http://ip:port/case/whistle/feedback"; |
|
|
|
|
|
|
|
/** |
|
|
|
* 事件感知 |
|
|
|
*/ |
|
|
|
public final static String APPEAL_MSG = "http://ip:port/case/msg"; |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|