日照智慧社区接口服务
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

63 lines
1.2 KiB

5 years ago
package com.epmet.constant;
/**
* @Author zxc
* @DateTime 2020/11/3 2:45 下午
*/
public interface BadgeConstant {
5 years ago
String BADGE_KEY = "epmet:badge:customer:";
5 years ago
String BADGE = "badge";
String DEFAULT_CUSTOMER = "default";
5 years ago
String YES = "yes";
String NO = "no";
String REJECTED = "rejected";
String APPROVED = "approved";
String NONE ="none";
5 years ago
String SMS_CODE_KEY = "epmet:smsCode:badge:";
String PARTY ="party";
String ONLINE ="online";
String OFFLINE ="offline";
5 years ago
String RESI = "resi";
String AUTH_TITLE = "您有一条认证消息";
String GET_BADGE_NAME_FAILURE = "获取徽章名称失败......";
String MESSAGE_CONTENT = "您有一条徽章认证消息,,%s申请认证%s,请审核";
5 years ago
String READ_FLAG = "unread";
String DEFAULT = "default";
// 人大代表徽章KEY
String BADGE_KEY_NPC = "NPC";
/**
* 人大代表的type
*/
String NPC = "npc";
/**
* 政协委员的type
*/
String CPPCC = "cppcc";
String PARTY_BADGE = "党员徽章";
String NPC_BADGE = "人大代表徽章";
String CPPCC_BADGE = "政协委员徽章";
5 years ago
}