admin
2022-01-11 d1d0b4b9f4452fb6e9b6e39168f503d5b302c999
fanli/src/main/java/com/yeshi/fanli/controller/client/v1/UserInfoController.java
@@ -1301,6 +1301,10 @@
                stateInfo = "该订单申诉已通过,请稍后查看。";
            } else if (state == -5) {
                stateInfo = "该订单为分享奖金订单";
            } else if (state == -1001) {
                stateInfo = "该订单为违规订单";
            } else if (state == -1002) {
                stateInfo = "该订单已发起维权";
            }
        }
        JSONObject data = new JSONObject();