@@ -31,14 +31,18 @@ type DocProcessJobDocProcess struct {
3131}
3232
3333type 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