添加注释
This commit is contained in:
parent
f29dae98c4
commit
0d8d37ea4f
@ -1,6 +1,7 @@
|
|||||||
package com.example.easy.retry.controller;
|
package com.example.easy.retry.controller;
|
||||||
|
|
||||||
import com.aizuda.easy.retry.server.model.dto.CallbackParamsDTO;
|
import com.aizuda.easy.retry.server.model.dto.CallbackParamsDTO;
|
||||||
|
import io.swagger.v3.oas.annotations.tags.Tag;
|
||||||
import lombok.extern.slf4j.Slf4j;
|
import lombok.extern.slf4j.Slf4j;
|
||||||
import org.springframework.http.HttpHeaders;
|
import org.springframework.http.HttpHeaders;
|
||||||
import org.springframework.web.bind.annotation.*;
|
import org.springframework.web.bind.annotation.*;
|
||||||
@ -15,6 +16,7 @@ import java.util.List;
|
|||||||
@RestController
|
@RestController
|
||||||
@RequestMapping("/workflow/callback")
|
@RequestMapping("/workflow/callback")
|
||||||
@Slf4j
|
@Slf4j
|
||||||
|
@Tag(name = "工作流回调", description = "工作流回调")
|
||||||
public class WorkflowCallbackController {
|
public class WorkflowCallbackController {
|
||||||
|
|
||||||
@PostMapping
|
@PostMapping
|
||||||
|
Loading…
Reference in New Issue
Block a user