v20210624

package
v1.0.935 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 3, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const (

	// CAM签名/鉴权错误。
	AUTHFAILURE = "AuthFailure"

	// 操作失败。
	FAILEDOPERATION = "FailedOperation"

	// 内部错误。
	INTERNALERROR = "InternalError"

	// 接口不存在。
	INVALIDACTION = "InvalidAction"

	// 参数错误。
	INVALIDPARAMETER = "InvalidParameter"

	// 参数取值错误。
	INVALIDPARAMETERVALUE = "InvalidParameterValue"

	// 超过配额限制。
	LIMITEXCEEDED = "LimitExceeded"

	// 缺少参数错误。
	MISSINGPARAMETER = "MissingParameter"

	// 接口版本不存在。
	NOSUCHVERSION = "NoSuchVersion"

	// 操作被拒绝。
	OPERATIONDENIED = "OperationDenied"

	// 请求的次数超过了频率限制。
	REQUESTLIMITEXCEEDED = "RequestLimitExceeded"

	// 资源被占用。
	RESOURCEINUSE = "ResourceInUse"

	// 资源不足。
	RESOURCEINSUFFICIENT = "ResourceInsufficient"

	// 资源不存在。
	RESOURCENOTFOUND = "ResourceNotFound"

	// 资源不可用。
	RESOURCEUNAVAILABLE = "ResourceUnavailable"

	// 资源售罄。
	RESOURCESSOLDOUT = "ResourcesSoldOut"

	// 未授权操作。
	UNAUTHORIZEDOPERATION = "UnauthorizedOperation"

	// 未知参数错误。
	UNKNOWNPARAMETER = "UnknownParameter"

	// 操作不支持。
	UNSUPPORTEDOPERATION = "UnsupportedOperation"
)
View Source
const APIVersion = "2021-06-24"

Variables

This section is empty.

Functions

This section is empty.

Types

type BrandData added in v1.0.457

type BrandData struct {
	// 商标名称
	BrandName *string `json:"BrandName,omitnil,omitempty" name:"BrandName"`

	// 商标证明
	BrandCertificateName *string `json:"BrandCertificateName,omitnil,omitempty" name:"BrandCertificateName"`

	// 商标审核状态 1-审核中 2-审核未通过 3-审核通过
	BrandStatus *int64 `json:"BrandStatus,omitnil,omitempty" name:"BrandStatus"`

	// 审核说明
	BrandNote *string `json:"BrandNote,omitnil,omitempty" name:"BrandNote"`

	// 商标转让证明
	TransferName *string `json:"TransferName,omitnil,omitempty" name:"TransferName"`

	// 商标转让证明审核状态
	TransferStatus *int64 `json:"TransferStatus,omitnil,omitempty" name:"TransferStatus"`

	// 审核说明 1-审核中 2-审核未通过 3-审核通过
	TransferNote *string `json:"TransferNote,omitnil,omitempty" name:"TransferNote"`
}

type Client

type Client struct {
	common.Client
}

func NewClient

func NewClient(credential common.CredentialIface, region string, clientProfile *profile.ClientProfile) (client *Client, err error)

func NewClientWithSecretId

func NewClientWithSecretId(secretId, secretKey, region string) (client *Client, err error)

Deprecated

func (*Client) CreateBPFakeURL added in v1.0.457

func (c *Client) CreateBPFakeURL(request *CreateBPFakeURLRequest) (response *CreateBPFakeURLResponse, err error)

CreateBPFakeURL 添加仿冒链接(举报)

可能返回的错误码:

AUTHFAILURE = "AuthFailure"
FAILEDOPERATION = "FailedOperation"
INTERNALERROR = "InternalError"
INVALIDACTION = "InvalidAction"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
NOSUCHVERSION = "NoSuchVersion"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) CreateBPFakeURLWithContext added in v1.0.457

func (c *Client) CreateBPFakeURLWithContext(ctx context.Context, request *CreateBPFakeURLRequest) (response *CreateBPFakeURLResponse, err error)

CreateBPFakeURL 添加仿冒链接(举报)

可能返回的错误码:

AUTHFAILURE = "AuthFailure"
FAILEDOPERATION = "FailedOperation"
INTERNALERROR = "InternalError"
INVALIDACTION = "InvalidAction"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
NOSUCHVERSION = "NoSuchVersion"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) CreateBPFalseTicket added in v1.0.457

func (c *Client) CreateBPFalseTicket(request *CreateBPFalseTicketRequest) (response *CreateBPFalseTicketResponse, err error)

CreateBPFalseTicket 添加误报工单

可能返回的错误码:

AUTHFAILURE = "AuthFailure"
FAILEDOPERATION = "FailedOperation"
INTERNALERROR = "InternalError"
INVALIDACTION = "InvalidAction"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
NOSUCHVERSION = "NoSuchVersion"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) CreateBPFalseTicketWithContext added in v1.0.457

func (c *Client) CreateBPFalseTicketWithContext(ctx context.Context, request *CreateBPFalseTicketRequest) (response *CreateBPFalseTicketResponse, err error)

CreateBPFalseTicket 添加误报工单

可能返回的错误码:

AUTHFAILURE = "AuthFailure"
FAILEDOPERATION = "FailedOperation"
INTERNALERROR = "InternalError"
INVALIDACTION = "InvalidAction"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
NOSUCHVERSION = "NoSuchVersion"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) CreateBPOfflineAttachment added in v1.0.457

func (c *Client) CreateBPOfflineAttachment(request *CreateBPOfflineAttachmentRequest) (response *CreateBPOfflineAttachmentResponse, err error)

CreateBPOfflineAttachment 添加下线材料

可能返回的错误码:

AUTHFAILURE = "AuthFailure"
FAILEDOPERATION = "FailedOperation"
INTERNALERROR = "InternalError"
INVALIDACTION = "InvalidAction"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
NOSUCHVERSION = "NoSuchVersion"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) CreateBPOfflineAttachmentWithContext added in v1.0.457

func (c *Client) CreateBPOfflineAttachmentWithContext(ctx context.Context, request *CreateBPOfflineAttachmentRequest) (response *CreateBPOfflineAttachmentResponse, err error)

CreateBPOfflineAttachment 添加下线材料

可能返回的错误码:

AUTHFAILURE = "AuthFailure"
FAILEDOPERATION = "FailedOperation"
INTERNALERROR = "InternalError"
INVALIDACTION = "InvalidAction"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
NOSUCHVERSION = "NoSuchVersion"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) CreateBPOfflineTicket added in v1.0.457

func (c *Client) CreateBPOfflineTicket(request *CreateBPOfflineTicketRequest) (response *CreateBPOfflineTicketResponse, err error)

CreateBPOfflineTicket 添加下线工单

可能返回的错误码:

AUTHFAILURE = "AuthFailure"
FAILEDOPERATION = "FailedOperation"
INTERNALERROR = "InternalError"
INVALIDACTION = "InvalidAction"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
NOSUCHVERSION = "NoSuchVersion"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) CreateBPOfflineTicketWithContext added in v1.0.457

func (c *Client) CreateBPOfflineTicketWithContext(ctx context.Context, request *CreateBPOfflineTicketRequest) (response *CreateBPOfflineTicketResponse, err error)

CreateBPOfflineTicket 添加下线工单

可能返回的错误码:

AUTHFAILURE = "AuthFailure"
FAILEDOPERATION = "FailedOperation"
INTERNALERROR = "InternalError"
INVALIDACTION = "InvalidAction"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
NOSUCHVERSION = "NoSuchVersion"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) CreateBPProtectURLs added in v1.0.457

func (c *Client) CreateBPProtectURLs(request *CreateBPProtectURLsRequest) (response *CreateBPProtectURLsResponse, err error)

CreateBPProtectURLs 添加保护网站

可能返回的错误码:

AUTHFAILURE = "AuthFailure"
FAILEDOPERATION = "FailedOperation"
INTERNALERROR = "InternalError"
INVALIDACTION = "InvalidAction"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
NOSUCHVERSION = "NoSuchVersion"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) CreateBPProtectURLsWithContext added in v1.0.457

func (c *Client) CreateBPProtectURLsWithContext(ctx context.Context, request *CreateBPProtectURLsRequest) (response *CreateBPProtectURLsResponse, err error)

CreateBPProtectURLs 添加保护网站

可能返回的错误码:

AUTHFAILURE = "AuthFailure"
FAILEDOPERATION = "FailedOperation"
INTERNALERROR = "InternalError"
INVALIDACTION = "InvalidAction"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
NOSUCHVERSION = "NoSuchVersion"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) CreateCRBlock

func (c *Client) CreateCRBlock(request *CreateCRBlockRequest) (response *CreateCRBlockResponse, err error)

CreateCRBlock 新建协查处置

可能返回的错误码:

AUTHFAILURE = "AuthFailure"
FAILEDOPERATION = "FailedOperation"
INTERNALERROR = "InternalError"
INVALIDACTION = "InvalidAction"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
NOSUCHVERSION = "NoSuchVersion"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) CreateCRBlockWithContext

func (c *Client) CreateCRBlockWithContext(ctx context.Context, request *CreateCRBlockRequest) (response *CreateCRBlockResponse, err error)

CreateCRBlock 新建协查处置

可能返回的错误码:

AUTHFAILURE = "AuthFailure"
FAILEDOPERATION = "FailedOperation"
INTERNALERROR = "InternalError"
INVALIDACTION = "InvalidAction"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
NOSUCHVERSION = "NoSuchVersion"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) CreateCRCompanyVerify

func (c *Client) CreateCRCompanyVerify(request *CreateCRCompanyVerifyRequest) (response *CreateCRCompanyVerifyResponse, err error)

CreateCRCompanyVerify 本接口用于企业认证,新接入用户必须认证后才可以进行后续操作(个人认证和企业认证二选一),只需认证一次即可

可能返回的错误码:

AUTHFAILURE = "AuthFailure"
FAILEDOPERATION = "FailedOperation"
INTERNALERROR = "InternalError"
INVALIDACTION = "InvalidAction"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
NOSUCHVERSION = "NoSuchVersion"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) CreateCRCompanyVerifyWithContext

func (c *Client) CreateCRCompanyVerifyWithContext(ctx context.Context, request *CreateCRCompanyVerifyRequest) (response *CreateCRCompanyVerifyResponse, err error)

CreateCRCompanyVerify 本接口用于企业认证,新接入用户必须认证后才可以进行后续操作(个人认证和企业认证二选一),只需认证一次即可

可能返回的错误码:

AUTHFAILURE = "AuthFailure"
FAILEDOPERATION = "FailedOperation"
INTERNALERROR = "InternalError"
INVALIDACTION = "InvalidAction"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
NOSUCHVERSION = "NoSuchVersion"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) CreateCRDesktopCode added in v1.0.518

func (c *Client) CreateCRDesktopCode(request *CreateCRDesktopCodeRequest) (response *CreateCRDesktopCodeResponse, err error)

CreateCRDesktopCode 新建过程取证码

可能返回的错误码:

AUTHFAILURE = "AuthFailure"
FAILEDOPERATION = "FailedOperation"
INTERNALERROR = "InternalError"
INVALIDACTION = "InvalidAction"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
NOSUCHVERSION = "NoSuchVersion"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) CreateCRDesktopCodeWithContext added in v1.0.518

func (c *Client) CreateCRDesktopCodeWithContext(ctx context.Context, request *CreateCRDesktopCodeRequest) (response *CreateCRDesktopCodeResponse, err error)

CreateCRDesktopCode 新建过程取证码

可能返回的错误码:

AUTHFAILURE = "AuthFailure"
FAILEDOPERATION = "FailedOperation"
INTERNALERROR = "InternalError"
INVALIDACTION = "InvalidAction"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
NOSUCHVERSION = "NoSuchVersion"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) CreateCRRight

func (c *Client) CreateCRRight(request *CreateCRRightRequest) (response *CreateCRRightResponse, err error)

CreateCRRight 版权保护-新建发函接口

可能返回的错误码:

AUTHFAILURE = "AuthFailure"
FAILEDOPERATION = "FailedOperation"
INTERNALERROR = "InternalError"
INVALIDACTION = "InvalidAction"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
NOSUCHVERSION = "NoSuchVersion"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) CreateCRRightFile added in v1.0.491

func (c *Client) CreateCRRightFile(request *CreateCRRightFileRequest) (response *CreateCRRightFileResponse, err error)

CreateCRRightFile 权属文件添加

可能返回的错误码:

AUTHFAILURE = "AuthFailure"
FAILEDOPERATION = "FailedOperation"
INTERNALERROR = "InternalError"
INVALIDACTION = "InvalidAction"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
NOSUCHVERSION = "NoSuchVersion"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) CreateCRRightFileWithContext added in v1.0.491

func (c *Client) CreateCRRightFileWithContext(ctx context.Context, request *CreateCRRightFileRequest) (response *CreateCRRightFileResponse, err error)

CreateCRRightFile 权属文件添加

可能返回的错误码:

AUTHFAILURE = "AuthFailure"
FAILEDOPERATION = "FailedOperation"
INTERNALERROR = "InternalError"
INVALIDACTION = "InvalidAction"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
NOSUCHVERSION = "NoSuchVersion"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) CreateCRRightWithContext

func (c *Client) CreateCRRightWithContext(ctx context.Context, request *CreateCRRightRequest) (response *CreateCRRightResponse, err error)

CreateCRRight 版权保护-新建发函接口

可能返回的错误码:

AUTHFAILURE = "AuthFailure"
FAILEDOPERATION = "FailedOperation"
INTERNALERROR = "InternalError"
INVALIDACTION = "InvalidAction"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
NOSUCHVERSION = "NoSuchVersion"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) CreateCRTort added in v1.0.491

func (c *Client) CreateCRTort(request *CreateCRTortRequest) (response *CreateCRTortResponse, err error)

CreateCRTort 举报侵权链接

可能返回的错误码:

AUTHFAILURE = "AuthFailure"
FAILEDOPERATION = "FailedOperation"
INTERNALERROR = "InternalError"
INVALIDACTION = "InvalidAction"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
NOSUCHVERSION = "NoSuchVersion"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) CreateCRTortWithContext added in v1.0.491

func (c *Client) CreateCRTortWithContext(ctx context.Context, request *CreateCRTortRequest) (response *CreateCRTortResponse, err error)

CreateCRTort 举报侵权链接

可能返回的错误码:

AUTHFAILURE = "AuthFailure"
FAILEDOPERATION = "FailedOperation"
INTERNALERROR = "InternalError"
INVALIDACTION = "InvalidAction"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
NOSUCHVERSION = "NoSuchVersion"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) CreateCRUserVerify added in v1.0.476

func (c *Client) CreateCRUserVerify(request *CreateCRUserVerifyRequest) (response *CreateCRUserVerifyResponse, err error)

CreateCRUserVerify 本接口用于个人认证,新接入用户必须认证后才可以进行后续操作(个人认证和企业认证二选一),只需认证一次即可

可能返回的错误码:

AUTHFAILURE = "AuthFailure"
FAILEDOPERATION = "FailedOperation"
INTERNALERROR = "InternalError"
INVALIDACTION = "InvalidAction"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
NOSUCHVERSION = "NoSuchVersion"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) CreateCRUserVerifyWithContext added in v1.0.476

func (c *Client) CreateCRUserVerifyWithContext(ctx context.Context, request *CreateCRUserVerifyRequest) (response *CreateCRUserVerifyResponse, err error)

CreateCRUserVerify 本接口用于个人认证,新接入用户必须认证后才可以进行后续操作(个人认证和企业认证二选一),只需认证一次即可

可能返回的错误码:

AUTHFAILURE = "AuthFailure"
FAILEDOPERATION = "FailedOperation"
INTERNALERROR = "InternalError"
INVALIDACTION = "InvalidAction"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
NOSUCHVERSION = "NoSuchVersion"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) CreateCRWork added in v1.0.452

func (c *Client) CreateCRWork(request *CreateCRWorkRequest) (response *CreateCRWorkResponse, err error)

CreateCRWork 新建作品

可能返回的错误码:

AUTHFAILURE = "AuthFailure"
FAILEDOPERATION = "FailedOperation"
INTERNALERROR = "InternalError"
INVALIDACTION = "InvalidAction"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
NOSUCHVERSION = "NoSuchVersion"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) CreateCRWorkWithContext added in v1.0.452

func (c *Client) CreateCRWorkWithContext(ctx context.Context, request *CreateCRWorkRequest) (response *CreateCRWorkResponse, err error)

CreateCRWork 新建作品

可能返回的错误码:

AUTHFAILURE = "AuthFailure"
FAILEDOPERATION = "FailedOperation"
INTERNALERROR = "InternalError"
INVALIDACTION = "InvalidAction"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
NOSUCHVERSION = "NoSuchVersion"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) DescribeBPCompanyInfo added in v1.0.457

func (c *Client) DescribeBPCompanyInfo(request *DescribeBPCompanyInfoRequest) (response *DescribeBPCompanyInfoResponse, err error)

DescribeBPCompanyInfo 查询企业信息

可能返回的错误码:

AUTHFAILURE = "AuthFailure"
FAILEDOPERATION = "FailedOperation"
INTERNALERROR = "InternalError"
INVALIDACTION = "InvalidAction"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
NOSUCHVERSION = "NoSuchVersion"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) DescribeBPCompanyInfoWithContext added in v1.0.457

func (c *Client) DescribeBPCompanyInfoWithContext(ctx context.Context, request *DescribeBPCompanyInfoRequest) (response *DescribeBPCompanyInfoResponse, err error)

DescribeBPCompanyInfo 查询企业信息

可能返回的错误码:

AUTHFAILURE = "AuthFailure"
FAILEDOPERATION = "FailedOperation"
INTERNALERROR = "InternalError"
INVALIDACTION = "InvalidAction"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
NOSUCHVERSION = "NoSuchVersion"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) DescribeBPFakeURLs added in v1.0.457

func (c *Client) DescribeBPFakeURLs(request *DescribeBPFakeURLsRequest) (response *DescribeBPFakeURLsResponse, err error)

DescribeBPFakeURLs 查询仿冒链接

可能返回的错误码:

FAILEDOPERATION = "FailedOperation"

func (*Client) DescribeBPFakeURLsWithContext added in v1.0.457

func (c *Client) DescribeBPFakeURLsWithContext(ctx context.Context, request *DescribeBPFakeURLsRequest) (response *DescribeBPFakeURLsResponse, err error)

DescribeBPFakeURLs 查询仿冒链接

可能返回的错误码:

FAILEDOPERATION = "FailedOperation"

func (*Client) DescribeBPProtectURLs added in v1.0.457

func (c *Client) DescribeBPProtectURLs(request *DescribeBPProtectURLsRequest) (response *DescribeBPProtectURLsResponse, err error)

DescribeBPProtectURLs 查询保护网站

可能返回的错误码:

AUTHFAILURE = "AuthFailure"
FAILEDOPERATION = "FailedOperation"
INTERNALERROR = "InternalError"
INVALIDACTION = "InvalidAction"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
NOSUCHVERSION = "NoSuchVersion"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) DescribeBPProtectURLsWithContext added in v1.0.457

func (c *Client) DescribeBPProtectURLsWithContext(ctx context.Context, request *DescribeBPProtectURLsRequest) (response *DescribeBPProtectURLsResponse, err error)

DescribeBPProtectURLs 查询保护网站

可能返回的错误码:

AUTHFAILURE = "AuthFailure"
FAILEDOPERATION = "FailedOperation"
INTERNALERROR = "InternalError"
INVALIDACTION = "InvalidAction"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
NOSUCHVERSION = "NoSuchVersion"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) DescribeBPReportFakeURLs added in v1.0.457

func (c *Client) DescribeBPReportFakeURLs(request *DescribeBPReportFakeURLsRequest) (response *DescribeBPReportFakeURLsResponse, err error)

DescribeBPReportFakeURLs 查询举报列表

可能返回的错误码:

AUTHFAILURE = "AuthFailure"
FAILEDOPERATION = "FailedOperation"
INTERNALERROR = "InternalError"
INVALIDACTION = "InvalidAction"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
NOSUCHVERSION = "NoSuchVersion"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) DescribeBPReportFakeURLsWithContext added in v1.0.457

func (c *Client) DescribeBPReportFakeURLsWithContext(ctx context.Context, request *DescribeBPReportFakeURLsRequest) (response *DescribeBPReportFakeURLsResponse, err error)

DescribeBPReportFakeURLs 查询举报列表

可能返回的错误码:

AUTHFAILURE = "AuthFailure"
FAILEDOPERATION = "FailedOperation"
INTERNALERROR = "InternalError"
INVALIDACTION = "InvalidAction"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
NOSUCHVERSION = "NoSuchVersion"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) DescribeCRMonitorDetail added in v1.0.452

func (c *Client) DescribeCRMonitorDetail(request *DescribeCRMonitorDetailRequest) (response *DescribeCRMonitorDetailResponse, err error)

DescribeCRMonitorDetail 版权保护-查询作品监测详情接口

可能返回的错误码:

AUTHFAILURE = "AuthFailure"
FAILEDOPERATION = "FailedOperation"
INTERNALERROR = "InternalError"
INVALIDACTION = "InvalidAction"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
NOSUCHVERSION = "NoSuchVersion"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) DescribeCRMonitorDetailWithContext added in v1.0.452

func (c *Client) DescribeCRMonitorDetailWithContext(ctx context.Context, request *DescribeCRMonitorDetailRequest) (response *DescribeCRMonitorDetailResponse, err error)

DescribeCRMonitorDetail 版权保护-查询作品监测详情接口

可能返回的错误码:

AUTHFAILURE = "AuthFailure"
FAILEDOPERATION = "FailedOperation"
INTERNALERROR = "InternalError"
INVALIDACTION = "InvalidAction"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
NOSUCHVERSION = "NoSuchVersion"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) DescribeCRMonitors added in v1.0.452

func (c *Client) DescribeCRMonitors(request *DescribeCRMonitorsRequest) (response *DescribeCRMonitorsResponse, err error)

DescribeCRMonitors 版权保护-查询监测列表接口

可能返回的错误码:

AUTHFAILURE = "AuthFailure"
FAILEDOPERATION = "FailedOperation"
INTERNALERROR = "InternalError"
INVALIDACTION = "InvalidAction"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
NOSUCHVERSION = "NoSuchVersion"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) DescribeCRMonitorsWithContext added in v1.0.452

func (c *Client) DescribeCRMonitorsWithContext(ctx context.Context, request *DescribeCRMonitorsRequest) (response *DescribeCRMonitorsResponse, err error)

DescribeCRMonitors 版权保护-查询监测列表接口

可能返回的错误码:

AUTHFAILURE = "AuthFailure"
FAILEDOPERATION = "FailedOperation"
INTERNALERROR = "InternalError"
INVALIDACTION = "InvalidAction"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
NOSUCHVERSION = "NoSuchVersion"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) DescribeCRObtainDetail added in v1.0.517

func (c *Client) DescribeCRObtainDetail(request *DescribeCRObtainDetailRequest) (response *DescribeCRObtainDetailResponse, err error)

DescribeCRObtainDetail 查询取证详情

可能返回的错误码:

AUTHFAILURE = "AuthFailure"
FAILEDOPERATION = "FailedOperation"
INTERNALERROR = "InternalError"
INVALIDACTION = "InvalidAction"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
NOSUCHVERSION = "NoSuchVersion"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) DescribeCRObtainDetailWithContext added in v1.0.517

func (c *Client) DescribeCRObtainDetailWithContext(ctx context.Context, request *DescribeCRObtainDetailRequest) (response *DescribeCRObtainDetailResponse, err error)

DescribeCRObtainDetail 查询取证详情

可能返回的错误码:

AUTHFAILURE = "AuthFailure"
FAILEDOPERATION = "FailedOperation"
INTERNALERROR = "InternalError"
INVALIDACTION = "InvalidAction"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
NOSUCHVERSION = "NoSuchVersion"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) DescribeCRWorkInfo

func (c *Client) DescribeCRWorkInfo(request *DescribeCRWorkInfoRequest) (response *DescribeCRWorkInfoResponse, err error)

DescribeCRWorkInfo 查询作品基本信息

可能返回的错误码:

AUTHFAILURE = "AuthFailure"
FAILEDOPERATION = "FailedOperation"
INTERNALERROR = "InternalError"
INVALIDACTION = "InvalidAction"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
NOSUCHVERSION = "NoSuchVersion"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) DescribeCRWorkInfoWithContext

func (c *Client) DescribeCRWorkInfoWithContext(ctx context.Context, request *DescribeCRWorkInfoRequest) (response *DescribeCRWorkInfoResponse, err error)

DescribeCRWorkInfo 查询作品基本信息

可能返回的错误码:

AUTHFAILURE = "AuthFailure"
FAILEDOPERATION = "FailedOperation"
INTERNALERROR = "InternalError"
INVALIDACTION = "InvalidAction"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
NOSUCHVERSION = "NoSuchVersion"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) ModifyBPOfflineAttachment added in v1.0.457

func (c *Client) ModifyBPOfflineAttachment(request *ModifyBPOfflineAttachmentRequest) (response *ModifyBPOfflineAttachmentResponse, err error)

ModifyBPOfflineAttachment 修改下线材料

可能返回的错误码:

AUTHFAILURE = "AuthFailure"
FAILEDOPERATION = "FailedOperation"
INTERNALERROR = "InternalError"
INVALIDACTION = "InvalidAction"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
NOSUCHVERSION = "NoSuchVersion"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) ModifyBPOfflineAttachmentWithContext added in v1.0.457

func (c *Client) ModifyBPOfflineAttachmentWithContext(ctx context.Context, request *ModifyBPOfflineAttachmentRequest) (response *ModifyBPOfflineAttachmentResponse, err error)

ModifyBPOfflineAttachment 修改下线材料

可能返回的错误码:

AUTHFAILURE = "AuthFailure"
FAILEDOPERATION = "FailedOperation"
INTERNALERROR = "InternalError"
INVALIDACTION = "InvalidAction"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
NOSUCHVERSION = "NoSuchVersion"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) ModifyCRBlockStatus added in v1.0.452

func (c *Client) ModifyCRBlockStatus(request *ModifyCRBlockStatusRequest) (response *ModifyCRBlockStatusResponse, err error)

ModifyCRBlockStatus 协查处置申请

可能返回的错误码:

AUTHFAILURE = "AuthFailure"
FAILEDOPERATION = "FailedOperation"
INTERNALERROR = "InternalError"
INVALIDACTION = "InvalidAction"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
NOSUCHVERSION = "NoSuchVersion"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) ModifyCRBlockStatusWithContext added in v1.0.452

func (c *Client) ModifyCRBlockStatusWithContext(ctx context.Context, request *ModifyCRBlockStatusRequest) (response *ModifyCRBlockStatusResponse, err error)

ModifyCRBlockStatus 协查处置申请

可能返回的错误码:

AUTHFAILURE = "AuthFailure"
FAILEDOPERATION = "FailedOperation"
INTERNALERROR = "InternalError"
INVALIDACTION = "InvalidAction"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
NOSUCHVERSION = "NoSuchVersion"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) ModifyCRMonitor added in v1.0.452

func (c *Client) ModifyCRMonitor(request *ModifyCRMonitorRequest) (response *ModifyCRMonitorResponse, err error)

ModifyCRMonitor 开启/关闭监测

可能返回的错误码:

AUTHFAILURE = "AuthFailure"
FAILEDOPERATION = "FailedOperation"
INTERNALERROR = "InternalError"
INVALIDACTION = "InvalidAction"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
NOSUCHVERSION = "NoSuchVersion"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) ModifyCRMonitorWithContext added in v1.0.452

func (c *Client) ModifyCRMonitorWithContext(ctx context.Context, request *ModifyCRMonitorRequest) (response *ModifyCRMonitorResponse, err error)

ModifyCRMonitor 开启/关闭监测

可能返回的错误码:

AUTHFAILURE = "AuthFailure"
FAILEDOPERATION = "FailedOperation"
INTERNALERROR = "InternalError"
INVALIDACTION = "InvalidAction"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
NOSUCHVERSION = "NoSuchVersion"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) ModifyCRObtainStatus added in v1.0.452

func (c *Client) ModifyCRObtainStatus(request *ModifyCRObtainStatusRequest) (response *ModifyCRObtainStatusResponse, err error)

ModifyCRObtainStatus 取证申请

可能返回的错误码:

AUTHFAILURE = "AuthFailure"
FAILEDOPERATION = "FailedOperation"
INTERNALERROR = "InternalError"
INVALIDACTION = "InvalidAction"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
NOSUCHVERSION = "NoSuchVersion"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) ModifyCRObtainStatusWithContext added in v1.0.452

func (c *Client) ModifyCRObtainStatusWithContext(ctx context.Context, request *ModifyCRObtainStatusRequest) (response *ModifyCRObtainStatusResponse, err error)

ModifyCRObtainStatus 取证申请

可能返回的错误码:

AUTHFAILURE = "AuthFailure"
FAILEDOPERATION = "FailedOperation"
INTERNALERROR = "InternalError"
INVALIDACTION = "InvalidAction"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
NOSUCHVERSION = "NoSuchVersion"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) ModifyCRRightStatus added in v1.0.452

func (c *Client) ModifyCRRightStatus(request *ModifyCRRightStatusRequest) (response *ModifyCRRightStatusResponse, err error)

ModifyCRRightStatus 发函申请

可能返回的错误码:

AUTHFAILURE = "AuthFailure"
FAILEDOPERATION = "FailedOperation"
INTERNALERROR = "InternalError"
INVALIDACTION = "InvalidAction"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
NOSUCHVERSION = "NoSuchVersion"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) ModifyCRRightStatusWithContext added in v1.0.452

func (c *Client) ModifyCRRightStatusWithContext(ctx context.Context, request *ModifyCRRightStatusRequest) (response *ModifyCRRightStatusResponse, err error)

ModifyCRRightStatus 发函申请

可能返回的错误码:

AUTHFAILURE = "AuthFailure"
FAILEDOPERATION = "FailedOperation"
INTERNALERROR = "InternalError"
INVALIDACTION = "InvalidAction"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
NOSUCHVERSION = "NoSuchVersion"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) ModifyCRWhiteList added in v1.0.491

func (c *Client) ModifyCRWhiteList(request *ModifyCRWhiteListRequest) (response *ModifyCRWhiteListResponse, err error)

ModifyCRWhiteList 修改白名单列表

可能返回的错误码:

AUTHFAILURE = "AuthFailure"
FAILEDOPERATION = "FailedOperation"
INTERNALERROR = "InternalError"
INVALIDACTION = "InvalidAction"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
NOSUCHVERSION = "NoSuchVersion"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) ModifyCRWhiteListWithContext added in v1.0.491

func (c *Client) ModifyCRWhiteListWithContext(ctx context.Context, request *ModifyCRWhiteListRequest) (response *ModifyCRWhiteListResponse, err error)

ModifyCRWhiteList 修改白名单列表

可能返回的错误码:

AUTHFAILURE = "AuthFailure"
FAILEDOPERATION = "FailedOperation"
INTERNALERROR = "InternalError"
INVALIDACTION = "InvalidAction"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
NOSUCHVERSION = "NoSuchVersion"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) UpdateCRWork added in v1.0.452

func (c *Client) UpdateCRWork(request *UpdateCRWorkRequest) (response *UpdateCRWorkResponse, err error)

UpdateCRWork 更新作品

可能返回的错误码:

AUTHFAILURE = "AuthFailure"
FAILEDOPERATION = "FailedOperation"
INTERNALERROR = "InternalError"
INVALIDACTION = "InvalidAction"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
NOSUCHVERSION = "NoSuchVersion"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) UpdateCRWorkWithContext added in v1.0.452

func (c *Client) UpdateCRWorkWithContext(ctx context.Context, request *UpdateCRWorkRequest) (response *UpdateCRWorkResponse, err error)

UpdateCRWork 更新作品

可能返回的错误码:

AUTHFAILURE = "AuthFailure"
FAILEDOPERATION = "FailedOperation"
INTERNALERROR = "InternalError"
INVALIDACTION = "InvalidAction"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
NOSUCHVERSION = "NoSuchVersion"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

type CreateBPFakeURLRequest added in v1.0.457

type CreateBPFakeURLRequest struct {
	*tchttp.BaseRequest

	// 保护网址ID
	ProtectURLId *int64 `json:"ProtectURLId,omitnil,omitempty" name:"ProtectURLId"`

	// 仿冒网址
	FakeURL *string `json:"FakeURL,omitnil,omitempty" name:"FakeURL"`

	// 截图
	SnapshotNames []*string `json:"SnapshotNames,omitnil,omitempty" name:"SnapshotNames"`

	// 举报说明
	Note *string `json:"Note,omitnil,omitempty" name:"Note"`
}

func NewCreateBPFakeURLRequest added in v1.0.457

func NewCreateBPFakeURLRequest() (request *CreateBPFakeURLRequest)

func (*CreateBPFakeURLRequest) FromJsonString added in v1.0.457

func (r *CreateBPFakeURLRequest) FromJsonString(s string) error

FromJsonString It is highly **NOT** recommended to use this function because it has no param check, nor strict type check

func (*CreateBPFakeURLRequest) ToJsonString added in v1.0.457

func (r *CreateBPFakeURLRequest) ToJsonString() string

type CreateBPFakeURLRequestParams added in v1.0.457

type CreateBPFakeURLRequestParams struct {
	// 保护网址ID
	ProtectURLId *int64 `json:"ProtectURLId,omitnil,omitempty" name:"ProtectURLId"`

	// 仿冒网址
	FakeURL *string `json:"FakeURL,omitnil,omitempty" name:"FakeURL"`

	// 截图
	SnapshotNames []*string `json:"SnapshotNames,omitnil,omitempty" name:"SnapshotNames"`

	// 举报说明
	Note *string `json:"Note,omitnil,omitempty" name:"Note"`
}

Predefined struct for user

type CreateBPFakeURLResponse added in v1.0.457

type CreateBPFakeURLResponse struct {
	*tchttp.BaseResponse
	Response *CreateBPFakeURLResponseParams `json:"Response"`
}

func NewCreateBPFakeURLResponse added in v1.0.457

func NewCreateBPFakeURLResponse() (response *CreateBPFakeURLResponse)

func (*CreateBPFakeURLResponse) FromJsonString added in v1.0.457

func (r *CreateBPFakeURLResponse) FromJsonString(s string) error

FromJsonString It is highly **NOT** recommended to use this function because it has no param check, nor strict type check

func (*CreateBPFakeURLResponse) ToJsonString added in v1.0.457

func (r *CreateBPFakeURLResponse) ToJsonString() string

type CreateBPFakeURLResponseParams added in v1.0.457

type CreateBPFakeURLResponseParams struct {
	// 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
	RequestId *string `json:"RequestId,omitnil,omitempty" name:"RequestId"`
}

Predefined struct for user

type CreateBPFalseTicketRequest added in v1.0.457

type CreateBPFalseTicketRequest struct {
	*tchttp.BaseRequest

	// 仿冒网址
	FakeURL *string `json:"FakeURL,omitnil,omitempty" name:"FakeURL"`
}

func NewCreateBPFalseTicketRequest added in v1.0.457

func NewCreateBPFalseTicketRequest() (request *CreateBPFalseTicketRequest)

func (*CreateBPFalseTicketRequest) FromJsonString added in v1.0.457

func (r *CreateBPFalseTicketRequest) FromJsonString(s string) error

FromJsonString It is highly **NOT** recommended to use this function because it has no param check, nor strict type check

