Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
Signed-off-by: Min Min <[email protected]>
  • Loading branch information
jamsman94 committed Jan 22, 2025
1 parent d4219ea commit e163158
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -616,6 +616,8 @@ func RevertWorkflowTaskV4Job(c *gin.Context) {

args := new(revertWorkflowTaskV4JobReq)
data := getBody(c)
fmt.Println(">>>>>>>>>>>>>")
fmt.Println(data)
if err := json.Unmarshal([]byte(data), args); err != nil {
log.Errorf("CreateWorkflowTaskv4 json.Unmarshal err : %s", err)
ctx.RespErr = e.ErrInvalidParam.AddDesc(err.Error())
Expand Down

0 comments on commit e163158

Please sign in to comment.