puzhibing
2024-01-30 03f1f3372a10a08f96f3308bfa099e86a55046d0
ruoyi-api/ruoyi-api-system/src/main/java/com/ruoyi/system/api/constant/SecurityConstant.java
@@ -52,8 +52,18 @@
    String AUTO_CANCEL_ORDER_TIME = "AUTO_CANCEL_ORDER_TIME";
    /**
     * 商户统一分成
     */
    String SHOP_COMMON_PROPORTION = "SHOP_COMMON_PROPORTION";
    /**
     * 自动取消订单时间
     */
    String PAY_MONEY_INTEGRAL = "PAY_MONEY_INTEGRAL";
    /**
     * 用户验证码前缀key
     */
    String QY_TOKEN = "QY_TOKEN";
}