func (*CreateBPFalseTicketRequest) ToJsonString added in v1.0.457

func (r *CreateBPFalseTicketRequest) ToJsonString() string

type CreateBPFalseTicketRequestParams added in v1.0.457

type CreateBPFalseTicketRequestParams struct {
	// 仿冒网址
	FakeURL *string `json:"FakeURL,omitnil,omitempty" name:"FakeURL"`
}

Predefined struct for user

type CreateBPFalseTicketResponse added in v1.0.457

type CreateBPFalseTicketResponse struct {
	*tchttp.BaseResponse
	Response *CreateBPFalseTicketResponseParams `json:"Response"`
}

func NewCreateBPFalseTicketResponse added in v1.0.457

func NewCreateBPFalseTicketResponse() (response *CreateBPFalseTicketResponse)

func (*CreateBPFalseTicketResponse) FromJsonString added in v1.0.457

func (r *CreateBPFalseTicketResponse) FromJsonString(s string) error

FromJsonString It is highly **NOT** recommended to use this function because it has no param check, nor strict type check

func (*CreateBPFalseTicketResponse) ToJsonString added in v1.0.457

func (r *CreateBPFalseTicketResponse) ToJsonString() string

type CreateBPFalseTicketResponseParams added in v1.0.457

type CreateBPFalseTicketResponseParams struct {
	// 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
	RequestId *string `json:"RequestId,omitnil,omitempty" name:"RequestId"`
}

Predefined struct for user

type CreateBPOfflineAttachmentRequest added in v1.0.457

type CreateBPOfflineAttachmentRequest struct {
	*tchttp.BaseRequest

	// 品牌名字
	BrandName *string `json:"BrandName,omitnil,omitempty" name:"BrandName"`

	// 商标证明
	BrandCertificateName *string `json:"BrandCertificateName,omitnil,omitempty" name:"BrandCertificateName"`

	// 商标转让证明
	TransferName *string `json:"TransferName,omitnil,omitempty" name:"TransferName"`

	// 授权书
	AuthorizationName *string `json:"AuthorizationName,omitnil,omitempty" name:"AuthorizationName"`
}

func NewCreateBPOfflineAttachmentRequest added in v1.0.457

func NewCreateBPOfflineAttachmentRequest() (request *CreateBPOfflineAttachmentRequest)

func (*CreateBPOfflineAttachmentRequest) FromJsonString added in v1.0.457

func (r *CreateBPOfflineAttachmentRequest) FromJsonString(s string) error

FromJsonString It is highly **NOT** recommended to use this function because it has no param check, nor strict type check

func (*CreateBPOfflineAttachmentRequest) ToJsonString added in v1.0.457

func (r *CreateBPOfflineAttachmentRequest) ToJsonString() string

type CreateBPOfflineAttachmentRequestParams added in v1.0.457

type CreateBPOfflineAttachmentRequestParams struct {
	// 品牌名字
	BrandName *string `json:"BrandName,omitnil,omitempty" name:"BrandName"`

	// 商标证明
	BrandCertificateName *string `json:"BrandCertificateName,omitnil,omitempty" name:"BrandCertificateName"`

	// 商标转让证明
	TransferName *string `json:"TransferName,omitnil,omitempty" name:"TransferName"`

	// 授权书
	AuthorizationName *string `json:"AuthorizationName,omitnil,omitempty" name:"AuthorizationName"`
}

Predefined struct for user

type CreateBPOfflineAttachmentResponse added in v1.0.457

type CreateBPOfflineAttachmentResponse struct {
	*tchttp.BaseResponse
	Response *CreateBPOfflineAttachmentResponseParams `json:"Response"`
}

func NewCreateBPOfflineAttachmentResponse added in v1.0.457

func NewCreateBPOfflineAttachmentResponse() (response *CreateBPOfflineAttachmentResponse)

func (*CreateBPOfflineAttachmentResponse) FromJsonString added in v1.0.457

func (r *CreateBPOfflineAttachmentResponse) FromJsonString(s string) error

FromJsonString It is highly **NOT** recommended to use this function because it has no param check, nor strict type check

func (*CreateBPOfflineAttachmentResponse) ToJsonString added in v1.0.457

func (r *CreateBPOfflineAttachmentResponse) ToJsonString() string

type CreateBPOfflineAttachmentResponseParams added in v1.0.457

type CreateBPOfflineAttachmentResponseParams struct {
	// 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
	RequestId *string `json:"RequestId,omitnil,omitempty" name:"RequestId"`
}

Predefined struct for user

type CreateBPOfflineTicketRequest added in v1.0.457

type CreateBPOfflineTicketRequest struct {
	*tchttp.BaseRequest

	// 仿冒网址ID
	FakeURLId *int64 `json:"FakeURLId,omitnil,omitempty" name:"FakeURLId"`
}

func NewCreateBPOfflineTicketRequest added in v1.0.457

func NewCreateBPOfflineTicketRequest() (request *CreateBPOfflineTicketRequest)

func (*CreateBPOfflineTicketRequest) FromJsonString added in v1.0.457

func (r *CreateBPOfflineTicketRequest) FromJsonString(s string) error

FromJsonString It is highly **NOT** recommended to use this function because it has no param check, nor strict type check

func (*CreateBPOfflineTicketRequest) ToJsonString added in v1.0.457

func (r *CreateBPOfflineTicketRequest) ToJsonString() string

type CreateBPOfflineTicketRequestParams added in v1.0.457

type CreateBPOfflineTicketRequestParams struct {
	// 仿冒网址ID
	FakeURLId *int64 `json:"FakeURLId,omitnil,omitempty" name:"FakeURLId"`
}

Predefined struct for user

type CreateBPOfflineTicketResponse added in v1.0.457

type CreateBPOfflineTicketResponse struct {
	*tchttp.BaseResponse
	Response *CreateBPOfflineTicketResponseParams `json:"Response"`
}

func NewCreateBPOfflineTicketResponse added in v1.0.457

func NewCreateBPOfflineTicketResponse() (response *CreateBPOfflineTicketResponse)

func (*CreateBPOfflineTicketResponse) FromJsonString added in v1.0.457

func (r *CreateBPOfflineTicketResponse) FromJsonString(s string) error

FromJsonString It is highly **NOT** recommended to use this function because it has no param check, nor strict type check

func (*CreateBPOfflineTicketResponse) ToJsonString added in v1.0.457

func (r *CreateBPOfflineTicketResponse) ToJsonString() string

type CreateBPOfflineTicketResponseParams added in v1.0.457

type CreateBPOfflineTicketResponseParams struct {
	// 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
	RequestId *string `json:"RequestId,omitnil,omitempty" name:"RequestId"`
}

Predefined struct for user

type CreateBPProtectURLsRequest added in v1.0.457

type CreateBPProtectURLsRequest struct {
	*tchttp.BaseRequest

	// 企业名称
	CompanyName *string `json:"CompanyName,omitnil,omitempty" name:"CompanyName"`

	// 电话号码
	Phone *string `json:"Phone,omitnil,omitempty" name:"Phone"`

	// 营业执照
	LicenseName *string `json:"LicenseName,omitnil,omitempty" name:"LicenseName"`

	// 保护网站
	ProtectURLs []*string `json:"ProtectURLs,omitnil,omitempty" name:"ProtectURLs"`

	// 网站名称
	ProtectWebs []*string `json:"ProtectWebs,omitnil,omitempty" name:"ProtectWebs"`
}

func NewCreateBPProtectURLsRequest added in v1.0.457

func NewCreateBPProtectURLsRequest() (request *CreateBPProtectURLsRequest)

func (*CreateBPProtectURLsRequest) FromJsonString added in v1.0.457

func (r *CreateBPProtectURLsRequest) FromJsonString(s string) error

FromJsonString It is highly **NOT** recommended to use this function because it has no param check, nor strict type check

func (*CreateBPProtectURLsRequest) ToJsonString added in v1.0.457

func (r *CreateBPProtectURLsRequest) ToJsonString() string

type CreateBPProtectURLsRequestParams added in v1.0.457

type CreateBPProtectURLsRequestParams struct {
	// 企业名称
	CompanyName *string `json:"CompanyName,omitnil,omitempty" name:"CompanyName"`

	// 电话号码
	Phone *string `json:"Phone,omitnil,omitempty" name:"Phone"`

	// 营业执照
	LicenseName *string `json:"LicenseName,omitnil,omitempty" name:"LicenseName"`

	// 保护网站
	ProtectURLs []*string `json:"ProtectURLs,omitnil,omitempty" name:"ProtectURLs"`

	// 网站名称
	ProtectWebs []*string `json:"ProtectWebs,omitnil,omitempty" name:"ProtectWebs"`
}

Predefined struct for user

type CreateBPProtectURLsResponse added in v1.0.457

type CreateBPProtectURLsResponse struct {
	*tchttp.BaseResponse
	Response *CreateBPProtectURLsResponseParams `json:"Response"`
}

func NewCreateBPProtectURLsResponse added in v1.0.457

func NewCreateBPProtectURLsResponse() (response *CreateBPProtectURLsResponse)

func (*CreateBPProtectURLsResponse) FromJsonString added in v1.0.457

func (r *CreateBPProtectURLsResponse) FromJsonString(s string) error

FromJsonString It is highly **NOT** recommended to use this function because it has no param check, nor strict type check

func (*CreateBPProtectURLsResponse) ToJsonString added in v1.0.457

func (r *CreateBPProtectURLsResponse) ToJsonString() string

type CreateBPProtectURLsResponseParams added in v1.0.457

type CreateBPProtectURLsResponseParams struct {
	// 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
	RequestId *string `json:"RequestId,omitnil,omitempty" name:"RequestId"`
}

Predefined struct for user

type CreateCRBlockRequest

type CreateCRBlockRequest struct {
	*tchttp.BaseRequest

	// 作品ID
	WorkId *int64 `json:"WorkId,omitnil,omitempty" name:"WorkId"`

	// 侵权链接
	TortUrl *string `json:"TortUrl,omitnil,omitempty" name:"TortUrl"`

	// 侵权标题
	TortTitle *string `json:"TortTitle,omitnil,omitempty" name:"TortTitle"`

	// 侵权平台
	TortPlat *string `json:"TortPlat,omitnil,omitempty" name:"TortPlat"`

	// 拦截结果回调地址
	BlockUrl *string `json:"BlockUrl,omitnil,omitempty" name:"BlockUrl"`

	// 授权书下载地址
	FileUrl *string `json:"FileUrl,omitnil,omitempty" name:"FileUrl"`

	// 授权书生效日期
	ValidStartDate *string `json:"ValidStartDate,omitnil,omitempty" name:"ValidStartDate"`

	// 授权书截止日期
	ValidEndDate *string `json:"ValidEndDate,omitnil,omitempty" name:"ValidEndDate"`

	// 侵权截图
	TortPic *string `json:"TortPic,omitnil,omitempty" name:"TortPic"`

	// 委托书下载地址
	CommFileUrl *string `json:"CommFileUrl,omitnil,omitempty" name:"CommFileUrl"`

	// 委托书生效日期
	CommValidStartDate *string `json:"CommValidStartDate,omitnil,omitempty" name:"CommValidStartDate"`

	// 委托书截止日期
	CommValidEndDate *string `json:"CommValidEndDate,omitnil,omitempty" name:"CommValidEndDate"`

	// 是否著作权人:0-否 1-是
	IsProducer *string `json:"IsProducer,omitnil,omitempty" name:"IsProducer"`

	// 存证证书下载地址
	EvidenceFileUrl *string `json:"EvidenceFileUrl,omitnil,omitempty" name:"EvidenceFileUrl"`

	// 存证证书生效日期
	EvidenceValidStartDate *string `json:"EvidenceValidStartDate,omitnil,omitempty" name:"EvidenceValidStartDate"`

	// 存证证书截止日期
	EvidenceValidEndDate *string `json:"EvidenceValidEndDate,omitnil,omitempty" name:"EvidenceValidEndDate"`
}

func NewCreateCRBlockRequest

func NewCreateCRBlockRequest() (request *CreateCRBlockRequest)

func (*CreateCRBlockRequest) FromJsonString

func (r *CreateCRBlockRequest) FromJsonString(s string) error

FromJsonString It is highly **NOT** recommended to use this function because it has no param check, nor strict type check

func (*CreateCRBlockRequest) ToJsonString

func (r *CreateCRBlockRequest) ToJsonString() string

type CreateCRBlockRequestParams

type CreateCRBlockRequestParams struct {
	// 作品ID
	WorkId *int64 `json:"WorkId,omitnil,omitempty" name:"WorkId"`

	// 侵权链接
	TortUrl *string `json:"TortUrl,omitnil,omitempty" name:"TortUrl"`

	// 侵权标题
	TortTitle *string `json:"TortTitle,omitnil,omitempty" name:"TortTitle"`

	// 侵权平台
	TortPlat *string `json:"TortPlat,omitnil,omitempty" name:"TortPlat"`

	// 拦截结果回调地址
	BlockUrl *string `json:"BlockUrl,omitnil,omitempty" name:"BlockUrl"`

	// 授权书下载地址
	FileUrl *string `json:"FileUrl,omitnil,omitempty" name:"FileUrl"`

	// 授权书生效日期
	ValidStartDate *string `json:"ValidStartDate,omitnil,omitempty" name:"ValidStartDate"`

	// 授权书截止日期
	ValidEndDate *string `json:"ValidEndDate,omitnil,omitempty" name:"ValidEndDate"`

	// 侵权截图
	TortPic *string `json:"TortPic,omitnil,omitempty" name:"TortPic"`

	// 委托书下载地址
	CommFileUrl *string `json:"CommFileUrl,omitnil,omitempty" name:"CommFileUrl"`

	// 委托书生效日期
	CommValidStartDate *string `json:"CommValidStartDate,omitnil,omitempty" name:"CommValidStartDate"`

	// 委托书截止日期
	CommValidEndDate *string `json:"CommValidEndDate,omitnil,omitempty" name:"CommValidEndDate"`

	// 是否著作权人:0-否 1-是
	IsProducer *string `json:"IsProducer,omitnil,omitempty" name:"IsProducer"`

	// 存证证书下载地址
	EvidenceFileUrl *string `json:"EvidenceFileUrl,omitnil,omitempty" name:"EvidenceFileUrl"`

	// 存证证书生效日期
	EvidenceValidStartDate *string `json:"EvidenceValidStartDate,omitnil,omitempty" name:"EvidenceValidStartDate"`

	// 存证证书截止日期
	EvidenceValidEndDate *string `json:"EvidenceValidEndDate,omitnil,omitempty" name:"EvidenceValidEndDate"`
}

Predefined struct for user

type CreateCRBlockResponse

type CreateCRBlockResponse struct {
	*tchttp.BaseResponse
	Response *CreateCRBlockResponseParams `json:"Response"`
}

func NewCreateCRBlockResponse

func NewCreateCRBlockResponse() (response *CreateCRBlockResponse)

func (*CreateCRBlockResponse) FromJsonString

func (r *CreateCRBlockResponse) FromJsonString(s string) error

FromJsonString It is highly **NOT** recommended to use this function because it has no param check, nor strict type check

func (*CreateCRBlockResponse) ToJsonString

func (r *CreateCRBlockResponse) ToJsonString() string

type CreateCRBlockResponseParams

type CreateCRBlockResponseParams struct {
	// 侵权ID
	TortId *int64 `json:"TortId,omitnil,omitempty" name:"TortId"`

	// 该字段已废弃
	TortNum *string `json:"TortNum,omitnil,omitempty" name:"TortNum"`

	// 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
	RequestId *string `json:"RequestId,omitnil,omitempty" name:"RequestId"`
}

Predefined struct for user

type CreateCRCompanyVerifyRequest

type CreateCRCompanyVerifyRequest struct {
	*tchttp.BaseRequest

	// 企业名称
	CompanyName *string `json:"CompanyName,omitnil,omitempty" name:"CompanyName"`

	// 企业证件号码
	CompanyID *string `json:"CompanyID,omitnil,omitempty" name:"CompanyID"`

	// 企业法人姓名
	CompanyLegalName *string `json:"CompanyLegalName,omitnil,omitempty" name:"CompanyLegalName"`

	// 联系人姓名
	ManagerName *string `json:"ManagerName,omitnil,omitempty" name:"ManagerName"`

	// 联系人手机号
	ManagerPhone *string `json:"ManagerPhone,omitnil,omitempty" name:"ManagerPhone"`

	// 手机验证码,接口接入可以置空
	VerificationCode *string `json:"VerificationCode,omitnil,omitempty" name:"VerificationCode"`

	// 字段已废弃,企业认证号码类型 1:社会信用代码 2:组织机构代码 3:企业工商注册码 4:其他 默认为1
	CompanyIDType *string `json:"CompanyIDType,omitnil,omitempty" name:"CompanyIDType"`

	// 字段已废弃,认证类型
	Type *string `json:"Type,omitnil,omitempty" name:"Type"`
}

func NewCreateCRCompanyVerifyRequest

func NewCreateCRCompanyVerifyRequest() (request *CreateCRCompanyVerifyRequest)

func (*CreateCRCompanyVerifyRequest) FromJsonString

func (r *CreateCRCompanyVerifyRequest) FromJsonString(s string) error

FromJsonString It is highly **NOT** recommended to use this function because it has no param check, nor strict type check

func (*CreateCRCompanyVerifyRequest) ToJsonString

func (r *CreateCRCompanyVerifyRequest) ToJsonString() string

type CreateCRCompanyVerifyRequestParams

