fanzherong_v 2 місяців тому
батько
коміт
3cd707c5bc

+ 1 - 1
snowy-common/src/main/java/vip/xiaonuo/common/util/CommonCouponGeneratorUtil.java

@@ -24,7 +24,7 @@ public class CommonCouponGeneratorUtil {
             for (byte b : hash) {
                 sb.append(String.format("%02X", b));
             }
-            return "BBT-" + sb.substring(0, 12); // 取前 10 位
+            return "DGQ-" + sb.substring(0, 12); // 取前 10 位
         } catch (NoSuchAlgorithmException e) {
             throw new RuntimeException("MD5 算法不可用", e);
         }