feat(sj_1.0.0): 优化唯一键生成器接口路径问题
This commit is contained in:
parent
535fe09741
commit
0b928deda1
@ -274,7 +274,7 @@ public class SnailRetryEndPoint {
|
||||
* @param generateRetryIdempotentIdDTO 生成idempotentId模型
|
||||
* @return idempotentId
|
||||
*/
|
||||
@PostMapping("/generate/idempotent-id/v1")
|
||||
@Mapping(path = "/retry/generate/idempotent-id/v1", method = RequestMethod.POST)
|
||||
public Result<String> idempotentIdGenerate(
|
||||
GenerateRetryIdempotentIdDTO generateRetryIdempotentIdDTO) {
|
||||
|
||||
|
@ -29,6 +29,8 @@ public class SceneConfigResponseVO {
|
||||
|
||||
private Long deadlineRequest;
|
||||
|
||||
private Integer routeKey;
|
||||
|
||||
private Integer executorTimeout;
|
||||
|
||||
private LocalDateTime createDt;
|
||||
|
Loading…
Reference in New Issue
Block a user