type CreateCRCompanyVerifyRequestParams struct {
	// 企业名称
	CompanyName *string `json:"CompanyName,omitnil,omitempty" name:"CompanyName"`

	// 企业证件号码
	CompanyID *string `json:"CompanyID,omitnil,omitempty" name:"CompanyID"`

	// 企业法人姓名
	CompanyLegalName *string `json:"CompanyLegalName,omitnil,omitempty" name:"CompanyLegalName"`

	// 联系人姓名
	ManagerName *string `json:"ManagerName,omitnil,omitempty" name:"ManagerName"`

	// 联系人手机号
	ManagerPhone *string `json:"ManagerPhone,omitnil,omitempty" name:"ManagerPhone"`

	// 手机验证码,接口接入可以置空
	VerificationCode *string `json:"VerificationCode,omitnil,omitempty" name:"VerificationCode"`

	// 字段已废弃,企业认证号码类型 1:社会信用代码 2:组织机构代码 3:企业工商注册码 4:其他 默认为1
	CompanyIDType *string `json:"CompanyIDType,omitnil,omitempty" name:"CompanyIDType"`

	// 字段已废弃,认证类型
	Type *string `json:"Type,omitnil,omitempty" name:"Type"`
}

Predefined struct for user

type CreateCRCompanyVerifyResponse

type CreateCRCompanyVerifyResponse struct {
	*tchttp.BaseResponse
	Response *CreateCRCompanyVerifyResponseParams `json:"Response"`
}

func NewCreateCRCompanyVerifyResponse

func NewCreateCRCompanyVerifyResponse() (response *CreateCRCompanyVerifyResponse)

func (*CreateCRCompanyVerifyResponse) FromJsonString

func (r *CreateCRCompanyVerifyResponse) FromJsonString(s string) error

FromJsonString It is highly **NOT** recommended to use this function because it has no param check, nor strict type check

func (*CreateCRCompanyVerifyResponse) ToJsonString

func (r *CreateCRCompanyVerifyResponse) ToJsonString() string

type CreateCRCompanyVerifyResponseParams

type CreateCRCompanyVerifyResponseParams struct {
	// 认证状态:0-认证成功 1-认证失败
	Status *int64 `json:"Status,omitnil,omitempty" name:"Status"`

	// 认证状态说明,包括认证失败的原因
	Note *string `json:"Note,omitnil,omitempty" name:"Note"`

	// 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
	RequestId *string `json:"RequestId,omitnil,omitempty" name:"RequestId"`
}

Predefined struct for user

type CreateCRDesktopCodeRequest added in v1.0.518

type CreateCRDesktopCodeRequest struct {
	*tchttp.BaseRequest

	// xxx
	TortId *int64 `json:"TortId,omitnil,omitempty" name:"TortId"`

	// xxx
	DesktopCode *string `json:"DesktopCode,omitnil,omitempty" name:"DesktopCode"`
}

func NewCreateCRDesktopCodeRequest added in v1.0.518

func NewCreateCRDesktopCodeRequest() (request *CreateCRDesktopCodeRequest)

func (*CreateCRDesktopCodeRequest) FromJsonString added in v1.0.518

func (r *CreateCRDesktopCodeRequest) FromJsonString(s string) error

FromJsonString It is highly **NOT** recommended to use this function because it has no param check, nor strict type check

func (*CreateCRDesktopCodeRequest) ToJsonString added in v1.0.518

func (r *CreateCRDesktopCodeRequest) ToJsonString() string

type CreateCRDesktopCodeRequestParams added in v1.0.518

type CreateCRDesktopCodeRequestParams struct {
	// xxx
	TortId *int64 `json:"TortId,omitnil,omitempty" name:"TortId"`

	// xxx
	DesktopCode *string `json:"DesktopCode,omitnil,omitempty" name:"DesktopCode"`
}

Predefined struct for user

type CreateCRDesktopCodeResponse added in v1.0.518

type CreateCRDesktopCodeResponse struct {
	*tchttp.BaseResponse
	Response *CreateCRDesktopCodeResponseParams `json:"Response"`
}

func NewCreateCRDesktopCodeResponse added in v1.0.518

func NewCreateCRDesktopCodeResponse() (response *CreateCRDesktopCodeResponse)

func (*CreateCRDesktopCodeResponse) FromJsonString added in v1.0.518

func (r *CreateCRDesktopCodeResponse) FromJsonString(s string) error

FromJsonString It is highly **NOT** recommended to use this function because it has no param check, nor strict type check

func (*CreateCRDesktopCodeResponse) ToJsonString added in v1.0.518

func (r *CreateCRDesktopCodeResponse) ToJsonString() string

type CreateCRDesktopCodeResponseParams added in v1.0.518

type CreateCRDesktopCodeResponseParams struct {
	// 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
	RequestId *string `json:"RequestId,omitnil,omitempty" name:"RequestId"`
}

Predefined struct for user

type CreateCRRightFileRequest added in v1.0.491

type CreateCRRightFileRequest struct {
	*tchttp.BaseRequest

	// 作品ID
	WorkId *int64 `json:"WorkId,omitnil,omitempty" name:"WorkId"`

	// 权属文件列表
	FileList []*File `json:"FileList,omitnil,omitempty" name:"FileList"`
}

func NewCreateCRRightFileRequest added in v1.0.491

func NewCreateCRRightFileRequest() (request *CreateCRRightFileRequest)

func (*CreateCRRightFileRequest) FromJsonString added in v1.0.491

func (r *CreateCRRightFileRequest) FromJsonString(s string) error

FromJsonString It is highly **NOT** recommended to use this function because it has no param check, nor strict type check

func (*CreateCRRightFileRequest) ToJsonString added in v1.0.491

func (r *CreateCRRightFileRequest) ToJsonString() string

type CreateCRRightFileRequestParams added in v1.0.491

type CreateCRRightFileRequestParams struct {
	// 作品ID
	WorkId *int64 `json:"WorkId,omitnil,omitempty" name:"WorkId"`

	// 权属文件列表
	FileList []*File `json:"FileList,omitnil,omitempty" name:"FileList"`
}

Predefined struct for user

type CreateCRRightFileResponse added in v1.0.491

type CreateCRRightFileResponse struct {
	*tchttp.BaseResponse
	Response *CreateCRRightFileResponseParams `json:"Response"`
}

func NewCreateCRRightFileResponse added in v1.0.491

func NewCreateCRRightFileResponse() (response *CreateCRRightFileResponse)

func (*CreateCRRightFileResponse) FromJsonString added in v1.0.491

func (r *CreateCRRightFileResponse) FromJsonString(s string) error

FromJsonString It is highly **NOT** recommended to use this function because it has no param check, nor strict type check

func (*CreateCRRightFileResponse) ToJsonString added in v1.0.491

func (r *CreateCRRightFileResponse) ToJsonString() string

type CreateCRRightFileResponseParams added in v1.0.491

type CreateCRRightFileResponseParams struct {
	// 权属文件Id,按提交顺序排序
	FileIds []*int64 `json:"FileIds,omitnil,omitempty" name:"FileIds"`

	// 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
	RequestId *string `json:"RequestId,omitnil,omitempty" name:"RequestId"`
}

Predefined struct for user

type CreateCRRightRequest

type CreateCRRightRequest struct {
	*tchttp.BaseRequest

	// 作品ID
	WorkId *int64 `json:"WorkId,omitnil,omitempty" name:"WorkId"`

	// 侵权链接
	TortUrl *string `json:"TortUrl,omitnil,omitempty" name:"TortUrl"`

	// 侵权标题
	TortTitle *string `json:"TortTitle,omitnil,omitempty" name:"TortTitle"`

	// 侵权平台
	TortPlat *string `json:"TortPlat,omitnil,omitempty" name:"TortPlat"`

	// 发函结果回调地址
	RightUrl *string `json:"RightUrl,omitnil,omitempty" name:"RightUrl"`

	// 授权书下载地址
	FileUrl *string `json:"FileUrl,omitnil,omitempty" name:"FileUrl"`

	// 授权书生效日期
	ValidStartDate *string `json:"ValidStartDate,omitnil,omitempty" name:"ValidStartDate"`

	// 授权书截止日期
	ValidEndDate *string `json:"ValidEndDate,omitnil,omitempty" name:"ValidEndDate"`

	// 委托书下载地址
	CommFileUrl *string `json:"CommFileUrl,omitnil,omitempty" name:"CommFileUrl"`

	// 委托书生效日期
	CommValidStartDate *string `json:"CommValidStartDate,omitnil,omitempty" name:"CommValidStartDate"`

	// 委托书截止日期
	CommValidEndDate *string `json:"CommValidEndDate,omitnil,omitempty" name:"CommValidEndDate"`

	// 主页下载地址
	HomeFileUrl *string `json:"HomeFileUrl,omitnil,omitempty" name:"HomeFileUrl"`

	// 主页生效日期
	HomeValidStartDate *string `json:"HomeValidStartDate,omitnil,omitempty" name:"HomeValidStartDate"`

	// 主页截止日期
	HomeValidEndDate *string `json:"HomeValidEndDate,omitnil,omitempty" name:"HomeValidEndDate"`

	// 是否著作权人:0-否 1-是
	IsProducer *string `json:"IsProducer,omitnil,omitempty" name:"IsProducer"`

	// 存证证书下载地址
	EvidenceFileUrl *string `json:"EvidenceFileUrl,omitnil,omitempty" name:"EvidenceFileUrl"`

	// 存证证书生效日期
	EvidenceValidStartDate *string `json:"EvidenceValidStartDate,omitnil,omitempty" name:"EvidenceValidStartDate"`

	// 存证证书截止日期
	EvidenceValidEndDate *string `json:"EvidenceValidEndDate,omitnil,omitempty" name:"EvidenceValidEndDate"`
}

func NewCreateCRRightRequest

func NewCreateCRRightRequest() (request *CreateCRRightRequest)

func (*CreateCRRightRequest) FromJsonString

func (r *CreateCRRightRequest) FromJsonString(s string) error

FromJsonString It is highly **NOT** recommended to use this function because it has no param check, nor strict type check

func (*CreateCRRightRequest) ToJsonString

func (r *CreateCRRightRequest) ToJsonString() string

type CreateCRRightRequestParams

type CreateCRRightRequestParams struct {
	// 作品ID
	WorkId *int64 `json:"WorkId,omitnil,omitempty" name:"WorkId"`

	// 侵权链接
	TortUrl *string `json:"TortUrl,omitnil,omitempty" name:"TortUrl"`

	// 侵权标题
	TortTitle *string `json:"TortTitle,omitnil,omitempty" name:"TortTitle"`

	// 侵权平台
	TortPlat *string `json:"TortPlat,omitnil,omitempty" name:"TortPlat"`

	// 发函结果回调地址
	RightUrl *string `json:"RightUrl,omitnil,omitempty" name:"RightUrl"`

	// 授权书下载地址
	FileUrl *string `json:"FileUrl,omitnil,omitempty" name:"FileUrl"`

	// 授权书生效日期
	ValidStartDate *string `json:"ValidStartDate,omitnil,omitempty" name:"ValidStartDate"`

	// 授权书截止日期
	ValidEndDate *string `json:"ValidEndDate,omitnil,omitempty" name:"ValidEndDate"`

	// 委托书下载地址
	CommFileUrl *string `json:"CommFileUrl,omitnil,omitempty" name:"CommFileUrl"`

	// 委托书生效日期
	CommValidStartDate *string `json:"CommValidStartDate,omitnil,omitempty" name:"CommValidStartDate"`

	// 委托书截止日期
	CommValidEndDate *string `json:"CommValidEndDate,omitnil,omitempty" name:"CommValidEndDate"`

	// 主页下载地址
	HomeFileUrl *string `json:"HomeFileUrl,omitnil,omitempty" name:"HomeFileUrl"`

	// 主页生效日期
	HomeValidStartDate *string `json:"HomeValidStartDate,omitnil,omitempty" name:"HomeValidStartDate"`

	// 主页截止日期
	HomeValidEndDate *string `json:"HomeValidEndDate,omitnil,omitempty" name:"HomeValidEndDate"`

	// 是否著作权人:0-否 1-是
	IsProducer *string `json:"IsProducer,omitnil,omitempty" name:"IsProducer"`

	// 存证证书下载地址
	EvidenceFileUrl *string `json:"EvidenceFileUrl,omitnil,omitempty" name:"EvidenceFileUrl"`

	// 存证证书生效日期
	EvidenceValidStartDate *string `json:"EvidenceValidStartDate,omitnil,omitempty" name:"EvidenceValidStartDate"`

	// 存证证书截止日期
	EvidenceValidEndDate *string `json:"EvidenceValidEndDate,omitnil,omitempty" name:"EvidenceValidEndDate"`
}

Predefined struct for user

type CreateCRRightResponse

type CreateCRRightResponse struct {
	*tchttp.BaseResponse
	Response *CreateCRRightResponseParams `json:"Response"`
}

func NewCreateCRRightResponse

func NewCreateCRRightResponse() (response *CreateCRRightResponse)

func (*CreateCRRightResponse) FromJsonString

func (r *CreateCRRightResponse) FromJsonString(s string) error

FromJsonString It is highly **NOT** recommended to use this function because it has no param check, nor strict type check

func (*CreateCRRightResponse) ToJsonString

func (r *CreateCRRightResponse) ToJsonString() string

type CreateCRRightResponseParams

type CreateCRRightResponseParams struct {
	// 侵权ID
	TortId *int64 `json:"TortId,omitnil,omitempty" name:"TortId"`

	// 该字段已废弃
	TortNum *string `json:"TortNum,omitnil,omitempty" name:"TortNum"`

	// 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
	RequestId *string `json:"RequestId,omitnil,omitempty" name:"RequestId"`
}

Predefined struct for user

type CreateCRTortRequest added in v1.0.491

type CreateCRTortRequest struct {
	*tchttp.BaseRequest

	// 作品ID
	WorkId *int64 `json:"WorkId,omitnil,omitempty" name:"WorkId"`

	// 侵权网址
	TortURL *string `json:"TortURL,omitnil,omitempty" name:"TortURL"`

	// 侵权平台
	TortPlat *string `json:"TortPlat,omitnil,omitempty" name:"TortPlat"`

	// 侵权标题
	TortTitle *string `json:"TortTitle,omitnil,omitempty" name:"TortTitle"`
}

func NewCreateCRTortRequest added in v1.0.491

func NewCreateCRTortRequest() (request *CreateCRTortRequest)

func (*CreateCRTortRequest) FromJsonString added in v1.0.491

func (r *CreateCRTortRequest) FromJsonString(s string) error

FromJsonString It is highly **NOT** recommended to use this function because it has no param check, nor strict type check

func (*CreateCRTortRequest) ToJsonString added in v1.0.491

func (r *CreateCRTortRequest) ToJsonString() string

type CreateCRTortRequestParams added in v1.0.491

type CreateCRTortRequestParams struct {
	// 作品ID
	WorkId *int64 `json:"WorkId,omitnil,omitempty" name:"WorkId"`

	// 侵权网址
	TortURL *string `json:"TortURL,omitnil,omitempty" name:"TortURL"`

	// 侵权平台
	TortPlat *string `json:"TortPlat,omitnil,omitempty" name:"TortPlat"`

	// 侵权标题
	TortTitle *string `json:"TortTitle,omitnil,omitempty" name:"TortTitle"`
}

Predefined struct for user

type CreateCRTortResponse added in v1.0.491

type CreateCRTortResponse struct {
	*tchttp.BaseResponse
	Response *CreateCRTortResponseParams `json:"Response"`
}

func NewCreateCRTortResponse added in v1.0.491

func NewCreateCRTortResponse() (response *CreateCRTortResponse)

func (*CreateCRTortResponse) FromJsonString added in v1.0.491

func (r *CreateCRTortResponse) FromJsonString(s string) error

FromJsonString It is highly **NOT** recommended to use this function because it has no param check, nor strict type check

func (*CreateCRTortResponse) ToJsonString added in v1.0.491

func (r *CreateCRTortResponse) ToJsonString() string

type CreateCRTortResponseParams added in v1.0.491

type CreateCRTortResponseParams struct {
	// 作品ID
	WorkId *int64 `json:"WorkId,omitnil,omitempty" name:"WorkId"`

	// 侵权ID
	TortId *int64 `json:"TortId,omitnil,omitempty" name:"TortId"`

	// 侵权标题
	TortTitle *string `json:"TortTitle,omitnil,omitempty" name:"TortTitle"`

	// 侵权平台
	TortPlat *string `json:"TortPlat,omitnil,omitempty" name:"TortPlat"`

	// 侵权网址
	TortURL *string `json:"TortURL,omitnil,omitempty" name:"TortURL"`

	// 侵权域名
	TortDomain *string `json:"TortDomain,omitnil,omitempty" name:"TortDomain"`

	// 侵权主体
	TortBodyName *string `json:"TortBodyName,omitnil,omitempty" name:"TortBodyName"`

	// 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
	RequestId *string `json:"RequestId,omitnil,omitempty" name:"RequestId"`
}

Predefined struct for user

type CreateCRUserVerifyRequest added in v1.0.476

type CreateCRUserVerifyRequest struct {
	*tchttp.BaseRequest

	// 用户真实姓名
	UserName *string `json:"UserName,omitnil,omitempty" name:"UserName"`

	// 用户身份证号
	UserID *string `json:"UserID,omitnil,omitempty" name:"UserID"`

	// 用户手机号码
	UserPhone *string `json:"UserPhone,omitnil,omitempty" name:"UserPhone"`

	// 短信验证码,接口接入可以置空
	VerificationCode *string `json:"VerificationCode,omitnil,omitempty" name:"VerificationCode"`

	// 字段已废弃,认证类型
	Type *string `json:"Type,omitnil,omitempty" name:"Type"`
}

func NewCreateCRUserVerifyRequest added in v1.0.476

func NewCreateCRUserVerifyRequest() (request *CreateCRUserVerifyRequest)

func (*CreateCRUserVerifyRequest) FromJsonString added in v1.0.476

func (r *CreateCRUserVerifyRequest) FromJsonString(s string) error

FromJsonString It is highly **NOT** recommended to use this function because it has no param check, nor strict type check

