Skip to content

Commit 48d7d86

Browse files
author
jojoliang
committed
update ci doc
1 parent 50c32c4 commit 48d7d86

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

ci_doc.go

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,18 @@ type DocProcessJobDocProcess struct {
3131
}
3232

3333
type DocProcessJobDocProcessResult struct {
34-
FailPageCount int `xml:",omitempty"`
35-
SuccPageCount int `xml:"SuccPageCount,omitempty"`
36-
TaskId string `xml:"TaskId,omitempty"`
37-
TgtType string `xml:"TgtType,omitempty"`
38-
TotalPageCount int `xml:"TotalPageCount,omitempty"`
39-
PageInfo struct {
40-
PageNo int `xml:"PageNo,omitempty"`
41-
TgtUri string `xml:"TgtUri,omitempty"`
34+
FailPageCount int `xml:",omitempty"`
35+
SuccPageCount int `xml:"SuccPageCount,omitempty"`
36+
TaskId string `xml:"TaskId,omitempty"`
37+
TgtType string `xml:"TgtType,omitempty"`
38+
TotalPageCount int `xml:"TotalPageCount,omitempty"`
39+
TotalSheetCount int `xml:"TotalSheetCount,omitempty"`
40+
PageInfo []struct {
41+
PageNo int `xml:"PageNo,omitempty"`
42+
TgtUri string `xml:"TgtUri,omitempty"`
43+
XSheetPics int `xml:"X-SheetPics,omitempty"`
44+
PicIndex int `xml:"PicIndex,omitempty"`
45+
PicNum int `xml:"PicNum,omitempty"`
4246
} `xml:"PageInfo,omitempty"`
4347
}
4448

0 commit comments

Comments
 (0)