Commit aa4d82be by zhiwj

通知类型

parent 9529ccd4
......@@ -51,7 +51,7 @@ public class SmsUtils {
if (StringUtils.isBlank(noticeCode)) {
return SmsTypeEnum.MARKETING.getCode();
}
if (NoticeConstant.PARAMS_VERIFY_CODE.equals(noticeCode)) {
if (NoticeConstant.NOTICE_WXA_VERIFY_CODE.equals(noticeCode)) {
return SmsTypeEnum.AUTH_CODE.getCode();
} else {
return SmsTypeEnum.NOTICE.getCode();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment