-
Notifications
You must be signed in to change notification settings - Fork 201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature: 添加删除定时任务的ESB/APIGW接口 #2733 #2737
feature: 添加删除定时任务的ESB/APIGW接口 #2733 #2737
Conversation
/** | ||
* 定时作业 ID | ||
*/ | ||
@NotEmpty(message = "{validation.constraints.CronId_empty.message}") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
缺少对应的国际化资源
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1个小问题需要处理,此外,请补充api-gateway接口文档
@@ -47,6 +47,7 @@ validation.constraints.InvalidHighRiskRegularStatus.message=Invalid High-risk ex | |||
validation.constraints.InvalidHighRiskRegularDescription_outOfLength.message=High-risk explanation description can not exceed {max} characters | |||
validation.constraints.InvalidBkBizId.message=Invalid bk_biz_id | |||
validation.constraints.InvalidCronId.message=Invalid id | |||
validation.constraints.CronId_empty.message=Cron id cannot be empty |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
empty还是改成null吧,与NotNull对应起来
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
已修改
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
empty改为null
No description provided.