Skip to content

Commit db2b512

Browse files
authored
Merge pull request #491 from Lanmon94/fix-GetApprovalInfo-resp
修改GetApprovalInfo(批量获取审批单号)函数的返回值,增加NewNextCursor字段
2 parents 0d36d25 + 179ecbc commit db2b512

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/work/oa/response/responseApprovalNoList.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ import (
66

77
type ResponseApprovalNoList struct {
88
response.ResponseWork
9-
SpNoList []string `json:"sp_no_list"`
9+
SpNoList []string `json:"sp_no_list"`
10+
NewNextCursor string `json:"new_next_cursor"`
1011
}

0 commit comments

Comments
 (0)