Skip to content

Commit

Permalink
update(work): ResponseAddMomentTask JobId int to string
Browse files Browse the repository at this point in the history
  • Loading branch information
Matrix-X committed Jan 7, 2025
1 parent e785745 commit 02a5182
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ type Result struct {

type ResponseAddMomentTask struct {
response.ResponseWork
JobId int `json:"jobid"`
JobId string `json:"jobid"`
}

0 comments on commit 02a5182

Please sign in to comment.