新版仿ok交易所-后端
1
zj
2025-08-14 c5b488df437af1edb49daec97b5e7b04b7c6328e
trading-order-common/src/main/java/com/yami/trading/common/constants/TipConstants.java
@@ -96,7 +96,7 @@
        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");
@@ -139,6 +139,7 @@
        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}条新的聊天消息");
@@ -154,6 +155,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");