Versions in this module Expand all Collapse all v1 v1.30.6 Dec 26, 2024 v1.30.5 Dec 25, 2024 v1.30.4 Dec 25, 2024 v1.30.3 Dec 25, 2024 v1.30.2 Dec 24, 2024 v1.30.1 Dec 24, 2024 v1.30.0 Dec 5, 2024 v1.29.9 Dec 5, 2024 v1.29.8 Dec 5, 2024 v1.29.7 Dec 3, 2024 v1.29.6 Dec 2, 2024 v1.29.5 Dec 2, 2024 v1.29.4 Dec 2, 2024 v1.29.3 Dec 2, 2024 v1.29.2 Nov 29, 2024 v1.29.1 Nov 27, 2024 v1.29.0 Nov 21, 2024 v1.28.9 Nov 19, 2024 v1.28.8 Nov 1, 2024 Changes in this version + type DisposalInfo struct + AdvertiserID uint64 + DisposalAction string + DisposalEndTime string + DisposalScore int64 + DisposalStartTime string + DisposalStatus string + DisposalTerm string + OuterText string + type ScoreDisposalInfoGetFilter struct + DisposalAction string + DisposalStatus string + type ScoreDisposalInfoGetRequest struct + AdvertiserID uint64 + BusinessLine string + Filtering *ScoreDisposalInfoGetFilter + OrderField string + OrderType string + Page int + PageSize int + func (r ScoreDisposalInfoGetRequest) Encode() string + type ScoreDisposalInfoGetResponse struct + Data *ScoreDisposalInfoGetResult + type ScoreDisposalInfoGetResult struct + DisposalInfoList []DisposalInfo + PageInfo *model.PageInfo + type ScoreEvent struct + AdID uint64 + AdvertiserID uint64 + CreateTIme string + EventID uint64 + IllegalType enum.SecurityScoreIllegalType + MaterialID string + RejectReason string + Score int64 + Status enum.SecurityScoreViolationEventStatus + ViolationEvidenceImg string + type ScoreInfo struct + AdvertiserID uint64 + IllegalType enum.SecurityScoreIllegalType + Score int + Year string + type ScoreTotalGetFilter struct + IllegalType enum.SecurityScoreIllegalType + Year string + type ScoreTotalGetRequest struct + AdvertiserID uint64 + BusinessLine string + Filter *ScoreTotalGetFilter + Page int + PageSize int + func (r ScoreTotalGetRequest) Encode() string + type ScoreTotalGetResponse struct + Data *ScoreTotalGetResult + type ScoreTotalGetResult struct + PageInfo *model.PageInfo + ScoreInfoLIst []ScoreInfo + type ScoreViolationEventGetFilter struct + EndTime string + EventID uint64 + IllegalType enum.SecurityScoreIllegalType + StartTime string + Status enum.SecurityScoreViolationEventStatus + type ScoreViolationEventGetRequest struct + AdvertiserID uint64 + BusinessLine string + Filtering *ScoreViolationEventGetFilter + Page int + PageSize int + func (r ScoreViolationEventGetRequest) Encode() string + type ScoreViolationEventGetResponse struct + Data *ScoreViolationEventGetResult + type ScoreViolationEventGetResult struct + AdvScoreEvent []ScoreEvent + PageInfo *model.PageInfo