| | |
| | | public static final Integer FAIL = 500; |
| | | |
| | | /** |
| | | * 失败标记-微信提示违规记录消息状态码 |
| | | */ |
| | | public static final Integer NOTICE_FAIL = 501; |
| | | |
| | | /** |
| | | * 登录成功 |
| | | */ |
| | | public static final String LOGIN_SUCCESS = "Success"; |
| | |
| | | /** |
| | | * 党建包名 |
| | | */ |
| | | public static final String SERVICE_PARTYBUILDING = "partybuilding"; |
| | | public static final String SERVICE_PARTYBUILDING = "huacheng-partybuilding"; |
| | | /** |
| | | * service_community包 |
| | | */ |
| | | public static final String SERVICE_COMMUNITY = "community"; |
| | | public static final String SERVICE_COMMUNITY = "huacheng-community"; |
| | | |
| | | /** |
| | | * 操作类型 |