Skip to content

Commit 179ecbc

Browse files
committed
修改GetApprovalInfo(批量获取审批单号)函数的返回值,增加NewNextCursor字段
1 parent f3cd86c commit 179ecbc

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)