hjl
2024-05-24 2a1e2ebb3ce800fc6aa8067db0cc3b0ab9253604
ruoyi-common/ruoyi-common-core/src/main/java/com/ruoyi/common/core/constant/Constants.java
@@ -55,6 +55,10 @@
     * 失败标记
     */
    public static final Integer FAIL = 500;
    /**
     * 登录失效
     */
    public static final Integer TOKEN_ERROR = 600;
    /**
     * 登录成功状态
@@ -149,6 +153,11 @@
    public static final String BURDEN = "-";
    /**
     * 积分明细 符号 -
     */
    public static final String INCREASE = "+";
    /**
     * 积分明细来源 商城消费
     */
    public static final String SHOPPING_CONSUME = "商城消费";