Skip to content

Commit

Permalink
Merge pull request #491 from Lanmon94/fix-GetApprovalInfo-resp
Browse files Browse the repository at this point in the history
修改GetApprovalInfo(批量获取审批单号)函数的返回值,增加NewNextCursor字段
  • Loading branch information
Matrix-X authored May 20, 2024
2 parents 0d36d25 + 179ecbc commit db2b512
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/work/oa/response/responseApprovalNoList.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ import (

type ResponseApprovalNoList struct {
response.ResponseWork
SpNoList []string `json:"sp_no_list"`
SpNoList []string `json:"sp_no_list"`
NewNextCursor string `json:"new_next_cursor"`
}

0 comments on commit db2b512

Please sign in to comment.