func (*CreateCRUserVerifyRequest) ToJsonString added in v1.0.476

func (r *CreateCRUserVerifyRequest) ToJsonString() string

type CreateCRUserVerifyRequestParams added in v1.0.476

type CreateCRUserVerifyRequestParams struct {
	// 用户真实姓名
	UserName *string `json:"UserName,omitnil,omitempty" name:"UserName"`

	// 用户身份证号
	UserID *string `json:"UserID,omitnil,omitempty" name:"UserID"`

	// 用户手机号码
	UserPhone *string `json:"UserPhone,omitnil,omitempty" name:"UserPhone"`

	// 短信验证码,接口接入可以置空
	VerificationCode *string `json:"VerificationCode,omitnil,omitempty" name:"VerificationCode"`

	// 字段已废弃,认证类型
	Type *string `json:"Type,omitnil,omitempty" name:"Type"`
}

Predefined struct for user

type CreateCRUserVerifyResponse added in v1.0.476

type CreateCRUserVerifyResponse struct {
	*tchttp.BaseResponse
	Response *CreateCRUserVerifyResponseParams `json:"Response"`
}

func NewCreateCRUserVerifyResponse added in v1.0.476

func NewCreateCRUserVerifyResponse() (response *CreateCRUserVerifyResponse)

func (*CreateCRUserVerifyResponse) FromJsonString added in v1.0.476

func (r *CreateCRUserVerifyResponse) FromJsonString(s string) error

FromJsonString It is highly **NOT** recommended to use this function because it has no param check, nor strict type check

func (*CreateCRUserVerifyResponse) ToJsonString added in v1.0.476

func (r *CreateCRUserVerifyResponse) ToJsonString() string

type CreateCRUserVerifyResponseParams added in v1.0.476

type CreateCRUserVerifyResponseParams struct {
	// 认证状态:0-认证成功 1-认证失败
	Status *int64 `json:"Status,omitnil,omitempty" name:"Status"`

	// 认证状态说明,包括认证失败原因等
	Note *string `json:"Note,omitnil,omitempty" name:"Note"`

	// 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
	RequestId *string `json:"RequestId,omitnil,omitempty" name:"RequestId"`
}

Predefined struct for user

type CreateCRWorkRequest added in v1.0.452

type CreateCRWorkRequest struct {
	*tchttp.BaseRequest

	// 作品名称
	WorkName *string `json:"WorkName,omitnil,omitempty" name:"WorkName"`

	// 作品分类
	WorkCategory *string `json:"WorkCategory,omitnil,omitempty" name:"WorkCategory"`

	// 作品内容类型
	WorkType *string `json:"WorkType,omitnil,omitempty" name:"WorkType"`

	// 作品标签
	WorkSign *string `json:"WorkSign,omitnil,omitempty" name:"WorkSign"`

	// 字段已废弃,作品图片
	WorkPic *string `json:"WorkPic,omitnil,omitempty" name:"WorkPic"`

	// 作品描述
	WorkDesc *string `json:"WorkDesc,omitnil,omitempty" name:"WorkDesc"`

	// 是否原创:0-否 1-是
	IsOriginal *string `json:"IsOriginal,omitnil,omitempty" name:"IsOriginal"`

	// 是否发布:0-未发布 1-已发布
	IsRelease *string `json:"IsRelease,omitnil,omitempty" name:"IsRelease"`

	// 字段已废弃,著作权人ID
	ProducerID *int64 `json:"ProducerID,omitnil,omitempty" name:"ProducerID"`

	// 创作时间
	ProduceTime *string `json:"ProduceTime,omitnil,omitempty" name:"ProduceTime"`

	// 字段已废弃
	SampleContentURL *string `json:"SampleContentURL,omitnil,omitempty" name:"SampleContentURL"`

	// 作品下载地址
	SampleDownloadURL *string `json:"SampleDownloadURL,omitnil,omitempty" name:"SampleDownloadURL"`

	// 作品在线地址
	SamplePublicURL *string `json:"SamplePublicURL,omitnil,omitempty" name:"SamplePublicURL"`

	// 字段已废弃,授予类型
	GrantType *string `json:"GrantType,omitnil,omitempty" name:"GrantType"`

	// 是否监测:0-不监测 1-监测
	IsMonitor *string `json:"IsMonitor,omitnil,omitempty" name:"IsMonitor"`

	// 是否存证:0-不存证  2-存证 注意是2
	IsCert *string `json:"IsCert,omitnil,omitempty" name:"IsCert"`

	// 存证回调地址
	CertUrl *string `json:"CertUrl,omitnil,omitempty" name:"CertUrl"`

	// 监测回调地址
	MonitorUrl *string `json:"MonitorUrl,omitnil,omitempty" name:"MonitorUrl"`

	// 字段已废弃,创作性质
	ProduceType *string `json:"ProduceType,omitnil,omitempty" name:"ProduceType"`

	// 白名单列表
	WhiteLists []*string `json:"WhiteLists,omitnil,omitempty" name:"WhiteLists"`

	// 作品ID,忽略该字段
	WorkId *int64 `json:"WorkId,omitnil,omitempty" name:"WorkId"`

	// 著作权人姓名
	ProducerName *string `json:"ProducerName,omitnil,omitempty" name:"ProducerName"`

	// 作者,小说类型必填
	Nickname *string `json:"Nickname,omitnil,omitempty" name:"Nickname"`

	// 授权书下载地址
	Authorization *string `json:"Authorization,omitnil,omitempty" name:"Authorization"`

	// 授权书开始时间
	AuthorizationStartTime *string `json:"AuthorizationStartTime,omitnil,omitempty" name:"AuthorizationStartTime"`

	// 授权书结束时间
	AuthorizationEndTime *string `json:"AuthorizationEndTime,omitnil,omitempty" name:"AuthorizationEndTime"`

	// 内容格式,支持txt、doc等,表示Content的具体格式
	ContentType *string `json:"ContentType,omitnil,omitempty" name:"ContentType"`

	// 文件内容base64编码,该字段仅在无法提供下载链接时使用
	Content *string `json:"Content,omitnil,omitempty" name:"Content"`

	// 监测结束时间
	MonitorEndTime *string `json:"MonitorEndTime,omitnil,omitempty" name:"MonitorEndTime"`

	// 申请人ID,用于存证和取证
	ApplierId *string `json:"ApplierId,omitnil,omitempty" name:"ApplierId"`

	// 申请人姓名,用于存证和取证
	ApplierName *string `json:"ApplierName,omitnil,omitempty" name:"ApplierName"`

	// 是否自动续期
	IsAutoRenew *string `json:"IsAutoRenew,omitnil,omitempty" name:"IsAutoRenew"`
}

func NewCreateCRWorkRequest added in v1.0.452

func NewCreateCRWorkRequest() (request *CreateCRWorkRequest)

func (*CreateCRWorkRequest) FromJsonString added in v1.0.452

func (r *CreateCRWorkRequest) FromJsonString(s string) error

FromJsonString It is highly **NOT** recommended to use this function because it has no param check, nor strict type check

func (*CreateCRWorkRequest) ToJsonString added in v1.0.452

func (r *CreateCRWorkRequest) ToJsonString() string

type CreateCRWorkRequestParams added in v1.0.452

type CreateCRWorkRequestParams struct {
	// 作品名称
	WorkName *string `json:"WorkName,omitnil,omitempty" name:"WorkName"`

	// 作品分类
	WorkCategory *string `json:"WorkCategory,omitnil,omitempty" name:"WorkCategory"`

	// 作品内容类型
	WorkType *string `json:"WorkType,omitnil,omitempty" name:"WorkType"`

	// 作品标签
	WorkSign *string `json:"WorkSign,omitnil,omitempty" name:"WorkSign"`

	// 字段已废弃,作品图片
	WorkPic *string `json:"WorkPic,omitnil,omitempty" name:"WorkPic"`

	// 作品描述
	WorkDesc *string `json:"WorkDesc,omitnil,omitempty" name:"WorkDesc"`

	// 是否原创:0-否 1-是
	IsOriginal *string `json:"IsOriginal,omitnil,omitempty" name:"IsOriginal"`

	// 是否发布:0-未发布 1-已发布
	IsRelease *string `json:"IsRelease,omitnil,omitempty" name:"IsRelease"`

	// 字段已废弃,著作权人ID
	ProducerID *int64 `json:"ProducerID,omitnil,omitempty" name:"ProducerID"`

	// 创作时间
	ProduceTime *string `json:"ProduceTime,omitnil,omitempty" name:"ProduceTime"`

	// 字段已废弃
	SampleContentURL *string `json:"SampleContentURL,omitnil,omitempty" name:"SampleContentURL"`

	// 作品下载地址
	SampleDownloadURL *string `json:"SampleDownloadURL,omitnil,omitempty" name:"SampleDownloadURL"`

	// 作品在线地址
	SamplePublicURL *string `json:"SamplePublicURL,omitnil,omitempty" name:"SamplePublicURL"`

	// 字段已废弃,授予类型
	GrantType *string `json:"GrantType,omitnil,omitempty" name:"GrantType"`

	// 是否监测:0-不监测 1-监测
	IsMonitor *string `json:"IsMonitor,omitnil,omitempty" name:"IsMonitor"`

	// 是否存证:0-不存证  2-存证 注意是2
	IsCert *string `json:"IsCert,omitnil,omitempty" name:"IsCert"`

	// 存证回调地址
	CertUrl *string `json:"CertUrl,omitnil,omitempty" name:"CertUrl"`

	// 监测回调地址
	MonitorUrl *string `json:"MonitorUrl,omitnil,omitempty" name:"MonitorUrl"`

	// 字段已废弃,创作性质
	ProduceType *string `json:"ProduceType,omitnil,omitempty" name:"ProduceType"`

	// 白名单列表
	WhiteLists []*string `json:"WhiteLists,omitnil,omitempty" name:"WhiteLists"`

	// 作品ID,忽略该字段
	WorkId *int64 `json:"WorkId,omitnil,omitempty" name:"WorkId"`

	// 著作权人姓名
	ProducerName *string `json:"ProducerName,omitnil,omitempty" name:"ProducerName"`

	// 作者,小说类型必填
	Nickname *string `json:"Nickname,omitnil,omitempty" name:"Nickname"`

	// 授权书下载地址
	Authorization *string `json:"Authorization,omitnil,omitempty" name:"Authorization"`

	// 授权书开始时间
	AuthorizationStartTime *string `json:"AuthorizationStartTime,omitnil,omitempty" name:"AuthorizationStartTime"`

	// 授权书结束时间
	AuthorizationEndTime *string `json:"AuthorizationEndTime,omitnil,omitempty" name:"AuthorizationEndTime"`

	// 内容格式,支持txt、doc等,表示Content的具体格式
	ContentType *string `json:"ContentType,omitnil,omitempty" name:"ContentType"`

	// 文件内容base64编码,该字段仅在无法提供下载链接时使用
	Content *string `json:"Content,omitnil,omitempty" name:"Content"`

	// 监测结束时间
	MonitorEndTime *string `json:"MonitorEndTime,omitnil,omitempty" name:"MonitorEndTime"`

	// 申请人ID,用于存证和取证
	ApplierId *string `json:"ApplierId,omitnil,omitempty" name:"ApplierId"`

	// 申请人姓名,用于存证和取证
	ApplierName *string `json:"ApplierName,omitnil,omitempty" name:"ApplierName"`

	// 是否自动续期
	IsAutoRenew *string `json:"IsAutoRenew,omitnil,omitempty" name:"IsAutoRenew"`
}

Predefined struct for user

type CreateCRWorkResponse added in v1.0.452

type CreateCRWorkResponse struct {
	*tchttp.BaseResponse
	Response *CreateCRWorkResponseParams `json:"Response"`
}

func NewCreateCRWorkResponse added in v1.0.452

func NewCreateCRWorkResponse() (response *CreateCRWorkResponse)

func (*CreateCRWorkResponse) FromJsonString added in v1.0.452

func (r *CreateCRWorkResponse) FromJsonString(s string) error

FromJsonString It is highly **NOT** recommended to use this function because it has no param check, nor strict type check

func (*CreateCRWorkResponse) ToJsonString added in v1.0.452

func (r *CreateCRWorkResponse) ToJsonString() string

type CreateCRWorkResponseParams added in v1.0.452

type CreateCRWorkResponseParams struct {
	// 作品ID,一个作品对应唯一的workid
	WorkId *int64 `json:"WorkId,omitnil,omitempty" name:"WorkId"`

	// 存证ID,忽略该字段
	EvidenceId *int64 `json:"EvidenceId,omitnil,omitempty" name:"EvidenceId"`

	// 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
	RequestId *string `json:"RequestId,omitnil,omitempty" name:"RequestId"`
}

Predefined struct for user

type DescribeBPCompanyInfoRequest added in v1.0.457

type DescribeBPCompanyInfoRequest struct {
	*tchttp.BaseRequest
}

func NewDescribeBPCompanyInfoRequest added in v1.0.457

func NewDescribeBPCompanyInfoRequest() (request *DescribeBPCompanyInfoRequest)

func (*DescribeBPCompanyInfoRequest) FromJsonString added in v1.0.457

func (r *DescribeBPCompanyInfoRequest) FromJsonString(s string) error

FromJsonString It is highly **NOT** recommended to use this function because it has no param check, nor strict type check

func (*DescribeBPCompanyInfoRequest) ToJsonString added in v1.0.457

func (r *DescribeBPCompanyInfoRequest) ToJsonString() string

type DescribeBPCompanyInfoRequestParams added in v1.0.457

type DescribeBPCompanyInfoRequestParams struct {
}

Predefined struct for user

type DescribeBPCompanyInfoResponse added in v1.0.457

type DescribeBPCompanyInfoResponse struct {
	*tchttp.BaseResponse
	Response *DescribeBPCompanyInfoResponseParams `json:"Response"`
}

func NewDescribeBPCompanyInfoResponse added in v1.0.457

func NewDescribeBPCompanyInfoResponse() (response *DescribeBPCompanyInfoResponse)

func (*DescribeBPCompanyInfoResponse) FromJsonString added in v1.0.457

func (r *DescribeBPCompanyInfoResponse) FromJsonString(s string) error

FromJsonString It is highly **NOT** recommended to use this function because it has no param check, nor strict type check

func (*DescribeBPCompanyInfoResponse) ToJsonString added in v1.0.457

func (r *DescribeBPCompanyInfoResponse) ToJsonString() string

type DescribeBPCompanyInfoResponseParams added in v1.0.457

type DescribeBPCompanyInfoResponseParams struct {
	// 企业名称
	CompanyName *string `json:"CompanyName,omitnil,omitempty" name:"CompanyName"`

	// 电话号码
	Phone *string `json:"Phone,omitnil,omitempty" name:"Phone"`

	// 营业执照
	LicenseName *string `json:"LicenseName,omitnil,omitempty" name:"LicenseName"`

	// 营业执照审核状态 1-审核中 2-审核未通过,3、审核通过
	LicenseStatus *int64 `json:"LicenseStatus,omitnil,omitempty" name:"LicenseStatus"`

	// 营业执照备注
	LicenseNote *string `json:"LicenseNote,omitnil,omitempty" name:"LicenseNote"`

	// 授权书
	AuthorizationName *string `json:"AuthorizationName,omitnil,omitempty" name:"AuthorizationName"`

	// 授权书审核状态
	AuthorizationStatus *int64 `json:"AuthorizationStatus,omitnil,omitempty" name:"AuthorizationStatus"`

	// 授权书备注
	AuthorizationNote *string `json:"AuthorizationNote,omitnil,omitempty" name:"AuthorizationNote"`

	// 品牌信息
	BrandDatas []*BrandData `json:"BrandDatas,omitnil,omitempty" name:"BrandDatas"`

	// 企业ID
	CompanyId *int64 `json:"CompanyId,omitnil,omitempty" name:"CompanyId"`

	// 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
	RequestId *string `json:"RequestId,omitnil,omitempty" name:"RequestId"`
}

Predefined struct for user

type DescribeBPFakeURLsRequest added in v1.0.457

type DescribeBPFakeURLsRequest struct {
	*tchttp.BaseRequest

	// 过滤条件
	Filters []*Filter `json:"Filters,omitnil,omitempty" name:"Filters"`

	// 页数
	PageSize *int64 `json:"PageSize,omitnil,omitempty" name:"PageSize"`

	// 页码
	PageNumber *int64 `json:"PageNumber,omitnil,omitempty" name:"PageNumber"`
}

func NewDescribeBPFakeURLsRequest added in v1.0.457

func NewDescribeBPFakeURLsRequest() (request *DescribeBPFakeURLsRequest)

func (*DescribeBPFakeURLsRequest) FromJsonString added in v1.0.457

func (r *DescribeBPFakeURLsRequest) FromJsonString(s string) error

FromJsonString It is highly **NOT** recommended to use this function because it has no param check, nor strict type check

func (*DescribeBPFakeURLsRequest) ToJsonString added in v1.0.457

func (r *DescribeBPFakeURLsRequest) ToJsonString() string

type DescribeBPFakeURLsRequestParams added in v1.0.457

type DescribeBPFakeURLsRequestParams struct {
	// 过滤条件
	Filters []*Filter `json:"Filters,omitnil,omitempty" name:"Filters"`

	// 页数
	PageSize *int64 `json:"PageSize,omitnil,omitempty" name:"PageSize"`

	// 页码
	PageNumber *int64 `json:"PageNumber,omitnil,omitempty" name:"PageNumber"`
}

Predefined struct for user

type DescribeBPFakeURLsResponse added in v1.0.457

type DescribeBPFakeURLsResponse struct {
	*tchttp.BaseResponse
	Response *DescribeBPFakeURLsResponseParams `json:"Response"`
}

func NewDescribeBPFakeURLsResponse added in v1.0.457

func NewDescribeBPFakeURLsResponse() (response *DescribeBPFakeURLsResponse)

