admin
2019-08-05 35c25585cf6fea9e29574a75a03c57381cbe19e1
fanli/src/main/java/com/yeshi/fanli/util/account/UserUtil.java
@@ -183,7 +183,7 @@
      if (orderId == null || orderId.length() <= 6)
         return orderId;
      if (orderId.length() <= 16) {// 隐藏2位
         return orderId.substring(0, orderId.length() - 3) + "**";
         return orderId.substring(0, orderId.length() - 2) + "**";
      } else {// 隐藏6位
         return orderId.substring(0, orderId.length() - 6) + "******";
      }