| | |
| | | * 用户客服模块 |
| | | */ |
| | | public static final String ONLINECHAT = "OP_ADMIN_ONLINECHAT"; |
| | | |
| | | /** |
| | | * 活动申请模块 |
| | | */ |
| | |
| | | ACTION_MAP.put(OTCORDER, "/normal/adminOtcOrderAction!list.action"); |
| | | ACTION_MAP.put(BANK_CARD_ORDER, "/c2c-bank_pay_order"); |
| | | ACTION_MAP.put(USER_SAFEWORD_APPLY, "/user-relation-reset"); |
| | | ACTION_MAP.put(CONTRACT_ORDER, "/normal/adminContractOrderAction!list.action"); |
| | | ACTION_MAP.put(CONTRACT_ORDER, "/cryptos-spots-cryptos-spots-transport"); |
| | | |
| | | ACTION_MAP.put(USER_SAFEWORD_APPLY+"-0", "/user-relation-reset"); |
| | | ACTION_MAP.put(USER_SAFEWORD_APPLY+"-1", "/user-relation-reset"); |
| | |
| | | |
| | | static { |
| | | MESSAGE_MAP.put(RECHARGE_BLOCKCHAIN, "您有{0}条新的区块链充值订单"); |
| | | MESSAGE_MAP.put(CONTRACT_ORDER, "您有{0}条新的永续合约订单"); |
| | | MESSAGE_MAP.put(RECHARGE, "您有{0}条新的三方充值订单"); |
| | | MESSAGE_MAP.put(WITHDRAW, "您有{0}条新的提现订单"); |
| | | MESSAGE_MAP.put(KYC, "您有{0}条新的基础认证"); |
| | |
| | | MESSAGE_TYPE.put(KYC_HIGH_LEVEL, "3"); |
| | | MESSAGE_TYPE.put(USER_SAFEWORD_APPLY, "4"); |
| | | MESSAGE_TYPE.put(BANK_CARD_ORDER, "4"); |
| | | MESSAGE_TYPE.put(CONTRACT_ORDER, "5"); |
| | | // MESSAGE_MAP.put(BANK_CARD_ORDER, "您有{0}条新的银行卡订单"); |
| | | // MESSAGE_MAP.put(USER_SAFEWORD_APPLY, "您有{0}条新的用户资金密码修改申请"); |
| | | // MESSAGE_MAP.put(ONLINECHAT, "您有{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(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"); |
| | | DOM_MAP.put(USER_SAFEWORD_APPLY, ".user_safeword_apply_untreated_cout"); |