func (*DescribeBPFakeURLsResponse) FromJsonString added in v1.0.457

func (r *DescribeBPFakeURLsResponse) FromJsonString(s string) error

FromJsonString It is highly **NOT** recommended to use this function because it has no param check, nor strict type check

func (*DescribeBPFakeURLsResponse) ToJsonString added in v1.0.457

func (r *DescribeBPFakeURLsResponse) ToJsonString() string

type DescribeBPFakeURLsResponseParams added in v1.0.457

type DescribeBPFakeURLsResponseParams struct {
	// 仿冒网址列表
	FakeURLInfos []*FakeURLInfo `json:"FakeURLInfos,omitnil,omitempty" name:"FakeURLInfos"`

	// 总量
	TotalCount *int64 `json:"TotalCount,omitnil,omitempty" name:"TotalCount"`

	// 导出量
	ExportURL *string `json:"ExportURL,omitnil,omitempty" name:"ExportURL"`

	// 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
	RequestId *string `json:"RequestId,omitnil,omitempty" name:"RequestId"`
}

Predefined struct for user

type DescribeBPProtectURLsRequest added in v1.0.457

type DescribeBPProtectURLsRequest struct {
	*tchttp.BaseRequest

	// 页数
	PageSize *int64 `json:"PageSize,omitnil,omitempty" name:"PageSize"`

	// 页码
	PageNumber *int64 `json:"PageNumber,omitnil,omitempty" name:"PageNumber"`
}

func NewDescribeBPProtectURLsRequest added in v1.0.457

func NewDescribeBPProtectURLsRequest() (request *DescribeBPProtectURLsRequest)

func (*DescribeBPProtectURLsRequest) FromJsonString added in v1.0.457

func (r *DescribeBPProtectURLsRequest) FromJsonString(s string) error

FromJsonString It is highly **NOT** recommended to use this function because it has no param check, nor strict type check

func (*DescribeBPProtectURLsRequest) ToJsonString added in v1.0.457

func (r *DescribeBPProtectURLsRequest) ToJsonString() string

type DescribeBPProtectURLsRequestParams added in v1.0.457

type DescribeBPProtectURLsRequestParams struct {
	// 页数
	PageSize *int64 `json:"PageSize,omitnil,omitempty" name:"PageSize"`

	// 页码
	PageNumber *int64 `json:"PageNumber,omitnil,omitempty" name:"PageNumber"`
}

Predefined struct for user

type DescribeBPProtectURLsResponse added in v1.0.457

type DescribeBPProtectURLsResponse struct {
	*tchttp.BaseResponse
	Response *DescribeBPProtectURLsResponseParams `json:"Response"`
}

func NewDescribeBPProtectURLsResponse added in v1.0.457

func NewDescribeBPProtectURLsResponse() (response *DescribeBPProtectURLsResponse)

func (*DescribeBPProtectURLsResponse) FromJsonString added in v1.0.457

func (r *DescribeBPProtectURLsResponse) FromJsonString(s string) error

FromJsonString It is highly **NOT** recommended to use this function because it has no param check, nor strict type check

func (*DescribeBPProtectURLsResponse) ToJsonString added in v1.0.457

func (r *DescribeBPProtectURLsResponse) ToJsonString() string

type DescribeBPProtectURLsResponseParams added in v1.0.457

type DescribeBPProtectURLsResponseParams struct {
	// 保护网址列表
	ProtectURLInfos []*ProtectURLInfo `json:"ProtectURLInfos,omitnil,omitempty" name:"ProtectURLInfos"`

	// 总量
	TotalCount *int64 `json:"TotalCount,omitnil,omitempty" name:"TotalCount"`

	// 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
	RequestId *string `json:"RequestId,omitnil,omitempty" name:"RequestId"`
}

Predefined struct for user

type DescribeBPReportFakeURLsRequest added in v1.0.457

type DescribeBPReportFakeURLsRequest struct {
	*tchttp.BaseRequest

	// 过滤条件
	Filters []*Filter `json:"Filters,omitnil,omitempty" name:"Filters"`

	// 页数
	PageSize *int64 `json:"PageSize,omitnil,omitempty" name:"PageSize"`

	// 页码
	PageNumber *int64 `json:"PageNumber,omitnil,omitempty" name:"PageNumber"`
}

func NewDescribeBPReportFakeURLsRequest added in v1.0.457

func NewDescribeBPReportFakeURLsRequest() (request *DescribeBPReportFakeURLsRequest)

func (*DescribeBPReportFakeURLsRequest) FromJsonString added in v1.0.457

func (r *DescribeBPReportFakeURLsRequest) FromJsonString(s string) error

FromJsonString It is highly **NOT** recommended to use this function because it has no param check, nor strict type check

func (*DescribeBPReportFakeURLsRequest) ToJsonString added in v1.0.457

func (r *DescribeBPReportFakeURLsRequest) ToJsonString() string

type DescribeBPReportFakeURLsRequestParams added in v1.0.457

type DescribeBPReportFakeURLsRequestParams struct {
	// 过滤条件
	Filters []*Filter `json:"Filters,omitnil,omitempty" name:"Filters"`

	// 页数
	PageSize *int64 `json:"PageSize,omitnil,omitempty" name:"PageSize"`

	// 页码
	PageNumber *int64 `json:"PageNumber,omitnil,omitempty" name:"PageNumber"`
}

Predefined struct for user

type DescribeBPReportFakeURLsResponse added in v1.0.457

type DescribeBPReportFakeURLsResponse struct {
	*tchttp.BaseResponse
	Response *DescribeBPReportFakeURLsResponseParams `json:"Response"`
}

func NewDescribeBPReportFakeURLsResponse added in v1.0.457

func NewDescribeBPReportFakeURLsResponse() (response *DescribeBPReportFakeURLsResponse)

func (*DescribeBPReportFakeURLsResponse) FromJsonString added in v1.0.457

func (r *DescribeBPReportFakeURLsResponse) FromJsonString(s string) error

FromJsonString It is highly **NOT** recommended to use this function because it has no param check, nor strict type check

func (*DescribeBPReportFakeURLsResponse) ToJsonString added in v1.0.457

func (r *DescribeBPReportFakeURLsResponse) ToJsonString() string

type DescribeBPReportFakeURLsResponseParams added in v1.0.457

type DescribeBPReportFakeURLsResponseParams struct {
	// 举报网站列表
	ReportFakeURLInfos []*ReportFakeURLInfo `json:"ReportFakeURLInfos,omitnil,omitempty" name:"ReportFakeURLInfos"`

	// 总量
	TotalCount *int64 `json:"TotalCount,omitnil,omitempty" name:"TotalCount"`

	// 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
	RequestId *string `json:"RequestId,omitnil,omitempty" name:"RequestId"`
}

Predefined struct for user

type DescribeCRMonitorDetailRequest added in v1.0.452

type DescribeCRMonitorDetailRequest struct {
	*tchttp.BaseRequest

	// 作品ID
	WorkId *int64 `json:"WorkId,omitnil,omitempty" name:"WorkId"`

	// 页数
	PageSize *int64 `json:"PageSize,omitnil,omitempty" name:"PageSize"`

	// 页码
	PageNumber *int64 `json:"PageNumber,omitnil,omitempty" name:"PageNumber"`

	// 过滤参数
	Filters []*Filter `json:"Filters,omitnil,omitempty" name:"Filters"`
}

func NewDescribeCRMonitorDetailRequest added in v1.0.452

func NewDescribeCRMonitorDetailRequest() (request *DescribeCRMonitorDetailRequest)

func (*DescribeCRMonitorDetailRequest) FromJsonString added in v1.0.452

func (r *DescribeCRMonitorDetailRequest) FromJsonString(s string) error

FromJsonString It is highly **NOT** recommended to use this function because it has no param check, nor strict type check

func (*DescribeCRMonitorDetailRequest) ToJsonString added in v1.0.452

func (r *DescribeCRMonitorDetailRequest) ToJsonString() string

type DescribeCRMonitorDetailRequestParams added in v1.0.452

type DescribeCRMonitorDetailRequestParams struct {
	// 作品ID
	WorkId *int64 `json:"WorkId,omitnil,omitempty" name:"WorkId"`

	// 页数
	PageSize *int64 `json:"PageSize,omitnil,omitempty" name:"PageSize"`

	// 页码
	PageNumber *int64 `json:"PageNumber,omitnil,omitempty" name:"PageNumber"`

	// 过滤参数
	Filters []*Filter `json:"Filters,omitnil,omitempty" name:"Filters"`
}

Predefined struct for user

type DescribeCRMonitorDetailResponse added in v1.0.452

type DescribeCRMonitorDetailResponse struct {
	*tchttp.BaseResponse
	Response *DescribeCRMonitorDetailResponseParams `json:"Response"`
}

func NewDescribeCRMonitorDetailResponse added in v1.0.452

func NewDescribeCRMonitorDetailResponse() (response *DescribeCRMonitorDetailResponse)

func (*DescribeCRMonitorDetailResponse) FromJsonString added in v1.0.452

func (r *DescribeCRMonitorDetailResponse) FromJsonString(s string) error

FromJsonString It is highly **NOT** recommended to use this function because it has no param check, nor strict type check

func (*DescribeCRMonitorDetailResponse) ToJsonString added in v1.0.452

func (r *DescribeCRMonitorDetailResponse) ToJsonString() string

type DescribeCRMonitorDetailResponseParams added in v1.0.452

type DescribeCRMonitorDetailResponseParams struct {
	// 侵权数组
	Torts []*MonitorTort `json:"Torts,omitnil,omitempty" name:"Torts"`

	// 总记录数
	TotalCount *int64 `json:"TotalCount,omitnil,omitempty" name:"TotalCount"`

	// 监测状态
	MonitorStatus *int64 `json:"MonitorStatus,omitnil,omitempty" name:"MonitorStatus"`

	// 导出地址
	ExportURL *string `json:"ExportURL,omitnil,omitempty" name:"ExportURL"`

	// 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
	RequestId *string `json:"RequestId,omitnil,omitempty" name:"RequestId"`
}

Predefined struct for user

type DescribeCRMonitorsRequest added in v1.0.452

type DescribeCRMonitorsRequest struct {
	*tchttp.BaseRequest

	// 过滤条件
	Filters []*Filter `json:"Filters,omitnil,omitempty" name:"Filters"`

	// 页数
	PageSize *int64 `json:"PageSize,omitnil,omitempty" name:"PageSize"`

	// 页码
	PageNumber *int64 `json:"PageNumber,omitnil,omitempty" name:"PageNumber"`
}

func NewDescribeCRMonitorsRequest added in v1.0.452

func NewDescribeCRMonitorsRequest() (request *DescribeCRMonitorsRequest)

func (*DescribeCRMonitorsRequest) FromJsonString added in v1.0.452

func (r *DescribeCRMonitorsRequest) FromJsonString(s string) error

FromJsonString It is highly **NOT** recommended to use this function because it has no param check, nor strict type check

func (*DescribeCRMonitorsRequest) ToJsonString added in v1.0.452

func (r *DescribeCRMonitorsRequest) ToJsonString() string

type DescribeCRMonitorsRequestParams added in v1.0.452

type DescribeCRMonitorsRequestParams struct {
	// 过滤条件
	Filters []*Filter `json:"Filters,omitnil,omitempty" name:"Filters"`

	// 页数
	PageSize *int64 `json:"PageSize,omitnil,omitempty" name:"PageSize"`

	// 页码
	PageNumber *int64 `json:"PageNumber,omitnil,omitempty" name:"PageNumber"`
}

Predefined struct for user

type DescribeCRMonitorsResponse added in v1.0.452

type DescribeCRMonitorsResponse struct {
	*tchttp.BaseResponse
	Response *DescribeCRMonitorsResponseParams `json:"Response"`
}

func NewDescribeCRMonitorsResponse added in v1.0.452

func NewDescribeCRMonitorsResponse() (response *DescribeCRMonitorsResponse)

func (*DescribeCRMonitorsResponse) FromJsonString added in v1.0.452

func (r *DescribeCRMonitorsResponse) FromJsonString(s string) error

FromJsonString It is highly **NOT** recommended to use this function because it has no param check, nor strict type check

func (*DescribeCRMonitorsResponse) ToJsonString added in v1.0.452

func (r *DescribeCRMonitorsResponse) ToJsonString() string

type DescribeCRMonitorsResponseParams added in v1.0.452

type DescribeCRMonitorsResponseParams struct {
	// 监测结果
	Monitors []*Monitor `json:"Monitors,omitnil,omitempty" name:"Monitors"`

	// 记录总条数
	TotalCount *int64 `json:"TotalCount,omitnil,omitempty" name:"TotalCount"`

	// 导出地址
	ExportURL *string `json:"ExportURL,omitnil,omitempty" name:"ExportURL"`

	// 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
	RequestId *string `json:"RequestId,omitnil,omitempty" name:"RequestId"`
}

Predefined struct for user

type DescribeCRObtainDetailRequest added in v1.0.517

type DescribeCRObtainDetailRequest struct {
	*tchttp.BaseRequest

	// 侵权ID
	TortId *int64 `json:"TortId,omitnil,omitempty" name:"TortId"`
}

func NewDescribeCRObtainDetailRequest added in v1.0.517

func NewDescribeCRObtainDetailRequest() (request *DescribeCRObtainDetailRequest)

func (*DescribeCRObtainDetailRequest) FromJsonString added in v1.0.517

func (r *DescribeCRObtainDetailRequest) FromJsonString(s string) error

FromJsonString It is highly **NOT** recommended to use this function because it has no param check, nor strict type check

func (*DescribeCRObtainDetailRequest) ToJsonString added in v1.0.517

func (r *DescribeCRObtainDetailRequest) ToJsonString() string

type DescribeCRObtainDetailRequestParams added in v1.0.517

type DescribeCRObtainDetailRequestParams struct {
	// 侵权ID
	TortId *int64 `json:"TortId,omitnil,omitempty" name:"TortId"`
}

Predefined struct for user

type DescribeCRObtainDetailResponse added in v1.0.517

type DescribeCRObtainDetailResponse struct {
	*tchttp.BaseResponse
	Response *DescribeCRObtainDetailResponseParams `json:"Response"`
}

func NewDescribeCRObtainDetailResponse added in v1.0.517

func NewDescribeCRObtainDetailResponse() (response *DescribeCRObtainDetailResponse)

func (*DescribeCRObtainDetailResponse) FromJsonString added in v1.0.517

func (r *DescribeCRObtainDetailResponse) FromJsonString(s string) error

FromJsonString It is highly **NOT** recommended to use this function because it has no param check, nor strict type check

func (*DescribeCRObtainDetailResponse) ToJsonString added in v1.0.517

func (r *DescribeCRObtainDetailResponse) ToJsonString() string

type DescribeCRObtainDetailResponseParams added in v1.0.517

type DescribeCRObtainDetailResponseParams struct {
	// 作品名称
	WorkName *string `json:"WorkName,omitnil,omitempty" name:"WorkName"`

	// 侵权链接
	TortURL *string `json:"TortURL,omitnil,omitempty" name:"TortURL"`

	// 取证时间
	ObtainTime *string `json:"ObtainTime,omitnil,omitempty" name:"ObtainTime"`

	// 取证类型
	ObtainType *string `json:"ObtainType,omitnil,omitempty" name:"ObtainType"`

	// 取证号
	ObtainNum *string `json:"ObtainNum,omitnil,omitempty" name:"ObtainNum"`

	// 证据地址
	DepositFile *string `json:"DepositFile,omitnil,omitempty" name:"DepositFile"`

	// 公证信息地址
	DepositCert *string `json:"DepositCert,omitnil,omitempty" name:"DepositCert"`

	// 内容类型
	WorkType *string `json:"WorkType,omitnil,omitempty" name:"WorkType"`

	// 作品类型
	WorkCategory *string `json:"WorkCategory,omitnil,omitempty" name:"WorkCategory"`

	// 侵权ID
	TortId *int64 `json:"TortId,omitnil,omitempty" name:"TortId"`

	// 侵权编号
	TortNum *string `json:"TortNum,omitnil,omitempty" name:"TortNum"`

	// 取证状态
	ObtainStatus *int64 `json:"ObtainStatus,omitnil,omitempty" name:"ObtainStatus"`

	// 取证状态说明
	ObtainNote *string `json:"ObtainNote,omitnil,omitempty" name:"ObtainNote"`

	// 取证时长
	ObtainDuration *string `json:"ObtainDuration,omitnil,omitempty" name:"ObtainDuration"`

	// 取证名称
	ObtainName *string `json:"ObtainName,omitnil,omitempty" name:"ObtainName"`

	// 取证公证信息
	DepositPdfCert *string `json:"DepositPdfCert,omitnil,omitempty" name:"DepositPdfCert"`

	// 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
	RequestId *string `json:"RequestId,omitnil,omitempty" name:"RequestId"`
}

Predefined struct for user

type DescribeCRWorkInfoRequest

type DescribeCRWorkInfoRequest struct {
	*tchttp.BaseRequest

	// 作品ID
	WorkId *int64 `json:"WorkId,omitnil,omitempty" name:"WorkId"`
}

func NewDescribeCRWorkInfoRequest

func NewDescribeCRWorkInfoRequest() (request *DescribeCRWorkInfoRequest)

func (*DescribeCRWorkInfoRequest) FromJsonString

func (r *DescribeCRWorkInfoRequest) FromJsonString(s string) error

FromJsonString It is highly **NOT** recommended to use this function because it has no param check, nor strict type check

func (*DescribeCRWorkInfoRequest) ToJsonString

func (r *DescribeCRWorkInfoRequest) ToJsonString() string

type DescribeCRWorkInfoRequestParams

type DescribeCRWorkInfoRequestParams struct {
	// 作品ID
	WorkId *int64 `json:"WorkId,omitnil,omitempty" name:"WorkId"`
}

