feat(sj_1.0.0): 优化唯一键生成器接口路径问题

This commit is contained in:
opensnail 2024-04-21 23:08:31 +08:00
parent 535fe09741
commit 0b928deda1
2 changed files with 3 additions and 1 deletions

View File

@ -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) {

View File

@ -29,6 +29,8 @@ public class SceneConfigResponseVO {
private Long deadlineRequest;
private Integer routeKey;
private Integer executorTimeout;
private LocalDateTime createDt;