Skip to content

Commit 02a5182

Browse files
author
Matrix-X
committed
update(work): ResponseAddMomentTask JobId int to string
1 parent e785745 commit 02a5182

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/work/externalContact/moment/response/responseAddMomentTask.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ type Result struct {
2020

2121
type ResponseAddMomentTask struct {
2222
response.ResponseWork
23-
JobId int `json:"jobid"`
23+
JobId string `json:"jobid"`
2424
}

0 commit comments

Comments
 (0)