|
|
|
@@ -116,6 +116,7 @@ public class WxMsgModelServiceImpl implements WxMsgModelService { |
|
|
|
} else { |
|
|
|
wxMsgModelMapper.updateById(wxMsgModel); |
|
|
|
} |
|
|
|
return new ResultData(Result.SUCCESS, "创建模板成功"); |
|
|
|
} else if (ret.equals(EnumMsgModelStatus.SINATURE_CONTENT_ERROR.getCode().toString())) { |
|
|
|
return new ResultData(ErrorCode.MSG_SIGNATURE_CONTENT_ERROR.getCode(), "短信签名或内容错误"); |
|
|
|
} else if (ret.equals(EnumMsgModelStatus.NOT_FOUND.getCode().toString())) { |
|
|
|
|