| | |
| | | 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"); |
| | |
| | | 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"); |