Predefined struct for user

type DescribeCRWorkInfoResponse

type DescribeCRWorkInfoResponse struct {
	*tchttp.BaseResponse
	Response *DescribeCRWorkInfoResponseParams `json:"Response"`
}

func NewDescribeCRWorkInfoResponse

func NewDescribeCRWorkInfoResponse() (response *DescribeCRWorkInfoResponse)

func (*DescribeCRWorkInfoResponse) FromJsonString

func (r *DescribeCRWorkInfoResponse) FromJsonString(s string) error

FromJsonString It is highly **NOT** recommended to use this function because it has no param check, nor strict type check

func (*DescribeCRWorkInfoResponse) ToJsonString

func (r *DescribeCRWorkInfoResponse) ToJsonString() string

type DescribeCRWorkInfoResponseParams

type DescribeCRWorkInfoResponseParams struct {
	// 作品名称
	WorkName *string `json:"WorkName,omitnil,omitempty" name:"WorkName"`

	// 监测状态
	MonitorStatus *int64 `json:"MonitorStatus,omitnil,omitempty" name:"MonitorStatus"`

	// 授权文件状态
	AuthStatus *int64 `json:"AuthStatus,omitnil,omitempty" name:"AuthStatus"`

	// 委托书状态
	CommStatus *int64 `json:"CommStatus,omitnil,omitempty" name:"CommStatus"`

	// 是否著作权人
	IsProducer *int64 `json:"IsProducer,omitnil,omitempty" name:"IsProducer"`

	// 存证证书状态
	EvidenceStatus *int64 `json:"EvidenceStatus,omitnil,omitempty" name:"EvidenceStatus"`

	// 作品类型
	WorkCategory *string `json:"WorkCategory,omitnil,omitempty" name:"WorkCategory"`

	// 是否原创
	IsOriginal *string `json:"IsOriginal,omitnil,omitempty" name:"IsOriginal"`

	// 是否已发表
	IsRelease *string `json:"IsRelease,omitnil,omitempty" name:"IsRelease"`

	// 著作权人姓名
	ProducerName *string `json:"ProducerName,omitnil,omitempty" name:"ProducerName"`

	// 发表时间
	ProduceTime *string `json:"ProduceTime,omitnil,omitempty" name:"ProduceTime"`

	// 白名单
	WhiteLists []*string `json:"WhiteLists,omitnil,omitempty" name:"WhiteLists"`

	// 作品描述
	WorkDesc *string `json:"WorkDesc,omitnil,omitempty" name:"WorkDesc"`

	// 授权书
	Authorization *string `json:"Authorization,omitnil,omitempty" name:"Authorization"`

	// 授权书生效日期
	AuthorizationStartTime *string `json:"AuthorizationStartTime,omitnil,omitempty" name:"AuthorizationStartTime"`

	// 授权书截止日期
	AuthorizationEndTime *string `json:"AuthorizationEndTime,omitnil,omitempty" name:"AuthorizationEndTime"`

	// 委托书
	Commission *string `json:"Commission,omitnil,omitempty" name:"Commission"`

	// 委托书生效日期
	CommissionStartTime *string `json:"CommissionStartTime,omitnil,omitempty" name:"CommissionStartTime"`

	// 委托书截止日期
	CommissionEndTime *string `json:"CommissionEndTime,omitnil,omitempty" name:"CommissionEndTime"`

	// 存证证书
	EvidenceUrl *string `json:"EvidenceUrl,omitnil,omitempty" name:"EvidenceUrl"`

	// 存证证书生效日期
	EvidenceStartTime *string `json:"EvidenceStartTime,omitnil,omitempty" name:"EvidenceStartTime"`

	// 存证证书截止日期
	EvidenceEndTime *string `json:"EvidenceEndTime,omitnil,omitempty" name:"EvidenceEndTime"`

	// 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
	RequestId *string `json:"RequestId,omitnil,omitempty" name:"RequestId"`
}

Predefined struct for user

type FakeURLInfo added in v1.0.457

type FakeURLInfo struct {
	// 仿冒网址ID
	FakeURLId *int64 `json:"FakeURLId,omitnil,omitempty" name:"FakeURLId"`

	// 保护网站
	ProtectWeb *string `json:"ProtectWeb,omitnil,omitempty" name:"ProtectWeb"`

	// 检测时间
	DetectTime *string `json:"DetectTime,omitnil,omitempty" name:"DetectTime"`

	// 仿冒网址
	FakeURL *string `json:"FakeURL,omitnil,omitempty" name:"FakeURL"`

	// 截图
	Snapshot *string `json:"Snapshot,omitnil,omitempty" name:"Snapshot"`

	// IP地址
	IP *string `json:"IP,omitnil,omitempty" name:"IP"`

	// IP地理位置
	IPLoc *string `json:"IPLoc,omitnil,omitempty" name:"IPLoc"`

	// 热度
	Heat *int64 `json:"Heat,omitnil,omitempty" name:"Heat"`

	// 网址状态
	Status *int64 `json:"Status,omitnil,omitempty" name:"Status"`

	// 备注
	Note *string `json:"Note,omitnil,omitempty" name:"Note"`

	// 仿冒网站所属单位
	FakeURLCompany *string `json:"FakeURLCompany,omitnil,omitempty" name:"FakeURLCompany"`

	// 仿冒网站性质
	FakeURLAttr *string `json:"FakeURLAttr,omitnil,omitempty" name:"FakeURLAttr"`

	// 仿冒网站名称
	FakeURLName *string `json:"FakeURLName,omitnil,omitempty" name:"FakeURLName"`

	// 仿冒网站备案号
	FakeURLICP *string `json:"FakeURLICP,omitnil,omitempty" name:"FakeURLICP"`

	// 仿冒网站创建时间
	FakeURLCreateTime *string `json:"FakeURLCreateTime,omitnil,omitempty" name:"FakeURLCreateTime"`

	// 仿冒网站过期时间
	FakeURLExpireTime *string `json:"FakeURLExpireTime,omitnil,omitempty" name:"FakeURLExpireTime"`
}

type File added in v1.0.491

type File struct {
	// 文件下载地址
	FileUrl *string `json:"FileUrl,omitnil,omitempty" name:"FileUrl"`

	// 文件类型 1-委托书 2-授权书 5-存证证书 11-营业执照
	FileType *int64 `json:"FileType,omitnil,omitempty" name:"FileType"`

	// 文件有效开始日期
	ValidStartDate *string `json:"ValidStartDate,omitnil,omitempty" name:"ValidStartDate"`

	// 文件有效截止日期
	ValidEndDate *string `json:"ValidEndDate,omitnil,omitempty" name:"ValidEndDate"`
}

type Filter added in v1.0.452

type Filter struct {
}

type ModifyBPOfflineAttachmentRequest added in v1.0.457

type ModifyBPOfflineAttachmentRequest struct {
	*tchttp.BaseRequest

	// 营业执照
	LicenseName *string `json:"LicenseName,omitnil,omitempty" name:"LicenseName"`

	// 授权书
	AuthorizationName *string `json:"AuthorizationName,omitnil,omitempty" name:"AuthorizationName"`

	// 商标名称
	BrandName *string `json:"BrandName,omitnil,omitempty" name:"BrandName"`

	// 商标证明
	BrandCertificateName *string `json:"BrandCertificateName,omitnil,omitempty" name:"BrandCertificateName"`

	// 商标转让证明
	TransferName *string `json:"TransferName,omitnil,omitempty" name:"TransferName"`
}

func NewModifyBPOfflineAttachmentRequest added in v1.0.457

func NewModifyBPOfflineAttachmentRequest() (request *ModifyBPOfflineAttachmentRequest)

func (*ModifyBPOfflineAttachmentRequest) FromJsonString added in v1.0.457

func (r *ModifyBPOfflineAttachmentRequest) FromJsonString(s string) error

FromJsonString It is highly **NOT** recommended to use this function because it has no param check, nor strict type check

func (*ModifyBPOfflineAttachmentRequest) ToJsonString added in v1.0.457

func (r *ModifyBPOfflineAttachmentRequest) ToJsonString() string

type ModifyBPOfflineAttachmentRequestParams added in v1.0.457

type ModifyBPOfflineAttachmentRequestParams struct {
	// 营业执照
	LicenseName *string `json:"LicenseName,omitnil,omitempty" name:"LicenseName"`

	// 授权书
	AuthorizationName *string `json:"AuthorizationName,omitnil,omitempty" name:"AuthorizationName"`

	// 商标名称
	BrandName *string `json:"BrandName,omitnil,omitempty" name:"BrandName"`

	// 商标证明
	BrandCertificateName *string `json:"BrandCertificateName,omitnil,omitempty" name:"BrandCertificateName"`

	// 商标转让证明
	TransferName *string `json:"TransferName,omitnil,omitempty" name:"TransferName"`
}

Predefined struct for user

type ModifyBPOfflineAttachmentResponse added in v1.0.457

type ModifyBPOfflineAttachmentResponse struct {
	*tchttp.BaseResponse
	Response *ModifyBPOfflineAttachmentResponseParams `json:"Response"`
}

func NewModifyBPOfflineAttachmentResponse added in v1.0.457

func NewModifyBPOfflineAttachmentResponse() (response *ModifyBPOfflineAttachmentResponse)

func (*ModifyBPOfflineAttachmentResponse) FromJsonString added in v1.0.457

func (r *ModifyBPOfflineAttachmentResponse) FromJsonString(s string) error

FromJsonString It is highly **NOT** recommended to use this function because it has no param check, nor strict type check

func (*ModifyBPOfflineAttachmentResponse) ToJsonString added in v1.0.457

func (r *ModifyBPOfflineAttachmentResponse) ToJsonString() string

type ModifyBPOfflineAttachmentResponseParams added in v1.0.457

type ModifyBPOfflineAttachmentResponseParams struct {
	// 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
	RequestId *string `json:"RequestId,omitnil,omitempty" name:"RequestId"`
}

Predefined struct for user

type ModifyCRBlockStatusRequest added in v1.0.452

type ModifyCRBlockStatusRequest struct {
	*tchttp.BaseRequest

	// 侵权ID
	TortId *int64 `json:"TortId,omitnil,omitempty" name:"TortId"`

	// 拦截结果回调地址
	BlockUrl *string `json:"BlockUrl,omitnil,omitempty" name:"BlockUrl"`
}

func NewModifyCRBlockStatusRequest added in v1.0.452

func NewModifyCRBlockStatusRequest() (request *ModifyCRBlockStatusRequest)

func (*ModifyCRBlockStatusRequest) FromJsonString added in v1.0.452

func (r *ModifyCRBlockStatusRequest) FromJsonString(s string) error

FromJsonString It is highly **NOT** recommended to use this function because it has no param check, nor strict type check

func (*ModifyCRBlockStatusRequest) ToJsonString added in v1.0.452

func (r *ModifyCRBlockStatusRequest) ToJsonString() string

type ModifyCRBlockStatusRequestParams added in v1.0.452

type ModifyCRBlockStatusRequestParams struct {
	// 侵权ID
	TortId *int64 `json:"TortId,omitnil,omitempty" name:"TortId"`

	// 拦截结果回调地址
	BlockUrl *string `json:"BlockUrl,omitnil,omitempty" name:"BlockUrl"`
}

Predefined struct for user

type ModifyCRBlockStatusResponse added in v1.0.452

type ModifyCRBlockStatusResponse struct {
	*tchttp.BaseResponse
	Response *ModifyCRBlockStatusResponseParams `json:"Response"`
}

func NewModifyCRBlockStatusResponse added in v1.0.452

func NewModifyCRBlockStatusResponse() (response *ModifyCRBlockStatusResponse)

func (*ModifyCRBlockStatusResponse) FromJsonString added in v1.0.452

func (r *ModifyCRBlockStatusResponse) FromJsonString(s string) error

FromJsonString It is highly **NOT** recommended to use this function because it has no param check, nor strict type check

func (*ModifyCRBlockStatusResponse) ToJsonString added in v1.0.452

func (r *ModifyCRBlockStatusResponse) ToJsonString() string

type ModifyCRBlockStatusResponseParams added in v1.0.452

type ModifyCRBlockStatusResponseParams struct {
	// 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
	RequestId *string `json:"RequestId,omitnil,omitempty" name:"RequestId"`
}

Predefined struct for user

type ModifyCRMonitorRequest added in v1.0.452

type ModifyCRMonitorRequest struct {
	*tchttp.BaseRequest

	// 作品ID
	WorkId *int64 `json:"WorkId,omitnil,omitempty" name:"WorkId"`

	// 监测状态:1-开启监测 2-关闭监测
	MonitorStatus *string `json:"MonitorStatus,omitnil,omitempty" name:"MonitorStatus"`

	// 监测截止时间
	MonitorEnd *string `json:"MonitorEnd,omitnil,omitempty" name:"MonitorEnd"`
}

func NewModifyCRMonitorRequest added in v1.0.452

func NewModifyCRMonitorRequest() (request *ModifyCRMonitorRequest)

func (*ModifyCRMonitorRequest) FromJsonString added in v1.0.452

func (r *ModifyCRMonitorRequest) FromJsonString(s string) error

FromJsonString It is highly **NOT** recommended to use this function because it has no param check, nor strict type check

func (*ModifyCRMonitorRequest) ToJsonString added in v1.0.452

func (r *ModifyCRMonitorRequest) ToJsonString() string

type ModifyCRMonitorRequestParams added in v1.0.452

type ModifyCRMonitorRequestParams struct {
	// 作品ID
	WorkId *int64 `json:"WorkId,omitnil,omitempty" name:"WorkId"`

	// 监测状态:1-开启监测 2-关闭监测
	MonitorStatus *string `json:"MonitorStatus,omitnil,omitempty" name:"MonitorStatus"`

	// 监测截止时间
	MonitorEnd *string `json:"MonitorEnd,omitnil,omitempty" name:"MonitorEnd"`
}

Predefined struct for user

type ModifyCRMonitorResponse added in v1.0.452

type ModifyCRMonitorResponse struct {
	*tchttp.BaseResponse
	Response *ModifyCRMonitorResponseParams `json:"Response"`
}

func NewModifyCRMonitorResponse added in v1.0.452

func NewModifyCRMonitorResponse() (response *ModifyCRMonitorResponse)

func (*ModifyCRMonitorResponse) FromJsonString added in v1.0.452

func (r *ModifyCRMonitorResponse) FromJsonString(s string) error

FromJsonString It is highly **NOT** recommended to use this function because it has no param check, nor strict type check

func (*ModifyCRMonitorResponse) ToJsonString added in v1.0.452

func (r *ModifyCRMonitorResponse) ToJsonString() string

type ModifyCRMonitorResponseParams added in v1.0.452

type ModifyCRMonitorResponseParams struct {
	// 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
	RequestId *string `json:"RequestId,omitnil,omitempty" name:"RequestId"`
}

Predefined struct for user

type ModifyCRObtainStatusRequest added in v1.0.452

type ModifyCRObtainStatusRequest struct {
	*tchttp.BaseRequest

	// 侵权ID
	TortId *int64 `json:"TortId,omitnil,omitempty" name:"TortId"`

	// 取证类型:1-网页取证 2-过程取证(暂不提供)
	ObtainType *int64 `json:"ObtainType,omitnil,omitempty" name:"ObtainType"`

	// 过程取证的取证时长,单位分钟,范围0-120
	ObtainDuration *int64 `json:"ObtainDuration,omitnil,omitempty" name:"ObtainDuration"`

	// 取证结果回调地址
	ObtainUrl *string `json:"ObtainUrl,omitnil,omitempty" name:"ObtainUrl"`
}

func NewModifyCRObtainStatusRequest added in v1.0.452

func NewModifyCRObtainStatusRequest() (request *ModifyCRObtainStatusRequest)

func (*ModifyCRObtainStatusRequest) FromJsonString added in v1.0.452

func (r *ModifyCRObtainStatusRequest) FromJsonString(s string) error

FromJsonString It is highly **NOT** recommended to use this function because it has no param check, nor strict type check

func (*ModifyCRObtainStatusRequest) ToJsonString added in v1.0.452

func (r *ModifyCRObtainStatusRequest) ToJsonString() string

type ModifyCRObtainStatusRequestParams added in v1.0.452

type ModifyCRObtainStatusRequestParams struct {
	// 侵权ID
	TortId *int64 `json:"TortId,omitnil,omitempty" name:"TortId"`

	// 取证类型:1-网页取证 2-过程取证(暂不提供)
	ObtainType *int64 `json:"ObtainType,omitnil,omitempty" name:"ObtainType"`

	// 过程取证的取证时长,单位分钟,范围0-120
	ObtainDuration *int64 `json:"ObtainDuration,omitnil,omitempty" name:"ObtainDuration"`

	// 取证结果回调地址
	ObtainUrl *string `json:"ObtainUrl,omitnil,omitempty" name:"ObtainUrl"`
}

Predefined struct for user

type ModifyCRObtainStatusResponse added in v1.0.452

type ModifyCRObtainStatusResponse struct {
	*tchttp.BaseResponse
	Response *ModifyCRObtainStatusResponseParams `json:"Response"`
}

func NewModifyCRObtainStatusResponse added in v1.0.452

func NewModifyCRObtainStatusResponse() (response *ModifyCRObtainStatusResponse)

func (*ModifyCRObtainStatusResponse) FromJsonString added in v1.0.452

func (r *ModifyCRObtainStatusResponse) FromJsonString(s string) error

FromJsonString It is highly **NOT** recommended to use this function because it has no param check, nor strict type check

func (*ModifyCRObtainStatusResponse) ToJsonString added in v1.0.452

func (r *ModifyCRObtainStatusResponse) ToJsonString() string

type ModifyCRObtainStatusResponseParams added in v1.0.452

type ModifyCRObtainStatusResponseParams struct {
	// 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
	RequestId *string `json:"RequestId,omitnil,omitempty" name:"RequestId"`
}

