| | |
| | | public class TipConstants { |
| | | |
| | | /** |
| | | * 贷款订单模块 |
| | | */ |
| | | public static final String LOAN = "OP_ADMIN_LOAN_TIP"; |
| | | |
| | | /** |
| | | * C2C订单模块 |
| | | */ |
| | | public static final String C2C_ORDER = "OP_ADMIN_C2C_ORDER_TIP"; |
| | |
| | | MESSAGE_MAP.put(RECHARGE, "您有{0}条新的三方充值订单"); |
| | | MESSAGE_MAP.put(WITHDRAW, "您有{0}条新的提现订单"); |
| | | MESSAGE_MAP.put(KYC, "您有{0}条新的基础认证"); |
| | | MESSAGE_MAP.put(LOAN, "您有{0}条新的贷款申请"); |
| | | MESSAGE_MAP.put(KYC_HIGH_LEVEL, "您有{0}条新的高级认证"); |
| | | MESSAGE_MAP.put(BANK_CARD_ORDER, "您有{0}条新的银行卡订单"); |
| | | MESSAGE_MAP.put(USER_SAFEWORD_APPLY, "您有{0}条新的用户资金密码修改申请"); |
| | |
| | | DOM_MAP.put(RECHARGE, ".recharge_order_untreated_cout"); |
| | | DOM_MAP.put(WITHDRAW, ".withdraw_order_untreated_cout"); |
| | | DOM_MAP.put(KYC, ".kyc_untreated_cout"); |
| | | DOM_MAP.put(LOAN, ".loan_untreated_cout"); |
| | | DOM_MAP.put(CONTRACT_ORDER, ".contract_order_untreated_cout-0"); |
| | | DOM_MAP.put(KYC_HIGH_LEVEL, ".kyc_high_level_untreated_cout"); |
| | | DOM_MAP.put(BANK_CARD_ORDER, ".bank_card_order_untreated_cout"); |