|
@@ -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);
|
|
|
}
|