Predefined struct for user

type ModifyCRRightStatusRequest added in v1.0.452

type ModifyCRRightStatusRequest struct {
	*tchttp.BaseRequest

	// 侵权ID
	TortId *int64 `json:"TortId,omitnil,omitempty" name:"TortId"`

	// 发函结果回调地址
	RightUrl *string `json:"RightUrl,omitnil,omitempty" name:"RightUrl"`
}

func NewModifyCRRightStatusRequest added in v1.0.452

func NewModifyCRRightStatusRequest() (request *ModifyCRRightStatusRequest)

func (*ModifyCRRightStatusRequest) FromJsonString added in v1.0.452

func (r *ModifyCRRightStatusRequest) FromJsonString(s string) error

FromJsonString It is highly **NOT** recommended to use this function because it has no param check, nor strict type check

func (*ModifyCRRightStatusRequest) ToJsonString added in v1.0.452

func (r *ModifyCRRightStatusRequest) ToJsonString() string

type ModifyCRRightStatusRequestParams added in v1.0.452

type ModifyCRRightStatusRequestParams struct {
	// 侵权ID
	TortId *int64 `json:"TortId,omitnil,omitempty" name:"TortId"`

	// 发函结果回调地址
	RightUrl *string `json:"RightUrl,omitnil,omitempty" name:"RightUrl"`
}

Predefined struct for user

type ModifyCRRightStatusResponse added in v1.0.452

type ModifyCRRightStatusResponse struct {
	*tchttp.BaseResponse
	Response *ModifyCRRightStatusResponseParams `json:"Response"`
}

func NewModifyCRRightStatusResponse added in v1.0.452

func NewModifyCRRightStatusResponse() (response *ModifyCRRightStatusResponse)

func (*ModifyCRRightStatusResponse) FromJsonString added in v1.0.452

func (r *ModifyCRRightStatusResponse) FromJsonString(s string) error

FromJsonString It is highly **NOT** recommended to use this function because it has no param check, nor strict type check

func (*ModifyCRRightStatusResponse) ToJsonString added in v1.0.452

func (r *ModifyCRRightStatusResponse) ToJsonString() string

type ModifyCRRightStatusResponseParams added in v1.0.452

type ModifyCRRightStatusResponseParams struct {
	// 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
	RequestId *string `json:"RequestId,omitnil,omitempty" name:"RequestId"`
}

Predefined struct for user

type ModifyCRWhiteListRequest added in v1.0.491

type ModifyCRWhiteListRequest struct {
	*tchttp.BaseRequest

	// 该字段已废弃,白名单ID
	WhiteListId *int64 `json:"WhiteListId,omitnil,omitempty" name:"WhiteListId"`

	// 该字段已废弃,平台名称
	PlatForm *string `json:"PlatForm,omitnil,omitempty" name:"PlatForm"`

	// 该字段已废弃,平台站点链接
	PlatUrl *string `json:"PlatUrl,omitnil,omitempty" name:"PlatUrl"`

	// 该字段已废弃,作者ID
	AuthorId *string `json:"AuthorId,omitnil,omitempty" name:"AuthorId"`

	// 该字段已废弃,作品ID
	WorksId *int64 `json:"WorksId,omitnil,omitempty" name:"WorksId"`

	// 作品ID
	WorkId *int64 `json:"WorkId,omitnil,omitempty" name:"WorkId"`

	// 白名单列表,以\n分割
	WhiteSites *string `json:"WhiteSites,omitnil,omitempty" name:"WhiteSites"`
}

func NewModifyCRWhiteListRequest added in v1.0.491

func NewModifyCRWhiteListRequest() (request *ModifyCRWhiteListRequest)

func (*ModifyCRWhiteListRequest) FromJsonString added in v1.0.491

func (r *ModifyCRWhiteListRequest) FromJsonString(s string) error

FromJsonString It is highly **NOT** recommended to use this function because it has no param check, nor strict type check

func (*ModifyCRWhiteListRequest) ToJsonString added in v1.0.491

func (r *ModifyCRWhiteListRequest) ToJsonString() string

type ModifyCRWhiteListRequestParams added in v1.0.491

type ModifyCRWhiteListRequestParams struct {
	// 该字段已废弃,白名单ID
	WhiteListId *int64 `json:"WhiteListId,omitnil,omitempty" name:"WhiteListId"`

	// 该字段已废弃,平台名称
	PlatForm *string `json:"PlatForm,omitnil,omitempty" name:"PlatForm"`

	// 该字段已废弃,平台站点链接
	PlatUrl *string `json:"PlatUrl,omitnil,omitempty" name:"PlatUrl"`

	// 该字段已废弃,作者ID
	AuthorId *string `json:"AuthorId,omitnil,omitempty" name:"AuthorId"`

	// 该字段已废弃,作品ID
	WorksId *int64 `json:"WorksId,omitnil,omitempty" name:"WorksId"`

	// 作品ID
	WorkId *int64 `json:"WorkId,omitnil,omitempty" name:"WorkId"`

	// 白名单列表,以\n分割
	WhiteSites *string `json:"WhiteSites,omitnil,omitempty" name:"WhiteSites"`
}

Predefined struct for user

type ModifyCRWhiteListResponse added in v1.0.491

type ModifyCRWhiteListResponse struct {
	*tchttp.BaseResponse
	Response *ModifyCRWhiteListResponseParams `json:"Response"`
}

func NewModifyCRWhiteListResponse added in v1.0.491

func NewModifyCRWhiteListResponse() (response *ModifyCRWhiteListResponse)

func (*ModifyCRWhiteListResponse) FromJsonString added in v1.0.491

func (r *ModifyCRWhiteListResponse) FromJsonString(s string) error

FromJsonString It is highly **NOT** recommended to use this function because it has no param check, nor strict type check

func (*ModifyCRWhiteListResponse) ToJsonString added in v1.0.491

func (r *ModifyCRWhiteListResponse) ToJsonString() string

type ModifyCRWhiteListResponseParams added in v1.0.491

type ModifyCRWhiteListResponseParams struct {
	// 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
	RequestId *string `json:"RequestId,omitnil,omitempty" name:"RequestId"`
}

Predefined struct for user

type Monitor added in v1.0.452

type Monitor struct {
	// 作品ID
	WorkId *int64 `json:"WorkId,omitnil,omitempty" name:"WorkId"`

	// 作品名称
	WorkName *string `json:"WorkName,omitnil,omitempty" name:"WorkName"`

	// 作品内容类型 01-视频 02-音频 03-文本 04-图片
	WorkType *string `json:"WorkType,omitnil,omitempty" name:"WorkType"`

	// 侵权平台数量
	TortPlatNum *int64 `json:"TortPlatNum,omitnil,omitempty" name:"TortPlatNum"`

	// 侵权链接数量
	TortURLNum *int64 `json:"TortURLNum,omitnil,omitempty" name:"TortURLNum"`

	// 监测时间
	MonitorTime *string `json:"MonitorTime,omitnil,omitempty" name:"MonitorTime"`

	// 0-待监测 1-监测中 2-不监测 3-暂停监测
	MonitorStatus *int64 `json:"MonitorStatus,omitnil,omitempty" name:"MonitorStatus"`

	// 作品类型
	WorkCategory *string `json:"WorkCategory,omitnil,omitempty" name:"WorkCategory"`

	// 新增时间
	InsertTime *string `json:"InsertTime,omitnil,omitempty" name:"InsertTime"`

	// 监测状态说明
	MonitorNote *string `json:"MonitorNote,omitnil,omitempty" name:"MonitorNote"`

	// 作品类型全部展示
	WorkCategoryAll *string `json:"WorkCategoryAll,omitnil,omitempty" name:"WorkCategoryAll"`

	// 存证状态
	EvidenceStatus *int64 `json:"EvidenceStatus,omitnil,omitempty" name:"EvidenceStatus"`

	// 存证状态说明
	EvidenceNote *string `json:"EvidenceNote,omitnil,omitempty" name:"EvidenceNote"`

	// 侵权站点数量
	TortSiteNum *int64 `json:"TortSiteNum,omitnil,omitempty" name:"TortSiteNum"`

	// 监测截止时间
	MonitorEndTime *string `json:"MonitorEndTime,omitnil,omitempty" name:"MonitorEndTime"`

	// 是否自动续费
	AutoRenew *int64 `json:"AutoRenew,omitnil,omitempty" name:"AutoRenew"`
}

type MonitorTort added in v1.0.452

type MonitorTort struct {
	// 侵权信息ID
	TortId *int64 `json:"TortId,omitnil,omitempty" name:"TortId"`

	// 侵权标题
	TortTitle *string `json:"TortTitle,omitnil,omitempty" name:"TortTitle"`

	// 侵权平台
	TortPlat *string `json:"TortPlat,omitnil,omitempty" name:"TortPlat"`

	// 侵权链接
	TortURL *string `json:"TortURL,omitnil,omitempty" name:"TortURL"`

	// 侵权链接发布时间
	PubTime *string `json:"PubTime,omitnil,omitempty" name:"PubTime"`

	// 作者
	Author *string `json:"Author,omitnil,omitempty" name:"Author"`

	// 发现时间
	DetectTime *string `json:"DetectTime,omitnil,omitempty" name:"DetectTime"`

	// 取证状态
	ObtainStatus *int64 `json:"ObtainStatus,omitnil,omitempty" name:"ObtainStatus"`

	// 维权状态
	RightStatus *int64 `json:"RightStatus,omitnil,omitempty" name:"RightStatus"`

	// 拦截状态
	BlockStatus *int64 `json:"BlockStatus,omitnil,omitempty" name:"BlockStatus"`

	// 侵权编号
	TortNum *string `json:"TortNum,omitnil,omitempty" name:"TortNum"`

	// 取证状态说明
	ObtainNote *string `json:"ObtainNote,omitnil,omitempty" name:"ObtainNote"`

	// 作品标题
	WorkTitle *string `json:"WorkTitle,omitnil,omitempty" name:"WorkTitle"`

	// 侵权站点
	TortSite *string `json:"TortSite,omitnil,omitempty" name:"TortSite"`

	// ICP备案信息
	ICP *string `json:"ICP,omitnil,omitempty" name:"ICP"`

	// 维权状态说明
	RightNote *string `json:"RightNote,omitnil,omitempty" name:"RightNote"`

	// 取证类型
	ObtainType *int64 `json:"ObtainType,omitnil,omitempty" name:"ObtainType"`

	// 拦截状态说明
	BlockNote *string `json:"BlockNote,omitnil,omitempty" name:"BlockNote"`

	// 作品ID
	WorkId *int64 `json:"WorkId,omitnil,omitempty" name:"WorkId"`

	// 作品名称
	WorkName *string `json:"WorkName,omitnil,omitempty" name:"WorkName"`

	// 授权书状态
	AuthStatus *int64 `json:"AuthStatus,omitnil,omitempty" name:"AuthStatus"`

	// 委托书状态
	CommStatus *int64 `json:"CommStatus,omitnil,omitempty" name:"CommStatus"`

	// 存证证书状态
	EvidenceStatus *int64 `json:"EvidenceStatus,omitnil,omitempty" name:"EvidenceStatus"`

	// 是否著作权人
	IsProducer *int64 `json:"IsProducer,omitnil,omitempty" name:"IsProducer"`

	// 是否境外网址
	IsOverseas *int64 `json:"IsOverseas,omitnil,omitempty" name:"IsOverseas"`

	// ip地理位置
	IPLoc *string `json:"IPLoc,omitnil,omitempty" name:"IPLoc"`
}

type ProtectURLInfo added in v1.0.457

type ProtectURLInfo struct {
	// 保护网站ID
	ProtectURLId *int64 `json:"ProtectURLId,omitnil,omitempty" name:"ProtectURLId"`

	// 保护网站
	ProtectURL *string `json:"ProtectURL,omitnil,omitempty" name:"ProtectURL"`

	// 保护网站名称
	ProtectWeb *string `json:"ProtectWeb,omitnil,omitempty" name:"ProtectWeb"`

	// 保护网站审核状态 1-审核中 2-审核不通过 3-审核通过
	ProtectURLStatus *int64 `json:"ProtectURLStatus,omitnil,omitempty" name:"ProtectURLStatus"`

	// 网站审核不通过原因
	ProtectURLNote *string `json:"ProtectURLNote,omitnil,omitempty" name:"ProtectURLNote"`

	// 创建时间
	CreateTime *string `json:"CreateTime,omitnil,omitempty" name:"CreateTime"`
}

type ReportFakeURLInfo added in v1.0.457

type ReportFakeURLInfo struct {
	// 仿冒网址ID
	FakeURLId *int64 `json:"FakeURLId,omitnil,omitempty" name:"FakeURLId"`

	// 检测时间
	DetectTime *string `json:"DetectTime,omitnil,omitempty" name:"DetectTime"`

	// 保护网站
	ProtectURL *string `json:"ProtectURL,omitnil,omitempty" name:"ProtectURL"`

	// 保护网站名称
	ProtectWeb *string `json:"ProtectWeb,omitnil,omitempty" name:"ProtectWeb"`

	// 仿冒网址
	FakeURL *string `json:"FakeURL,omitnil,omitempty" name:"FakeURL"`

	// 截图
	Snapshot *string `json:"Snapshot,omitnil,omitempty" name:"Snapshot"`

	// IP地址
	IP *string `json:"IP,omitnil,omitempty" name:"IP"`

	// IP地理位置
	IPLoc *string `json:"IPLoc,omitnil,omitempty" name:"IPLoc"`

	// 热度
	Heat *int64 `json:"Heat,omitnil,omitempty" name:"Heat"`

	// 网站状态
	Status *int64 `json:"Status,omitnil,omitempty" name:"Status"`

	// 网站不处理原因
	Note *string `json:"Note,omitnil,omitempty" name:"Note"`

	// 仿冒网站的企业名称
	FakeURLCompany *string `json:"FakeURLCompany,omitnil,omitempty" name:"FakeURLCompany"`

	// 仿冒网站的网站性质
	FakeURLAttr *string `json:"FakeURLAttr,omitnil,omitempty" name:"FakeURLAttr"`

	// 仿冒网站的网站名称
	FakeURLName *string `json:"FakeURLName,omitnil,omitempty" name:"FakeURLName"`

	// 仿冒网站的备案
	FakeURLICP *string `json:"FakeURLICP,omitnil,omitempty" name:"FakeURLICP"`

	// 仿冒网站创建时间
	FakeURLCreateTime *string `json:"FakeURLCreateTime,omitnil,omitempty" name:"FakeURLCreateTime"`

	// 仿冒网站过期时间
	FakeURLExpireTime *string `json:"FakeURLExpireTime,omitnil,omitempty" name:"FakeURLExpireTime"`

	// 协查处置时间
	BlockTime *string `json:"BlockTime,omitnil,omitempty" name:"BlockTime"`
}

type UpdateCRWorkRequest added in v1.0.452

type UpdateCRWorkRequest struct {
	*tchttp.BaseRequest

	// 作品ID
	WorkId *int64 `json:"WorkId,omitnil,omitempty" name:"WorkId"`

	// 文件的扩展名,例如txt,docx
	ContentType *string `json:"ContentType,omitnil,omitempty" name:"ContentType"`

	// 内容的base64编码
	Content *string `json:"Content,omitnil,omitempty" name:"Content"`

	// 本次存证类型:0-不存证 1-存当前文件 2-存历史全量文件
	CertType *string `json:"CertType,omitnil,omitempty" name:"CertType"`
}

func NewUpdateCRWorkRequest added in v1.0.452

func NewUpdateCRWorkRequest() (request *UpdateCRWorkRequest)

func (*UpdateCRWorkRequest) FromJsonString added in v1.0.452

func (r *UpdateCRWorkRequest) FromJsonString(s string) error

FromJsonString It is highly **NOT** recommended to use this function because it has no param check, nor strict type check

func (*UpdateCRWorkRequest) ToJsonString added in v1.0.452

func (r *UpdateCRWorkRequest) ToJsonString() string

type UpdateCRWorkRequestParams added in v1.0.452

type UpdateCRWorkRequestParams struct {
	// 作品ID
	WorkId *int64 `json:"WorkId,omitnil,omitempty" name:"WorkId"`

	// 文件的扩展名,例如txt,docx
	ContentType *string `json:"ContentType,omitnil,omitempty" name:"ContentType"`

	// 内容的base64编码
	Content *string `json:"Content,omitnil,omitempty" name:"Content"`

	// 本次存证类型:0-不存证 1-存当前文件 2-存历史全量文件
	CertType *string `json:"CertType,omitnil,omitempty" name:"CertType"`
}

Predefined struct for user

type UpdateCRWorkResponse added in v1.0.452

type UpdateCRWorkResponse struct {
	*tchttp.BaseResponse
	Response *UpdateCRWorkResponseParams `json:"Response"`
}

func NewUpdateCRWorkResponse added in v1.0.452

func NewUpdateCRWorkResponse() (response *UpdateCRWorkResponse)

func (*UpdateCRWorkResponse) FromJsonString added in v1.0.452

func (r *UpdateCRWorkResponse) FromJsonString(s string) error

FromJsonString It is highly **NOT** recommended to use this function because it has no param check, nor strict type check

func (*UpdateCRWorkResponse) ToJsonString added in v1.0.452

func (r *UpdateCRWorkResponse) ToJsonString() string

type UpdateCRWorkResponseParams added in v1.0.452

type UpdateCRWorkResponseParams struct {
	// 作品ID
	WorkId *int64 `json:"WorkId,omitnil,omitempty" name:"WorkId"`

	// 存证ID
	EvidenceId *int64 `json:"EvidenceId,omitnil,omitempty" name:"EvidenceId"`

	// 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
	RequestId *string `json:"RequestId,omitnil,omitempty" name:"RequestId"`
}

Predefined struct for user

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL