File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -687,9 +687,10 @@ func (s *CIService) GetDocumentAuditingJob(ctx context.Context, jobid string) (*
687687
688688// PutWebpageAuditingJobOptions is the option of PutWebpageAuditingJob
689689type PutWebpageAuditingJobOptions struct {
690- XMLName xml.Name `xml:"Request"`
691- InputUrl string `xml:"Input>Url,omitempty"`
692- Conf * WebpageAuditingJobConf `xml:"Conf"`
690+ XMLName xml.Name `xml:"Request"`
691+ InputUrl string `xml:"Input>Url,omitempty"`
692+ InputDataId string `xml:"Input>DataId,omitempty"`
693+ Conf * WebpageAuditingJobConf `xml:"Conf"`
693694}
694695
695696// WebpageAuditingJobConf is the config of PutWebpageAuditingJobOptions
@@ -736,6 +737,7 @@ type WebpageAuditingJobDetail struct {
736737 ImageResults * WebpageImageResults `xml:",omitempty"`
737738 TextResults * WebpageTextResults `xml:",omitempty"`
738739 HighlightHtml string `xml:",omitempty"`
740+ DataId string `xml:",omitempty"`
739741}
740742
741743// WebpageResultInfo
You can’t perform that action at this time.
0 commit comments