Skip to content

Commit

Permalink
update ci doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jojoliang committed Oct 25, 2021
1 parent 50c32c4 commit 48d7d86
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions ci_doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,18 @@ type DocProcessJobDocProcess struct {
}

type DocProcessJobDocProcessResult struct {
FailPageCount int `xml:",omitempty"`
SuccPageCount int `xml:"SuccPageCount,omitempty"`
TaskId string `xml:"TaskId,omitempty"`
TgtType string `xml:"TgtType,omitempty"`
TotalPageCount int `xml:"TotalPageCount,omitempty"`
PageInfo struct {
PageNo int `xml:"PageNo,omitempty"`
TgtUri string `xml:"TgtUri,omitempty"`
FailPageCount int `xml:",omitempty"`
SuccPageCount int `xml:"SuccPageCount,omitempty"`
TaskId string `xml:"TaskId,omitempty"`
TgtType string `xml:"TgtType,omitempty"`
TotalPageCount int `xml:"TotalPageCount,omitempty"`
TotalSheetCount int `xml:"TotalSheetCount,omitempty"`
PageInfo []struct {
PageNo int `xml:"PageNo,omitempty"`
TgtUri string `xml:"TgtUri,omitempty"`
XSheetPics int `xml:"X-SheetPics,omitempty"`
PicIndex int `xml:"PicIndex,omitempty"`
PicNum int `xml:"PicNum,omitempty"`
} `xml:"PageInfo,omitempty"`
}

Expand Down

0 comments on commit 48d7d86

Please sign in to comment.