REQ-2405: 添加版本

This commit is contained in:
yanglin 2024-04-28 15:09:08 +08:00
parent 507aee4112
commit ed3b0e77c0

View File

@ -105,7 +105,7 @@ public class MnsLimiter {
msnType = MnsType.BIZ;
}
StringBuilder buf = new StringBuilder();
buf.append("msg-center:mns_limit");
buf.append("msg-center:mns-limit:v1");
Consumer<String> appender = value -> {
if (StringUtils.isNotBlank(value))
buf.append(":").append(value);