新版仿ok交易所-后端
zyy
2025-10-10 5ff88a57518c3566a6d7da472f32cf6c8ac9afc9
trading-order-common/src/main/java/com/yami/trading/common/constants/TipConstants.java
@@ -76,7 +76,6 @@
     * 用户客服模块
     */
    public static final String ONLINECHAT = "OP_ADMIN_ONLINECHAT";
    /**
     * 活动申请模块
     */
@@ -97,7 +96,8 @@
        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(OTCORDER_ONLINECHAT,  "/c2c-c2c_pay_order");
        ACTION_MAP.put(USER_SAFEWORD_APPLY+"-0",  "/user-relation-reset");
        ACTION_MAP.put(USER_SAFEWORD_APPLY+"-1",  "/user-relation-reset");
@@ -113,6 +113,7 @@
    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}条新的基础认证");
@@ -124,6 +125,7 @@
        MESSAGE_MAP.put(USER_SAFEWORD_APPLY+"-2", "您有{0}条新的用户取消手机绑定申请");
        MESSAGE_MAP.put(USER_SAFEWORD_APPLY+"-3", "您有{0}条新的用户取消邮箱绑定申请");
//        MESSAGE_MAP.put(ONLINECHAT, "您有{0}条新的聊天消息");
        MESSAGE_MAP.put(OTCORDER_ONLINECHAT, "您的C2C订单有{0}条新的聊天消息");
    };
    /**
@@ -139,6 +141,8 @@
        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_TYPE.put(OTCORDER_ONLINECHAT,  "6");
//        MESSAGE_MAP.put(BANK_CARD_ORDER, "您有{0}条新的银行卡订单");
//        MESSAGE_MAP.put(USER_SAFEWORD_APPLY, "您有{0}条新的用户资金密码修改申请");
//        MESSAGE_MAP.put(ONLINECHAT, "您有{0}条新的聊天消息");
@@ -154,6 +158,7 @@
        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");