Skip to content

Commit b408223

Browse files
committed
网页审核dataid参数
1 parent 8be801b commit b408223

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

ci.go

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -687,9 +687,10 @@ func (s *CIService) GetDocumentAuditingJob(ctx context.Context, jobid string) (*
687687

688688
// PutWebpageAuditingJobOptions is the option of PutWebpageAuditingJob
689689
type 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

0 commit comments

Comments
 (0)