dt_oc_info

package
v1.62.411 Latest Latest
Warning

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

Go to latest
Published: Jul 3, 2023 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	sdk.Client
}

Client is the sdk client struct, each func corresponds to an OpenAPI

func NewClient

func NewClient() (client *Client, err error)

NewClient creates a sdk client with environment variables

func NewClientWithAccessKey

func NewClientWithAccessKey(regionId, accessKeyId, accessKeySecret string) (client *Client, err error)

NewClientWithAccessKey is a shortcut to create sdk client with accesskey usage: https://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/docs/2-Client-EN.md

func NewClientWithEcsRamRole

func NewClientWithEcsRamRole(regionId string, roleName string) (client *Client, err error)

NewClientWithEcsRamRole is a shortcut to create sdk client with ecs ram role usage: https://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/docs/2-Client-EN.md

func NewClientWithOptions

func NewClientWithOptions(regionId string, config *sdk.Config, credential auth.Credential) (client *Client, err error)

NewClientWithOptions creates a sdk client with regionId/sdkConfig/credential this is the common api to create a sdk client

func NewClientWithProvider

func NewClientWithProvider(regionId string, providers ...provider.Provider) (client *Client, err error)

NewClientWithProvider creates a sdk client with providers usage: https://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/docs/2-Client-EN.md

func NewClientWithRamRoleArn

func NewClientWithRamRoleArn(regionId string, accessKeyId, accessKeySecret, roleArn, roleSessionName string) (client *Client, err error)

NewClientWithRamRoleArn is a shortcut to create sdk client with ram roleArn usage: https://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/docs/2-Client-EN.md

func NewClientWithRamRoleArnAndPolicy

func NewClientWithRamRoleArnAndPolicy(regionId string, accessKeyId, accessKeySecret, roleArn, roleSessionName, policy string) (client *Client, err error)

NewClientWithRamRoleArn is a shortcut to create sdk client with ram roleArn and policy usage: https://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/docs/2-Client-EN.md

func NewClientWithRsaKeyPair

func NewClientWithRsaKeyPair(regionId string, publicKeyId, privateKey string, sessionExpiration int) (client *Client, err error)

NewClientWithRsaKeyPair is a shortcut to create sdk client with rsa key pair usage: https://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/docs/2-Client-EN.md

func NewClientWithStsToken

func NewClientWithStsToken(regionId, stsAccessKeyId, stsAccessKeySecret, stsToken string) (client *Client, err error)

NewClientWithStsToken is a shortcut to create sdk client with sts token usage: https://github.com/aliyun/alibaba-cloud-sdk-go/blob/master/docs/2-Client-EN.md

func (*Client) GetOcCompetitors

func (client *Client) GetOcCompetitors(request *GetOcCompetitorsRequest) (response *GetOcCompetitorsResponse, err error)

GetOcCompetitors invokes the dt_oc_info.GetOcCompetitors API synchronously

func (*Client) GetOcCompetitorsWithCallback

func (client *Client) GetOcCompetitorsWithCallback(request *GetOcCompetitorsRequest, callback func(response *GetOcCompetitorsResponse, err error)) <-chan int

GetOcCompetitorsWithCallback invokes the dt_oc_info.GetOcCompetitors API asynchronously

func (*Client) GetOcCompetitorsWithChan

func (client *Client) GetOcCompetitorsWithChan(request *GetOcCompetitorsRequest) (<-chan *GetOcCompetitorsResponse, <-chan error)

GetOcCompetitorsWithChan invokes the dt_oc_info.GetOcCompetitors API asynchronously

func (*Client) GetOcCoreTeams

func (client *Client) GetOcCoreTeams(request *GetOcCoreTeamsRequest) (response *GetOcCoreTeamsResponse, err error)

GetOcCoreTeams invokes the dt_oc_info.GetOcCoreTeams API synchronously

func (*Client) GetOcCoreTeamsWithCallback

func (client *Client) GetOcCoreTeamsWithCallback(request *GetOcCoreTeamsRequest, callback func(response *GetOcCoreTeamsResponse, err error)) <-chan int

GetOcCoreTeamsWithCallback invokes the dt_oc_info.GetOcCoreTeams API asynchronously

func (*Client) GetOcCoreTeamsWithChan

func (client *Client) GetOcCoreTeamsWithChan(request *GetOcCoreTeamsRequest) (<-chan *GetOcCoreTeamsResponse, <-chan error)

GetOcCoreTeamsWithChan invokes the dt_oc_info.GetOcCoreTeams API asynchronously

func (*Client) GetOcFinancing

func (client *Client) GetOcFinancing(request *GetOcFinancingRequest) (response *GetOcFinancingResponse, err error)

GetOcFinancing invokes the dt_oc_info.GetOcFinancing API synchronously

func (*Client) GetOcFinancingWithCallback

func (client *Client) GetOcFinancingWithCallback(request *GetOcFinancingRequest, callback func(response *GetOcFinancingResponse, err error)) <-chan int

GetOcFinancingWithCallback invokes the dt_oc_info.GetOcFinancing API asynchronously

func (*Client) GetOcFinancingWithChan

func (client *Client) GetOcFinancingWithChan(request *GetOcFinancingRequest) (<-chan *GetOcFinancingResponse, <-chan error)

GetOcFinancingWithChan invokes the dt_oc_info.GetOcFinancing API asynchronously

func (*Client) GetOcFuzzSearch

func (client *Client) GetOcFuzzSearch(request *GetOcFuzzSearchRequest) (response *GetOcFuzzSearchResponse, err error)

GetOcFuzzSearch invokes the dt_oc_info.GetOcFuzzSearch API synchronously

func (*Client) GetOcFuzzSearchWithCallback

func (client *Client) GetOcFuzzSearchWithCallback(request *GetOcFuzzSearchRequest, callback func(response *GetOcFuzzSearchResponse, err error)) <-chan int

GetOcFuzzSearchWithCallback invokes the dt_oc_info.GetOcFuzzSearch API asynchronously

func (*Client) GetOcFuzzSearchWithChan

func (client *Client) GetOcFuzzSearchWithChan(request *GetOcFuzzSearchRequest) (<-chan *GetOcFuzzSearchResponse, <-chan error)

GetOcFuzzSearchWithChan invokes the dt_oc_info.GetOcFuzzSearch API asynchronously

func (*Client) GetOcIcAbnormalOperation

func (client *Client) GetOcIcAbnormalOperation(request *GetOcIcAbnormalOperationRequest) (response *GetOcIcAbnormalOperationResponse, err error)

GetOcIcAbnormalOperation invokes the dt_oc_info.GetOcIcAbnormalOperation API synchronously

func (*Client) GetOcIcAbnormalOperationWithCallback

func (client *Client) GetOcIcAbnormalOperationWithCallback(request *GetOcIcAbnormalOperationRequest, callback func(response *GetOcIcAbnormalOperationResponse, err error)) <-chan int

GetOcIcAbnormalOperationWithCallback invokes the dt_oc_info.GetOcIcAbnormalOperation API asynchronously

func (*Client) GetOcIcAbnormalOperationWithChan

func (client *Client) GetOcIcAbnormalOperationWithChan(request *GetOcIcAbnormalOperationRequest) (<-chan *GetOcIcAbnormalOperationResponse, <-chan error)

GetOcIcAbnormalOperationWithChan invokes the dt_oc_info.GetOcIcAbnormalOperation API asynchronously

func (*Client) GetOcIcAdminLicense

func (client *Client) GetOcIcAdminLicense(request *GetOcIcAdminLicenseRequest) (response *GetOcIcAdminLicenseResponse, err error)

GetOcIcAdminLicense invokes the dt_oc_info.GetOcIcAdminLicense API synchronously

func (*Client) GetOcIcAdminLicenseWithCallback

func (client *Client) GetOcIcAdminLicenseWithCallback(request *GetOcIcAdminLicenseRequest, callback func(response *GetOcIcAdminLicenseResponse, err error)) <-chan int

GetOcIcAdminLicenseWithCallback invokes the dt_oc_info.GetOcIcAdminLicense API asynchronously

func (*Client) GetOcIcAdminLicenseWithChan

func (client *Client) GetOcIcAdminLicenseWithChan(request *GetOcIcAdminLicenseRequest) (<-chan *GetOcIcAdminLicenseResponse, <-chan error)

GetOcIcAdminLicenseWithChan invokes the dt_oc_info.GetOcIcAdminLicense API asynchronously

func (*Client) GetOcIcBasic

func (client *Client) GetOcIcBasic(request *GetOcIcBasicRequest) (response *GetOcIcBasicResponse, err error)

GetOcIcBasic invokes the dt_oc_info.GetOcIcBasic API synchronously

func (*Client) GetOcIcBasicWithCallback

func (client *Client) GetOcIcBasicWithCallback(request *GetOcIcBasicRequest, callback func(response *GetOcIcBasicResponse, err error)) <-chan int

GetOcIcBasicWithCallback invokes the dt_oc_info.GetOcIcBasic API asynchronously

func (*Client) GetOcIcBasicWithChan

func (client *Client) GetOcIcBasicWithChan(request *GetOcIcBasicRequest) (<-chan *GetOcIcBasicResponse, <-chan error)

GetOcIcBasicWithChan invokes the dt_oc_info.GetOcIcBasic API asynchronously

func (*Client) GetOcIcBranch

func (client *Client) GetOcIcBranch(request *GetOcIcBranchRequest) (response *GetOcIcBranchResponse, err error)

GetOcIcBranch invokes the dt_oc_info.GetOcIcBranch API synchronously

func (*Client) GetOcIcBranchWithCallback

func (client *Client) GetOcIcBranchWithCallback(request *GetOcIcBranchRequest, callback func(response *GetOcIcBranchResponse, err error)) <-chan int

GetOcIcBranchWithCallback invokes the dt_oc_info.GetOcIcBranch API asynchronously

func (*Client) GetOcIcBranchWithChan

func (client *Client) GetOcIcBranchWithChan(request *GetOcIcBranchRequest) (<-chan *GetOcIcBranchResponse, <-chan error)

GetOcIcBranchWithChan invokes the dt_oc_info.GetOcIcBranch API asynchronously

func (*Client) GetOcIcChangeRecord

func (client *Client) GetOcIcChangeRecord(request *GetOcIcChangeRecordRequest) (response *GetOcIcChangeRecordResponse, err error)

GetOcIcChangeRecord invokes the dt_oc_info.GetOcIcChangeRecord API synchronously

func (*Client) GetOcIcChangeRecordWithCallback

func (client *Client) GetOcIcChangeRecordWithCallback(request *GetOcIcChangeRecordRequest, callback func(response *GetOcIcChangeRecordResponse, err error)) <-chan int

GetOcIcChangeRecordWithCallback invokes the dt_oc_info.GetOcIcChangeRecord API asynchronously

func (*Client) GetOcIcChangeRecordWithChan

func (client *Client) GetOcIcChangeRecordWithChan(request *GetOcIcChangeRecordRequest) (<-chan *GetOcIcChangeRecordResponse, <-chan error)

GetOcIcChangeRecordWithChan invokes the dt_oc_info.GetOcIcChangeRecord API asynchronously

func (*Client) GetOcIcCheckup

func (client *Client) GetOcIcCheckup(request *GetOcIcCheckupRequest) (response *GetOcIcCheckupResponse, err error)

GetOcIcCheckup invokes the dt_oc_info.GetOcIcCheckup API synchronously

func (*Client) GetOcIcCheckupWithCallback

func (client *Client) GetOcIcCheckupWithCallback(request *GetOcIcCheckupRequest, callback func(response *GetOcIcCheckupResponse, err error)) <-chan int

GetOcIcCheckupWithCallback invokes the dt_oc_info.GetOcIcCheckup API asynchronously

func (*Client) GetOcIcCheckupWithChan

func (client *Client) GetOcIcCheckupWithChan(request *GetOcIcCheckupRequest) (<-chan *GetOcIcCheckupResponse, <-chan error)

GetOcIcCheckupWithChan invokes the dt_oc_info.GetOcIcCheckup API asynchronously

func (*Client) GetOcIcClearAccount

func (client *Client) GetOcIcClearAccount(request *GetOcIcClearAccountRequest) (response *GetOcIcClearAccountResponse, err error)

GetOcIcClearAccount invokes the dt_oc_info.GetOcIcClearAccount API synchronously

func (*Client) GetOcIcClearAccountWithCallback

func (client *Client) GetOcIcClearAccountWithCallback(request *GetOcIcClearAccountRequest, callback func(response *GetOcIcClearAccountResponse, err error)) <-chan int

GetOcIcClearAccountWithCallback invokes the dt_oc_info.GetOcIcClearAccount API asynchronously

func (*Client) GetOcIcClearAccountWithChan

func (client *Client) GetOcIcClearAccountWithChan(request *GetOcIcClearAccountRequest) (<-chan *GetOcIcClearAccountResponse, <-chan error)

GetOcIcClearAccountWithChan invokes the dt_oc_info.GetOcIcClearAccount API asynchronously

func (*Client) GetOcIcDoubleCheckup

func (client *Client) GetOcIcDoubleCheckup(request *GetOcIcDoubleCheckupRequest) (response *GetOcIcDoubleCheckupResponse, err error)

GetOcIcDoubleCheckup invokes the dt_oc_info.GetOcIcDoubleCheckup API synchronously

func (*Client) GetOcIcDoubleCheckupWithCallback

func (client *Client) GetOcIcDoubleCheckupWithCallback(request *GetOcIcDoubleCheckupRequest, callback func(response *GetOcIcDoubleCheckupResponse, err error)) <-chan int

GetOcIcDoubleCheckupWithCallback invokes the dt_oc_info.GetOcIcDoubleCheckup API asynchronously

func (*Client) GetOcIcDoubleCheckupWithChan

func (client *Client) GetOcIcDoubleCheckupWithChan(request *GetOcIcDoubleCheckupRequest) (<-chan *GetOcIcDoubleCheckupResponse, <-chan error)

GetOcIcDoubleCheckupWithChan invokes the dt_oc_info.GetOcIcDoubleCheckup API asynchronously

func (*Client) GetOcIcEmployee

func (client *Client) GetOcIcEmployee(request *GetOcIcEmployeeRequest) (response *GetOcIcEmployeeResponse, err error)

GetOcIcEmployee invokes the dt_oc_info.GetOcIcEmployee API synchronously

func (*Client) GetOcIcEmployeeWithCallback

func (client *Client) GetOcIcEmployeeWithCallback(request *GetOcIcEmployeeRequest, callback func(response *GetOcIcEmployeeResponse, err error)) <-chan int

GetOcIcEmployeeWithCallback invokes the dt_oc_info.GetOcIcEmployee API asynchronously

func (*Client) GetOcIcEmployeeWithChan

func (client *Client) GetOcIcEmployeeWithChan(request *GetOcIcEmployeeRequest) (<-chan *GetOcIcEmployeeResponse, <-chan error)

GetOcIcEmployeeWithChan invokes the dt_oc_info.GetOcIcEmployee API asynchronously

func (*Client) GetOcIcEquityFrozen

func (client *Client) GetOcIcEquityFrozen(request *GetOcIcEquityFrozenRequest) (response *GetOcIcEquityFrozenResponse, err error)

GetOcIcEquityFrozen invokes the dt_oc_info.GetOcIcEquityFrozen API synchronously

func (*Client) GetOcIcEquityFrozenWithCallback

func (client *Client) GetOcIcEquityFrozenWithCallback(request *GetOcIcEquityFrozenRequest, callback func(response *GetOcIcEquityFrozenResponse, err error)) <-chan int

GetOcIcEquityFrozenWithCallback invokes the dt_oc_info.GetOcIcEquityFrozen API asynchronously

func (*Client) GetOcIcEquityFrozenWithChan

func (client *Client) GetOcIcEquityFrozenWithChan(request *GetOcIcEquityFrozenRequest) (<-chan *GetOcIcEquityFrozenResponse, <-chan error)

GetOcIcEquityFrozenWithChan invokes the dt_oc_info.GetOcIcEquityFrozen API asynchronously

func (*Client) GetOcIcEquityPledge

func (client *Client) GetOcIcEquityPledge(request *GetOcIcEquityPledgeRequest) (response *GetOcIcEquityPledgeResponse, err error)

GetOcIcEquityPledge invokes the dt_oc_info.GetOcIcEquityPledge API synchronously

func (*Client) GetOcIcEquityPledgeWithCallback

func (client *Client) GetOcIcEquityPledgeWithCallback(request *GetOcIcEquityPledgeRequest, callback func(response *GetOcIcEquityPledgeResponse, err error)) <-chan int

GetOcIcEquityPledgeWithCallback invokes the dt_oc_info.GetOcIcEquityPledge API asynchronously

func (*Client) GetOcIcEquityPledgeWithChan

func (client *Client) GetOcIcEquityPledgeWithChan(request *GetOcIcEquityPledgeRequest) (<-chan *GetOcIcEquityPledgeResponse, <-chan error)

GetOcIcEquityPledgeWithChan invokes the dt_oc_info.GetOcIcEquityPledge API asynchronously

func (*Client) GetOcIcInvestment

func (client *Client) GetOcIcInvestment(request *GetOcIcInvestmentRequest) (response *GetOcIcInvestmentResponse, err error)

GetOcIcInvestment invokes the dt_oc_info.GetOcIcInvestment API synchronously

func (*Client) GetOcIcInvestmentWithCallback

func (client *Client) GetOcIcInvestmentWithCallback(request *GetOcIcInvestmentRequest, callback func(response *GetOcIcInvestmentResponse, err error)) <-chan int

GetOcIcInvestmentWithCallback invokes the dt_oc_info.GetOcIcInvestment API asynchronously

func (*Client) GetOcIcInvestmentWithChan

func (client *Client) GetOcIcInvestmentWithChan(request *GetOcIcInvestmentRequest) (<-chan *GetOcIcInvestmentResponse, <-chan error)

GetOcIcInvestmentWithChan invokes the dt_oc_info.GetOcIcInvestment API asynchronously

func (*Client) GetOcIcKnowledgePropertyPledge

func (client *Client) GetOcIcKnowledgePropertyPledge(request *GetOcIcKnowledgePropertyPledgeRequest) (response *GetOcIcKnowledgePropertyPledgeResponse, err error)

GetOcIcKnowledgePropertyPledge invokes the dt_oc_info.GetOcIcKnowledgePropertyPledge API synchronously

func (*Client) GetOcIcKnowledgePropertyPledgeWithCallback

func (client *Client) GetOcIcKnowledgePropertyPledgeWithCallback(request *GetOcIcKnowledgePropertyPledgeRequest, callback func(response *GetOcIcKnowledgePropertyPledgeResponse, err error)) <-chan int

GetOcIcKnowledgePropertyPledgeWithCallback invokes the dt_oc_info.GetOcIcKnowledgePropertyPledge API asynchronously

func (*Client) GetOcIcKnowledgePropertyPledgeWithChan

func (client *Client) GetOcIcKnowledgePropertyPledgeWithChan(request *GetOcIcKnowledgePropertyPledgeRequest) (<-chan *GetOcIcKnowledgePropertyPledgeResponse, <-chan error)

GetOcIcKnowledgePropertyPledgeWithChan invokes the dt_oc_info.GetOcIcKnowledgePropertyPledge API asynchronously

func (*Client) GetOcIcMortgage

func (client *Client) GetOcIcMortgage(request *GetOcIcMortgageRequest) (response *GetOcIcMortgageResponse, err error)

GetOcIcMortgage invokes the dt_oc_info.GetOcIcMortgage API synchronously

func (*Client) GetOcIcMortgageWithCallback

func (client *Client) GetOcIcMortgageWithCallback(request *GetOcIcMortgageRequest, callback func(response *GetOcIcMortgageResponse, err error)) <-chan int

GetOcIcMortgageWithCallback invokes the dt_oc_info.GetOcIcMortgage API asynchronously

func (*Client) GetOcIcMortgageWithChan

func (client *Client) GetOcIcMortgageWithChan(request *GetOcIcMortgageRequest) (<-chan *GetOcIcMortgageResponse, <-chan error)

GetOcIcMortgageWithChan invokes the dt_oc_info.GetOcIcMortgage API asynchronously

func (*Client) GetOcIcSeriousOffense

func (client *Client) GetOcIcSeriousOffense(request *GetOcIcSeriousOffenseRequest) (response *GetOcIcSeriousOffenseResponse, err error)

GetOcIcSeriousOffense invokes the dt_oc_info.GetOcIcSeriousOffense API synchronously

func (*Client) GetOcIcSeriousOffenseWithCallback

func (client *Client) GetOcIcSeriousOffenseWithCallback(request *GetOcIcSeriousOffenseRequest, callback func(response *GetOcIcSeriousOffenseResponse, err error)) <-chan int

GetOcIcSeriousOffenseWithCallback invokes the dt_oc_info.GetOcIcSeriousOffense API asynchronously

func (*Client) GetOcIcSeriousOffenseWithChan

func (client *Client) GetOcIcSeriousOffenseWithChan(request *GetOcIcSeriousOffenseRequest) (<-chan *GetOcIcSeriousOffenseResponse, <-chan error)

GetOcIcSeriousOffenseWithChan invokes the dt_oc_info.GetOcIcSeriousOffense API asynchronously

func (*Client) GetOcIcShareholder

func (client *Client) GetOcIcShareholder(request *GetOcIcShareholderRequest) (response *GetOcIcShareholderResponse, err error)

GetOcIcShareholder invokes the dt_oc_info.GetOcIcShareholder API synchronously

func (*Client) GetOcIcShareholderWithCallback

func (client *Client) GetOcIcShareholderWithCallback(request *GetOcIcShareholderRequest, callback func(response *GetOcIcShareholderResponse, err error)) <-chan int

GetOcIcShareholderWithCallback invokes the dt_oc_info.GetOcIcShareholder API asynchronously

func (*Client) GetOcIcShareholderWithChan

func (client *Client) GetOcIcShareholderWithChan(request *GetOcIcShareholderRequest) (<-chan *GetOcIcShareholderResponse, <-chan error)

GetOcIcShareholderWithChan invokes the dt_oc_info.GetOcIcShareholder API asynchronously

func (*Client) GetOcIcSimpleCancel

func (client *Client) GetOcIcSimpleCancel(request *GetOcIcSimpleCancelRequest) (response *GetOcIcSimpleCancelResponse, err error)

GetOcIcSimpleCancel invokes the dt_oc_info.GetOcIcSimpleCancel API synchronously

func (*Client) GetOcIcSimpleCancelWithCallback

func (client *Client) GetOcIcSimpleCancelWithCallback(request *GetOcIcSimpleCancelRequest, callback func(response *GetOcIcSimpleCancelResponse, err error)) <-chan int

GetOcIcSimpleCancelWithCallback invokes the dt_oc_info.GetOcIcSimpleCancel API asynchronously

func (*Client) GetOcIcSimpleCancelWithChan

func (client *Client) GetOcIcSimpleCancelWithChan(request *GetOcIcSimpleCancelRequest) (<-chan *GetOcIcSimpleCancelResponse, <-chan error)

GetOcIcSimpleCancelWithChan invokes the dt_oc_info.GetOcIcSimpleCancel API asynchronously

func (*Client) GetOcIpCertificate

func (client *Client) GetOcIpCertificate(request *GetOcIpCertificateRequest) (response *GetOcIpCertificateResponse, err error)

GetOcIpCertificate invokes the dt_oc_info.GetOcIpCertificate API synchronously

func (*Client) GetOcIpCertificateWithCallback

func (client *Client) GetOcIpCertificateWithCallback(request *GetOcIpCertificateRequest, callback func(response *GetOcIpCertificateResponse, err error)) <-chan int

GetOcIpCertificateWithCallback invokes the dt_oc_info.GetOcIpCertificate API asynchronously

func (*Client) GetOcIpCertificateWithChan

func (client *Client) GetOcIpCertificateWithChan(request *GetOcIpCertificateRequest) (<-chan *GetOcIpCertificateResponse, <-chan error)

GetOcIpCertificateWithChan invokes the dt_oc_info.GetOcIpCertificate API asynchronously

func (*Client) GetOcIpDomain

func (client *Client) GetOcIpDomain(request *GetOcIpDomainRequest) (response *GetOcIpDomainResponse, err error)

GetOcIpDomain invokes the dt_oc_info.GetOcIpDomain API synchronously

func (*Client) GetOcIpDomainWithCallback

func (client *Client) GetOcIpDomainWithCallback(request *GetOcIpDomainRequest, callback func(response *GetOcIpDomainResponse, err error)) <-chan int

GetOcIpDomainWithCallback invokes the dt_oc_info.GetOcIpDomain API asynchronously

func (*Client) GetOcIpDomainWithChan

func (client *Client) GetOcIpDomainWithChan(request *GetOcIpDomainRequest) (<-chan *GetOcIpDomainResponse, <-chan error)

GetOcIpDomainWithChan invokes the dt_oc_info.GetOcIpDomain API asynchronously

func (*Client) GetOcIpPatent

func (client *Client) GetOcIpPatent(request *GetOcIpPatentRequest) (response *GetOcIpPatentResponse, err error)

GetOcIpPatent invokes the dt_oc_info.GetOcIpPatent API synchronously

func (*Client) GetOcIpPatentWithCallback

func (client *Client) GetOcIpPatentWithCallback(request *GetOcIpPatentRequest, callback func(response *GetOcIpPatentResponse, err error)) <-chan int

GetOcIpPatentWithCallback invokes the dt_oc_info.GetOcIpPatent API asynchronously

func (*Client) GetOcIpPatentWithChan

func (client *Client) GetOcIpPatentWithChan(request *GetOcIpPatentRequest) (<-chan *GetOcIpPatentResponse, <-chan error)

GetOcIpPatentWithChan invokes the dt_oc_info.GetOcIpPatent API asynchronously

func (*Client) GetOcIpSoftwareCopyright

func (client *Client) GetOcIpSoftwareCopyright(request *GetOcIpSoftwareCopyrightRequest) (response *GetOcIpSoftwareCopyrightResponse, err error)

GetOcIpSoftwareCopyright invokes the dt_oc_info.GetOcIpSoftwareCopyright API synchronously

func (*Client) GetOcIpSoftwareCopyrightWithCallback

func (client *Client) GetOcIpSoftwareCopyrightWithCallback(request *GetOcIpSoftwareCopyrightRequest, callback func(response *GetOcIpSoftwareCopyrightResponse, err error)) <-chan int

GetOcIpSoftwareCopyrightWithCallback invokes the dt_oc_info.GetOcIpSoftwareCopyright API asynchronously

func (*Client) GetOcIpSoftwareCopyrightWithChan

func (client *Client) GetOcIpSoftwareCopyrightWithChan(request *GetOcIpSoftwareCopyrightRequest) (<-chan *GetOcIpSoftwareCopyrightResponse, <-chan error)

GetOcIpSoftwareCopyrightWithChan invokes the dt_oc_info.GetOcIpSoftwareCopyright API asynchronously

func (*Client) GetOcIpTrademark

func (client *Client) GetOcIpTrademark(request *GetOcIpTrademarkRequest) (response *GetOcIpTrademarkResponse, err error)

GetOcIpTrademark invokes the dt_oc_info.GetOcIpTrademark API synchronously

func (*Client) GetOcIpTrademarkWithCallback

func (client *Client) GetOcIpTrademarkWithCallback(request *GetOcIpTrademarkRequest, callback func(response *GetOcIpTrademarkResponse, err error)) <-chan int

GetOcIpTrademarkWithCallback invokes the dt_oc_info.GetOcIpTrademark API asynchronously

func (*Client) GetOcIpTrademarkWithChan

func (client *Client) GetOcIpTrademarkWithChan(request *GetOcIpTrademarkRequest) (<-chan *GetOcIpTrademarkResponse, <-chan error)

GetOcIpTrademarkWithChan invokes the dt_oc_info.GetOcIpTrademark API asynchronously

func (*Client) GetOcIpWorksCopyright

func (client *Client) GetOcIpWorksCopyright(request *GetOcIpWorksCopyrightRequest) (response *GetOcIpWorksCopyrightResponse, err error)

GetOcIpWorksCopyright invokes the dt_oc_info.GetOcIpWorksCopyright API synchronously

func (*Client) GetOcIpWorksCopyrightWithCallback

func (client *Client) GetOcIpWorksCopyrightWithCallback(request *GetOcIpWorksCopyrightRequest, callback func(response *GetOcIpWorksCopyrightResponse, err error)) <-chan int

GetOcIpWorksCopyrightWithCallback invokes the dt_oc_info.GetOcIpWorksCopyright API asynchronously

func (*Client) GetOcIpWorksCopyrightWithChan

func (client *Client) GetOcIpWorksCopyrightWithChan(request *GetOcIpWorksCopyrightRequest) (<-chan *GetOcIpWorksCopyrightResponse, <-chan error)

GetOcIpWorksCopyrightWithChan invokes the dt_oc_info.GetOcIpWorksCopyright API asynchronously

func (*Client) GetOcJusticeAuction

func (client *Client) GetOcJusticeAuction(request *GetOcJusticeAuctionRequest) (response *GetOcJusticeAuctionResponse, err error)

GetOcJusticeAuction invokes the dt_oc_info.GetOcJusticeAuction API synchronously

func (*Client) GetOcJusticeAuctionWithCallback

func (client *Client) GetOcJusticeAuctionWithCallback(request *GetOcJusticeAuctionRequest, callback func(response *GetOcJusticeAuctionResponse, err error)) <-chan int

GetOcJusticeAuctionWithCallback invokes the dt_oc_info.GetOcJusticeAuction API asynchronously

func (*Client) GetOcJusticeAuctionWithChan

func (client *Client) GetOcJusticeAuctionWithChan(request *GetOcJusticeAuctionRequest) (<-chan *GetOcJusticeAuctionResponse, <-chan error)

GetOcJusticeAuctionWithChan invokes the dt_oc_info.GetOcJusticeAuction API asynchronously

func (*Client) GetOcJusticeCaseFiling

func (client *Client) GetOcJusticeCaseFiling(request *GetOcJusticeCaseFilingRequest) (response *GetOcJusticeCaseFilingResponse, err error)

GetOcJusticeCaseFiling invokes the dt_oc_info.GetOcJusticeCaseFiling API synchronously

func (*Client) GetOcJusticeCaseFilingWithCallback

func (client *Client) GetOcJusticeCaseFilingWithCallback(request *GetOcJusticeCaseFilingRequest, callback func(response *GetOcJusticeCaseFilingResponse, err error)) <-chan int

GetOcJusticeCaseFilingWithCallback invokes the dt_oc_info.GetOcJusticeCaseFiling API asynchronously

func (*Client) GetOcJusticeCaseFilingWithChan

func (client *Client) GetOcJusticeCaseFilingWithChan(request *GetOcJusticeCaseFilingRequest) (<-chan *GetOcJusticeCaseFilingResponse, <-chan error)

GetOcJusticeCaseFilingWithChan invokes the dt_oc_info.GetOcJusticeCaseFiling API asynchronously

func (*Client) GetOcJusticeCourtAnnouncement

func (client *Client) GetOcJusticeCourtAnnouncement(request *GetOcJusticeCourtAnnouncementRequest) (response *GetOcJusticeCourtAnnouncementResponse, err error)

GetOcJusticeCourtAnnouncement invokes the dt_oc_info.GetOcJusticeCourtAnnouncement API synchronously

func (*Client) GetOcJusticeCourtAnnouncementWithCallback

func (client *Client) GetOcJusticeCourtAnnouncementWithCallback(request *GetOcJusticeCourtAnnouncementRequest, callback func(response *GetOcJusticeCourtAnnouncementResponse, err error)) <-chan int

GetOcJusticeCourtAnnouncementWithCallback invokes the dt_oc_info.GetOcJusticeCourtAnnouncement API asynchronously

func (*Client) GetOcJusticeCourtAnnouncementWithChan

func (client *Client) GetOcJusticeCourtAnnouncementWithChan(request *GetOcJusticeCourtAnnouncementRequest) (<-chan *GetOcJusticeCourtAnnouncementResponse, <-chan error)

GetOcJusticeCourtAnnouncementWithChan invokes the dt_oc_info.GetOcJusticeCourtAnnouncement API asynchronously

func (*Client) GetOcJusticeCourtNotice

func (client *Client) GetOcJusticeCourtNotice(request *GetOcJusticeCourtNoticeRequest) (response *GetOcJusticeCourtNoticeResponse, err error)

GetOcJusticeCourtNotice invokes the dt_oc_info.GetOcJusticeCourtNotice API synchronously

func (*Client) GetOcJusticeCourtNoticeWithCallback

func (client *Client) GetOcJusticeCourtNoticeWithCallback(request *GetOcJusticeCourtNoticeRequest, callback func(response *GetOcJusticeCourtNoticeResponse, err error)) <-chan int

GetOcJusticeCourtNoticeWithCallback invokes the dt_oc_info.GetOcJusticeCourtNotice API asynchronously

func (*Client) GetOcJusticeCourtNoticeWithChan

func (client *Client) GetOcJusticeCourtNoticeWithChan(request *GetOcJusticeCourtNoticeRequest) (<-chan *GetOcJusticeCourtNoticeResponse, <-chan error)

GetOcJusticeCourtNoticeWithChan invokes the dt_oc_info.GetOcJusticeCourtNotice API asynchronously

func (*Client) GetOcJusticeDishonesty

func (client *Client) GetOcJusticeDishonesty(request *GetOcJusticeDishonestyRequest) (response *GetOcJusticeDishonestyResponse, err error)

GetOcJusticeDishonesty invokes the dt_oc_info.GetOcJusticeDishonesty API synchronously

func (*Client) GetOcJusticeDishonestyWithCallback

func (client *Client) GetOcJusticeDishonestyWithCallback(request *GetOcJusticeDishonestyRequest, callback func(response *GetOcJusticeDishonestyResponse, err error)) <-chan int

GetOcJusticeDishonestyWithCallback invokes the dt_oc_info.GetOcJusticeDishonesty API asynchronously

func (*Client) GetOcJusticeDishonestyWithChan

func (client *Client) GetOcJusticeDishonestyWithChan(request *GetOcJusticeDishonestyRequest) (<-chan *GetOcJusticeDishonestyResponse, <-chan error)

GetOcJusticeDishonestyWithChan invokes the dt_oc_info.GetOcJusticeDishonesty API asynchronously

func (*Client) GetOcJusticeExecuted

func (client *Client) GetOcJusticeExecuted(request *GetOcJusticeExecutedRequest) (response *GetOcJusticeExecutedResponse, err error)

GetOcJusticeExecuted invokes the dt_oc_info.GetOcJusticeExecuted API synchronously

func (*Client) GetOcJusticeExecutedWithCallback

func (client *Client) GetOcJusticeExecutedWithCallback(request *GetOcJusticeExecutedRequest, callback func(response *GetOcJusticeExecutedResponse, err error)) <-chan int

GetOcJusticeExecutedWithCallback invokes the dt_oc_info.GetOcJusticeExecuted API asynchronously

func (*Client) GetOcJusticeExecutedWithChan

func (client *Client) GetOcJusticeExecutedWithChan(request *GetOcJusticeExecutedRequest) (<-chan *GetOcJusticeExecutedResponse, <-chan error)

GetOcJusticeExecutedWithChan invokes the dt_oc_info.GetOcJusticeExecuted API asynchronously

func (*Client) GetOcJusticeJudgementDoc

func (client *Client) GetOcJusticeJudgementDoc(request *GetOcJusticeJudgementDocRequest) (response *GetOcJusticeJudgementDocResponse, err error)

GetOcJusticeJudgementDoc invokes the dt_oc_info.GetOcJusticeJudgementDoc API synchronously

func (*Client) GetOcJusticeJudgementDocWithCallback

func (client *Client) GetOcJusticeJudgementDocWithCallback(request *GetOcJusticeJudgementDocRequest, callback func(response *GetOcJusticeJudgementDocResponse, err error)) <-chan int

GetOcJusticeJudgementDocWithCallback invokes the dt_oc_info.GetOcJusticeJudgementDoc API asynchronously

func (*Client) GetOcJusticeJudgementDocWithChan

func (client *Client) GetOcJusticeJudgementDocWithChan(request *GetOcJusticeJudgementDocRequest) (<-chan *GetOcJusticeJudgementDocResponse, <-chan error)

GetOcJusticeJudgementDocWithChan invokes the dt_oc_info.GetOcJusticeJudgementDoc API asynchronously

func (*Client) GetOcJusticeLimitHighConsume

func (client *Client) GetOcJusticeLimitHighConsume(request *GetOcJusticeLimitHighConsumeRequest) (response *GetOcJusticeLimitHighConsumeResponse, err error)

GetOcJusticeLimitHighConsume invokes the dt_oc_info.GetOcJusticeLimitHighConsume API synchronously

func (*Client) GetOcJusticeLimitHighConsumeWithCallback

func (client *Client) GetOcJusticeLimitHighConsumeWithCallback(request *GetOcJusticeLimitHighConsumeRequest, callback func(response *GetOcJusticeLimitHighConsumeResponse, err error)) <-chan int

GetOcJusticeLimitHighConsumeWithCallback invokes the dt_oc_info.GetOcJusticeLimitHighConsume API asynchronously

func (*Client) GetOcJusticeLimitHighConsumeWithChan

func (client *Client) GetOcJusticeLimitHighConsumeWithChan(request *GetOcJusticeLimitHighConsumeRequest) (<-chan *GetOcJusticeLimitHighConsumeResponse, <-chan error)

GetOcJusticeLimitHighConsumeWithChan invokes the dt_oc_info.GetOcJusticeLimitHighConsume API asynchronously

func (*Client) GetOcJusticeTerminalCase

func (client *Client) GetOcJusticeTerminalCase(request *GetOcJusticeTerminalCaseRequest) (response *GetOcJusticeTerminalCaseResponse, err error)

GetOcJusticeTerminalCase invokes the dt_oc_info.GetOcJusticeTerminalCase API synchronously

func (*Client) GetOcJusticeTerminalCaseWithCallback

func (client *Client) GetOcJusticeTerminalCaseWithCallback(request *GetOcJusticeTerminalCaseRequest, callback func(response *GetOcJusticeTerminalCaseResponse, err error)) <-chan int

GetOcJusticeTerminalCaseWithCallback invokes the dt_oc_info.GetOcJusticeTerminalCase API asynchronously

func (*Client) GetOcJusticeTerminalCaseWithChan

func (client *Client) GetOcJusticeTerminalCaseWithChan(request *GetOcJusticeTerminalCaseRequest) (<-chan *GetOcJusticeTerminalCaseResponse, <-chan error)

GetOcJusticeTerminalCaseWithChan invokes the dt_oc_info.GetOcJusticeTerminalCase API asynchronously

func (*Client) GetOcListedCompany

func (client *Client) GetOcListedCompany(request *GetOcListedCompanyRequest) (response *GetOcListedCompanyResponse, err error)

GetOcListedCompany invokes the dt_oc_info.GetOcListedCompany API synchronously

func (*Client) GetOcListedCompanyWithCallback

func (client *Client) GetOcListedCompanyWithCallback(request *GetOcListedCompanyRequest, callback func(response *GetOcListedCompanyResponse, err error)) <-chan int

GetOcListedCompanyWithCallback invokes the dt_oc_info.GetOcListedCompany API asynchronously

func (*Client) GetOcListedCompanyWithChan

func (client *Client) GetOcListedCompanyWithChan(request *GetOcListedCompanyRequest) (<-chan *GetOcListedCompanyResponse, <-chan error)

GetOcListedCompanyWithChan invokes the dt_oc_info.GetOcListedCompany API asynchronously

func (*Client) GetOcNegativeAdminPunishment

func (client *Client) GetOcNegativeAdminPunishment(request *GetOcNegativeAdminPunishmentRequest) (response *GetOcNegativeAdminPunishmentResponse, err error)

GetOcNegativeAdminPunishment invokes the dt_oc_info.GetOcNegativeAdminPunishment API synchronously

func (*Client) GetOcNegativeAdminPunishmentWithCallback

func (client *Client) GetOcNegativeAdminPunishmentWithCallback(request *GetOcNegativeAdminPunishmentRequest, callback func(response *GetOcNegativeAdminPunishmentResponse, err error)) <-chan int

GetOcNegativeAdminPunishmentWithCallback invokes the dt_oc_info.GetOcNegativeAdminPunishment API asynchronously

func (*Client) GetOcNegativeAdminPunishmentWithChan

func (client *Client) GetOcNegativeAdminPunishmentWithChan(request *GetOcNegativeAdminPunishmentRequest) (<-chan *GetOcNegativeAdminPunishmentResponse, <-chan error)

GetOcNegativeAdminPunishmentWithChan invokes the dt_oc_info.GetOcNegativeAdminPunishment API asynchronously

func (*Client) GetOcNegativeCustomsPunishment

func (client *Client) GetOcNegativeCustomsPunishment(request *GetOcNegativeCustomsPunishmentRequest) (response *GetOcNegativeCustomsPunishmentResponse, err error)

GetOcNegativeCustomsPunishment invokes the dt_oc_info.GetOcNegativeCustomsPunishment API synchronously

func (*Client) GetOcNegativeCustomsPunishmentWithCallback

func (client *Client) GetOcNegativeCustomsPunishmentWithCallback(request *GetOcNegativeCustomsPunishmentRequest, callback func(response *GetOcNegativeCustomsPunishmentResponse, err error)) <-chan int

GetOcNegativeCustomsPunishmentWithCallback invokes the dt_oc_info.GetOcNegativeCustomsPunishment API asynchronously

func (*Client) GetOcNegativeCustomsPunishmentWithChan

func (client *Client) GetOcNegativeCustomsPunishmentWithChan(request *GetOcNegativeCustomsPunishmentRequest) (<-chan *GetOcNegativeCustomsPunishmentResponse, <-chan error)

GetOcNegativeCustomsPunishmentWithChan invokes the dt_oc_info.GetOcNegativeCustomsPunishment API asynchronously

func (*Client) GetOcNegativeEnvironmentPunishment

func (client *Client) GetOcNegativeEnvironmentPunishment(request *GetOcNegativeEnvironmentPunishmentRequest) (response *GetOcNegativeEnvironmentPunishmentResponse, err error)

GetOcNegativeEnvironmentPunishment invokes the dt_oc_info.GetOcNegativeEnvironmentPunishment API synchronously

func (*Client) GetOcNegativeEnvironmentPunishmentWithCallback

func (client *Client) GetOcNegativeEnvironmentPunishmentWithCallback(request *GetOcNegativeEnvironmentPunishmentRequest, callback func(response *GetOcNegativeEnvironmentPunishmentResponse, err error)) <-chan int

GetOcNegativeEnvironmentPunishmentWithCallback invokes the dt_oc_info.GetOcNegativeEnvironmentPunishment API asynchronously

func (*Client) GetOcNegativeEnvironmentPunishmentWithChan

func (client *Client) GetOcNegativeEnvironmentPunishmentWithChan(request *GetOcNegativeEnvironmentPunishmentRequest) (<-chan *GetOcNegativeEnvironmentPunishmentResponse, <-chan error)

GetOcNegativeEnvironmentPunishmentWithChan invokes the dt_oc_info.GetOcNegativeEnvironmentPunishment API asynchronously

func (*Client) GetOcNegativeFoodDrugPunishment

func (client *Client) GetOcNegativeFoodDrugPunishment(request *GetOcNegativeFoodDrugPunishmentRequest) (response *GetOcNegativeFoodDrugPunishmentResponse, err error)

GetOcNegativeFoodDrugPunishment invokes the dt_oc_info.GetOcNegativeFoodDrugPunishment API synchronously

func (*Client) GetOcNegativeFoodDrugPunishmentWithCallback

func (client *Client) GetOcNegativeFoodDrugPunishmentWithCallback(request *GetOcNegativeFoodDrugPunishmentRequest, callback func(response *GetOcNegativeFoodDrugPunishmentResponse, err error)) <-chan int

GetOcNegativeFoodDrugPunishmentWithCallback invokes the dt_oc_info.GetOcNegativeFoodDrugPunishment API asynchronously

func (*Client) GetOcNegativeFoodDrugPunishmentWithChan

func (client *Client) GetOcNegativeFoodDrugPunishmentWithChan(request *GetOcNegativeFoodDrugPunishmentRequest) (<-chan *GetOcNegativeFoodDrugPunishmentResponse, <-chan error)

GetOcNegativeFoodDrugPunishmentWithChan invokes the dt_oc_info.GetOcNegativeFoodDrugPunishment API asynchronously

func (*Client) GetOcNegativeQualityPunishment

func (client *Client) GetOcNegativeQualityPunishment(request *GetOcNegativeQualityPunishmentRequest) (response *GetOcNegativeQualityPunishmentResponse, err error)

GetOcNegativeQualityPunishment invokes the dt_oc_info.GetOcNegativeQualityPunishment API synchronously

func (*Client) GetOcNegativeQualityPunishmentWithCallback

func (client *Client) GetOcNegativeQualityPunishmentWithCallback(request *GetOcNegativeQualityPunishmentRequest, callback func(response *GetOcNegativeQualityPunishmentResponse, err error)) <-chan int

GetOcNegativeQualityPunishmentWithCallback invokes the dt_oc_info.GetOcNegativeQualityPunishment API asynchronously

func (*Client) GetOcNegativeQualityPunishmentWithChan

func (client *Client) GetOcNegativeQualityPunishmentWithChan(request *GetOcNegativeQualityPunishmentRequest) (<-chan *GetOcNegativeQualityPunishmentResponse, <-chan error)

GetOcNegativeQualityPunishmentWithChan invokes the dt_oc_info.GetOcNegativeQualityPunishment API asynchronously

func (*Client) GetOcOperationBidding

func (client *Client) GetOcOperationBidding(request *GetOcOperationBiddingRequest) (response *GetOcOperationBiddingResponse, err error)

GetOcOperationBidding invokes the dt_oc_info.GetOcOperationBidding API synchronously

func (*Client) GetOcOperationBiddingWithCallback

func (client *Client) GetOcOperationBiddingWithCallback(request *GetOcOperationBiddingRequest, callback func(response *GetOcOperationBiddingResponse, err error)) <-chan int

GetOcOperationBiddingWithCallback invokes the dt_oc_info.GetOcOperationBidding API asynchronously

func (*Client) GetOcOperationBiddingWithChan

func (client *Client) GetOcOperationBiddingWithChan(request *GetOcOperationBiddingRequest) (<-chan *GetOcOperationBiddingResponse, <-chan error)

GetOcOperationBiddingWithChan invokes the dt_oc_info.GetOcOperationBidding API asynchronously

func (*Client) GetOcOperationCustoms

func (client *Client) GetOcOperationCustoms(request *GetOcOperationCustomsRequest) (response *GetOcOperationCustomsResponse, err error)

GetOcOperationCustoms invokes the dt_oc_info.GetOcOperationCustoms API synchronously

func (*Client) GetOcOperationCustomsWithCallback

func (client *Client) GetOcOperationCustomsWithCallback(request *GetOcOperationCustomsRequest, callback func(response *GetOcOperationCustomsResponse, err error)) <-chan int

GetOcOperationCustomsWithCallback invokes the dt_oc_info.GetOcOperationCustoms API asynchronously

func (*Client) GetOcOperationCustomsWithChan

func (client *Client) GetOcOperationCustomsWithChan(request *GetOcOperationCustomsRequest) (<-chan *GetOcOperationCustomsResponse, <-chan error)

GetOcOperationCustomsWithChan invokes the dt_oc_info.GetOcOperationCustoms API asynchronously

func (*Client) GetOcOperationPurchaseLand

func (client *Client) GetOcOperationPurchaseLand(request *GetOcOperationPurchaseLandRequest) (response *GetOcOperationPurchaseLandResponse, err error)

GetOcOperationPurchaseLand invokes the dt_oc_info.GetOcOperationPurchaseLand API synchronously

func (*Client) GetOcOperationPurchaseLandWithCallback

func (client *Client) GetOcOperationPurchaseLandWithCallback(request *GetOcOperationPurchaseLandRequest, callback func(response *GetOcOperationPurchaseLandResponse, err error)) <-chan int

GetOcOperationPurchaseLandWithCallback invokes the dt_oc_info.GetOcOperationPurchaseLand API asynchronously

func (*Client) GetOcOperationPurchaseLandWithChan

func (client *Client) GetOcOperationPurchaseLandWithChan(request *GetOcOperationPurchaseLandRequest) (<-chan *GetOcOperationPurchaseLandResponse, <-chan error)

GetOcOperationPurchaseLandWithChan invokes the dt_oc_info.GetOcOperationPurchaseLand API asynchronously

func (*Client) GetOcOperationRecruitment

func (client *Client) GetOcOperationRecruitment(request *GetOcOperationRecruitmentRequest) (response *GetOcOperationRecruitmentResponse, err error)

GetOcOperationRecruitment invokes the dt_oc_info.GetOcOperationRecruitment API synchronously

func (*Client) GetOcOperationRecruitmentWithCallback

func (client *Client) GetOcOperationRecruitmentWithCallback(request *GetOcOperationRecruitmentRequest, callback func(response *GetOcOperationRecruitmentResponse, err error)) <-chan int

GetOcOperationRecruitmentWithCallback invokes the dt_oc_info.GetOcOperationRecruitment API asynchronously

func (*Client) GetOcOperationRecruitmentWithChan

func (client *Client) GetOcOperationRecruitmentWithChan(request *GetOcOperationRecruitmentRequest) (<-chan *GetOcOperationRecruitmentResponse, <-chan error)

GetOcOperationRecruitmentWithChan invokes the dt_oc_info.GetOcOperationRecruitment API asynchronously

func (*Client) GetOcProductBand

func (client *Client) GetOcProductBand(request *GetOcProductBandRequest) (response *GetOcProductBandResponse, err error)

GetOcProductBand invokes the dt_oc_info.GetOcProductBand API synchronously

func (*Client) GetOcProductBandWithCallback

func (client *Client) GetOcProductBandWithCallback(request *GetOcProductBandRequest, callback func(response *GetOcProductBandResponse, err error)) <-chan int

GetOcProductBandWithCallback invokes the dt_oc_info.GetOcProductBand API asynchronously

func (*Client) GetOcProductBandWithChan

func (client *Client) GetOcProductBandWithChan(request *GetOcProductBandRequest) (<-chan *GetOcProductBandResponse, <-chan error)

GetOcProductBandWithChan invokes the dt_oc_info.GetOcProductBand API asynchronously

func (*Client) GetOcTaxAbnormal

func (client *Client) GetOcTaxAbnormal(request *GetOcTaxAbnormalRequest) (response *GetOcTaxAbnormalResponse, err error)

GetOcTaxAbnormal invokes the dt_oc_info.GetOcTaxAbnormal API synchronously

func (*Client) GetOcTaxAbnormalWithCallback

func (client *Client) GetOcTaxAbnormalWithCallback(request *GetOcTaxAbnormalRequest, callback func(response *GetOcTaxAbnormalResponse, err error)) <-chan int

GetOcTaxAbnormalWithCallback invokes the dt_oc_info.GetOcTaxAbnormal API asynchronously

func (*Client) GetOcTaxAbnormalWithChan

func (client *Client) GetOcTaxAbnormalWithChan(request *GetOcTaxAbnormalRequest) (<-chan *GetOcTaxAbnormalResponse, <-chan error)

GetOcTaxAbnormalWithChan invokes the dt_oc_info.GetOcTaxAbnormal API asynchronously

func (*Client) GetOcTaxClassA

func (client *Client) GetOcTaxClassA(request *GetOcTaxClassARequest) (response *GetOcTaxClassAResponse, err error)

GetOcTaxClassA invokes the dt_oc_info.GetOcTaxClassA API synchronously

func (*Client) GetOcTaxClassAWithCallback

func (client *Client) GetOcTaxClassAWithCallback(request *GetOcTaxClassARequest, callback func(response *GetOcTaxClassAResponse, err error)) <-chan int

GetOcTaxClassAWithCallback invokes the dt_oc_info.GetOcTaxClassA API asynchronously

func (*Client) GetOcTaxClassAWithChan

func (client *Client) GetOcTaxClassAWithChan(request *GetOcTaxClassARequest) (<-chan *GetOcTaxClassAResponse, <-chan error)

GetOcTaxClassAWithChan invokes the dt_oc_info.GetOcTaxClassA API asynchronously

func (*Client) GetOcTaxGeneralTaxpayer

func (client *Client) GetOcTaxGeneralTaxpayer(request *GetOcTaxGeneralTaxpayerRequest) (response *GetOcTaxGeneralTaxpayerResponse, err error)

GetOcTaxGeneralTaxpayer invokes the dt_oc_info.GetOcTaxGeneralTaxpayer API synchronously

func (*Client) GetOcTaxGeneralTaxpayerWithCallback

func (client *Client) GetOcTaxGeneralTaxpayerWithCallback(request *GetOcTaxGeneralTaxpayerRequest, callback func(response *GetOcTaxGeneralTaxpayerResponse, err error)) <-chan int

GetOcTaxGeneralTaxpayerWithCallback invokes the dt_oc_info.GetOcTaxGeneralTaxpayer API asynchronously

func (*Client) GetOcTaxGeneralTaxpayerWithChan

func (client *Client) GetOcTaxGeneralTaxpayerWithChan(request *GetOcTaxGeneralTaxpayerRequest) (<-chan *GetOcTaxGeneralTaxpayerResponse, <-chan error)

GetOcTaxGeneralTaxpayerWithChan invokes the dt_oc_info.GetOcTaxGeneralTaxpayer API asynchronously

func (*Client) GetOcTaxIllegal

func (client *Client) GetOcTaxIllegal(request *GetOcTaxIllegalRequest) (response *GetOcTaxIllegalResponse, err error)

GetOcTaxIllegal invokes the dt_oc_info.GetOcTaxIllegal API synchronously

func (*Client) GetOcTaxIllegalWithCallback

func (client *Client) GetOcTaxIllegalWithCallback(request *GetOcTaxIllegalRequest, callback func(response *GetOcTaxIllegalResponse, err error)) <-chan int

GetOcTaxIllegalWithCallback invokes the dt_oc_info.GetOcTaxIllegal API asynchronously

func (*Client) GetOcTaxIllegalWithChan

func (client *Client) GetOcTaxIllegalWithChan(request *GetOcTaxIllegalRequest) (<-chan *GetOcTaxIllegalResponse, <-chan error)

GetOcTaxIllegalWithChan invokes the dt_oc_info.GetOcTaxIllegal API asynchronously

func (*Client) GetOcTaxOverdue

func (client *Client) GetOcTaxOverdue(request *GetOcTaxOverdueRequest) (response *GetOcTaxOverdueResponse, err error)

GetOcTaxOverdue invokes the dt_oc_info.GetOcTaxOverdue API synchronously

func (*Client) GetOcTaxOverdueWithCallback

func (client *Client) GetOcTaxOverdueWithCallback(request *GetOcTaxOverdueRequest, callback func(response *GetOcTaxOverdueResponse, err error)) <-chan int

GetOcTaxOverdueWithCallback invokes the dt_oc_info.GetOcTaxOverdue API asynchronously

func (*Client) GetOcTaxOverdueWithChan

func (client *Client) GetOcTaxOverdueWithChan(request *GetOcTaxOverdueRequest) (<-chan *GetOcTaxOverdueResponse, <-chan error)

GetOcTaxOverdueWithChan invokes the dt_oc_info.GetOcTaxOverdue API asynchronously

func (*Client) GetOcTaxPunishment

func (client *Client) GetOcTaxPunishment(request *GetOcTaxPunishmentRequest) (response *GetOcTaxPunishmentResponse, err error)

GetOcTaxPunishment invokes the dt_oc_info.GetOcTaxPunishment API synchronously

func (*Client) GetOcTaxPunishmentWithCallback

func (client *Client) GetOcTaxPunishmentWithCallback(request *GetOcTaxPunishmentRequest, callback func(response *GetOcTaxPunishmentResponse, err error)) <-chan int

GetOcTaxPunishmentWithCallback invokes the dt_oc_info.GetOcTaxPunishment API asynchronously

func (*Client) GetOcTaxPunishmentWithChan

func (client *Client) GetOcTaxPunishmentWithChan(request *GetOcTaxPunishmentRequest) (<-chan *GetOcTaxPunishmentResponse, <-chan error)

GetOcTaxPunishmentWithChan invokes the dt_oc_info.GetOcTaxPunishment API asynchronously

func (*Client) GetQccCertificationDetailById

func (client *Client) GetQccCertificationDetailById(request *GetQccCertificationDetailByIdRequest) (response *GetQccCertificationDetailByIdResponse, err error)

GetQccCertificationDetailById invokes the dt_oc_info.GetQccCertificationDetailById API synchronously

func (*Client) GetQccCertificationDetailByIdWithCallback

func (client *Client) GetQccCertificationDetailByIdWithCallback(request *GetQccCertificationDetailByIdRequest, callback func(response *GetQccCertificationDetailByIdResponse, err error)) <-chan int

GetQccCertificationDetailByIdWithCallback invokes the dt_oc_info.GetQccCertificationDetailById API asynchronously

func (*Client) GetQccCertificationDetailByIdWithChan

func (client *Client) GetQccCertificationDetailByIdWithChan(request *GetQccCertificationDetailByIdRequest) (<-chan *GetQccCertificationDetailByIdResponse, <-chan error)

GetQccCertificationDetailByIdWithChan invokes the dt_oc_info.GetQccCertificationDetailById API asynchronously

func (*Client) GetQccSearchCertification

func (client *Client) GetQccSearchCertification(request *GetQccSearchCertificationRequest) (response *GetQccSearchCertificationResponse, err error)

GetQccSearchCertification invokes the dt_oc_info.GetQccSearchCertification API synchronously

func (*Client) GetQccSearchCertificationWithCallback

func (client *Client) GetQccSearchCertificationWithCallback(request *GetQccSearchCertificationRequest, callback func(response *GetQccSearchCertificationResponse, err error)) <-chan int

GetQccSearchCertificationWithCallback invokes the dt_oc_info.GetQccSearchCertification API asynchronously

func (*Client) GetQccSearchCertificationWithChan

func (client *Client) GetQccSearchCertificationWithChan(request *GetQccSearchCertificationRequest) (<-chan *GetQccSearchCertificationResponse, <-chan error)

GetQccSearchCertificationWithChan invokes the dt_oc_info.GetQccSearchCertification API asynchronously

type Data

type Data struct {
	EsDate           string `json:"EsDate" xml:"EsDate"`
	RecCap           string `json:"RecCap" xml:"RecCap"`
	EntNameEng       string `json:"EntNameEng" xml:"EntNameEng"`
	EntType          string `json:"EntType" xml:"EntType"`
	CheckDate        string `json:"CheckDate" xml:"CheckDate"`
	InsuredNum       string `json:"InsuredNum" xml:"InsuredNum"`
	IndustryNameLv2  string `json:"IndustryNameLv2" xml:"IndustryNameLv2"`
	TaxNum           string `json:"TaxNum" xml:"TaxNum"`
	OpTo             string `json:"OpTo" xml:"OpTo"`
	RegOrg           string `json:"RegOrg" xml:"RegOrg"`
	RegOrgCity       string `json:"RegOrgCity" xml:"RegOrgCity"`
	EntStatus        string `json:"EntStatus" xml:"EntStatus"`
	OrgNo            string `json:"OrgNo" xml:"OrgNo"`
	OpFrom           string `json:"OpFrom" xml:"OpFrom"`
	RegOrgProvince   string `json:"RegOrgProvince" xml:"RegOrgProvince"`
	LegalName        string `json:"LegalName" xml:"LegalName"`
	OpScope          string `json:"OpScope" xml:"OpScope"`
	SocialCreditCode string `json:"SocialCreditCode" xml:"SocialCreditCode"`
	IndustryNameLv1  string `json:"IndustryNameLv1" xml:"IndustryNameLv1"`
	EntAddress       string `json:"EntAddress" xml:"EntAddress"`
	EntName          string `json:"EntName" xml:"EntName"`
	EntBrief         string `json:"EntBrief" xml:"EntBrief"`
	StaffNum         string `json:"StaffNum" xml:"StaffNum"`
	LicenseNumber    string `json:"LicenseNumber" xml:"LicenseNumber"`
	RegCap           string `json:"RegCap" xml:"RegCap"`
	RegOrgDistrict   string `json:"RegOrgDistrict" xml:"RegOrgDistrict"`
	FormerNames      string `json:"FormerNames" xml:"FormerNames"`
}

Data is a nested struct in dt_oc_info response

type DataInGetOcCompetitors

type DataInGetOcCompetitors struct {
	DataItem []DataItem `json:"Data" xml:"Data"`
}

DataInGetOcCompetitors is a nested struct in dt_oc_info response

type DataInGetOcCoreTeams

type DataInGetOcCoreTeams struct {
	DataItem []DataItem `json:"Data" xml:"Data"`
}

DataInGetOcCoreTeams is a nested struct in dt_oc_info response

type DataInGetOcFinancing

type DataInGetOcFinancing struct {
	DataItem []DataItem `json:"Data" xml:"Data"`
}

DataInGetOcFinancing is a nested struct in dt_oc_info response

type DataInGetOcFuzzSearch

type DataInGetOcFuzzSearch struct {
	DataItem []DataItem `json:"Data" xml:"Data"`
}

DataInGetOcFuzzSearch is a nested struct in dt_oc_info response

type DataInGetOcIcAbnormalOperation

type DataInGetOcIcAbnormalOperation struct {
	DataItem []DataItem `json:"Data" xml:"Data"`
}

DataInGetOcIcAbnormalOperation is a nested struct in dt_oc_info response

type DataInGetOcIcAdminLicense

type DataInGetOcIcAdminLicense struct {
	DataItem []DataItem `json:"Data" xml:"Data"`
}

DataInGetOcIcAdminLicense is a nested struct in dt_oc_info response

type DataInGetOcIcBranch

type DataInGetOcIcBranch struct {
	DataItem []DataItem `json:"Data" xml:"Data"`
}

DataInGetOcIcBranch is a nested struct in dt_oc_info response

type DataInGetOcIcChangeRecord

type DataInGetOcIcChangeRecord struct {
	DataItem []DataItem `json:"Data" xml:"Data"`
}

DataInGetOcIcChangeRecord is a nested struct in dt_oc_info response

type DataInGetOcIcCheckup

type DataInGetOcIcCheckup struct {
	DataItem []DataItem `json:"Data" xml:"Data"`
}

DataInGetOcIcCheckup is a nested struct in dt_oc_info response

type DataInGetOcIcClearAccount

type DataInGetOcIcClearAccount struct {
	DataItem []DataItem `json:"Data" xml:"Data"`
}

DataInGetOcIcClearAccount is a nested struct in dt_oc_info response

type DataInGetOcIcDoubleCheckup

type DataInGetOcIcDoubleCheckup struct {
	DataItem []DataItem `json:"Data" xml:"Data"`
}

DataInGetOcIcDoubleCheckup is a nested struct in dt_oc_info response

type DataInGetOcIcEmployee

type DataInGetOcIcEmployee struct {
	DataItem []DataItem `json:"Data" xml:"Data"`
}

DataInGetOcIcEmployee is a nested struct in dt_oc_info response

type DataInGetOcIcEquityFrozen

type DataInGetOcIcEquityFrozen struct {
	DataItem []DataItem `json:"Data" xml:"Data"`
}

DataInGetOcIcEquityFrozen is a nested struct in dt_oc_info response

type DataInGetOcIcEquityPledge

type DataInGetOcIcEquityPledge struct {
	DataItem []DataItem `json:"Data" xml:"Data"`
}

DataInGetOcIcEquityPledge is a nested struct in dt_oc_info response

type DataInGetOcIcInvestment

type DataInGetOcIcInvestment struct {
	DataItem []DataItem `json:"Data" xml:"Data"`
}

DataInGetOcIcInvestment is a nested struct in dt_oc_info response

type DataInGetOcIcKnowledgePropertyPledge

type DataInGetOcIcKnowledgePropertyPledge struct {
	DataItem []DataItem `json:"Data" xml:"Data"`
}

DataInGetOcIcKnowledgePropertyPledge is a nested struct in dt_oc_info response

type DataInGetOcIcMortgage

type DataInGetOcIcMortgage struct {
	DataItem []DataItem `json:"Data" xml:"Data"`
}

DataInGetOcIcMortgage is a nested struct in dt_oc_info response

type DataInGetOcIcSeriousOffense

type DataInGetOcIcSeriousOffense struct {
	DataItem []DataItem `json:"Data" xml:"Data"`
}

DataInGetOcIcSeriousOffense is a nested struct in dt_oc_info response

type DataInGetOcIcShareholder

type DataInGetOcIcShareholder struct {
	DataItem []DataItem `json:"Data" xml:"Data"`
}

DataInGetOcIcShareholder is a nested struct in dt_oc_info response

type DataInGetOcIcSimpleCancel

type DataInGetOcIcSimpleCancel struct {
	DataItem []DataItem `json:"Data" xml:"Data"`
}

DataInGetOcIcSimpleCancel is a nested struct in dt_oc_info response

type DataInGetOcIpCertificate

type DataInGetOcIpCertificate struct {
	DataItem []DataItem `json:"Data" xml:"Data"`
}

DataInGetOcIpCertificate is a nested struct in dt_oc_info response

type DataInGetOcIpDomain

type DataInGetOcIpDomain struct {
	DataItem []DataItem `json:"Data" xml:"Data"`
}

DataInGetOcIpDomain is a nested struct in dt_oc_info response

type DataInGetOcIpPatent

type DataInGetOcIpPatent struct {
	DataItem []DataItem `json:"Data" xml:"Data"`
}

DataInGetOcIpPatent is a nested struct in dt_oc_info response

type DataInGetOcIpSoftwareCopyright

type DataInGetOcIpSoftwareCopyright struct {
	DataItem []DataItem `json:"Data" xml:"Data"`
}

DataInGetOcIpSoftwareCopyright is a nested struct in dt_oc_info response

type DataInGetOcIpTrademark

type DataInGetOcIpTrademark struct {
	DataItem []DataItem `json:"Data" xml:"Data"`
}

DataInGetOcIpTrademark is a nested struct in dt_oc_info response

type DataInGetOcIpWorksCopyright

type DataInGetOcIpWorksCopyright struct {
	DataItem []DataItem `json:"Data" xml:"Data"`
}

DataInGetOcIpWorksCopyright is a nested struct in dt_oc_info response

type DataInGetOcJusticeAuction

type DataInGetOcJusticeAuction struct {
	DataItem []DataItem `json:"Data" xml:"Data"`
}

DataInGetOcJusticeAuction is a nested struct in dt_oc_info response

type DataInGetOcJusticeCaseFiling

type DataInGetOcJusticeCaseFiling struct {
	DataItem []DataItem `json:"Data" xml:"Data"`
}

DataInGetOcJusticeCaseFiling is a nested struct in dt_oc_info response

type DataInGetOcJusticeCourtAnnouncement

type DataInGetOcJusticeCourtAnnouncement struct {
	DataItem []DataItem `json:"Data" xml:"Data"`
}

DataInGetOcJusticeCourtAnnouncement is a nested struct in dt_oc_info response

type DataInGetOcJusticeCourtNotice

type DataInGetOcJusticeCourtNotice struct {
	DataItem []DataItem `json:"Data" xml:"Data"`
}

DataInGetOcJusticeCourtNotice is a nested struct in dt_oc_info response

type DataInGetOcJusticeDishonesty

type DataInGetOcJusticeDishonesty struct {
	DataItem []DataItem `json:"Data" xml:"Data"`
}

DataInGetOcJusticeDishonesty is a nested struct in dt_oc_info response

type DataInGetOcJusticeExecuted

type DataInGetOcJusticeExecuted struct {
	DataItem []DataItem `json:"Data" xml:"Data"`
}

DataInGetOcJusticeExecuted is a nested struct in dt_oc_info response

type DataInGetOcJusticeJudgementDoc

type DataInGetOcJusticeJudgementDoc struct {
	DataItem []DataItem `json:"Data" xml:"Data"`
}

DataInGetOcJusticeJudgementDoc is a nested struct in dt_oc_info response

type DataInGetOcJusticeLimitHighConsume

type DataInGetOcJusticeLimitHighConsume struct {
	DataItem []DataItem `json:"Data" xml:"Data"`
}

DataInGetOcJusticeLimitHighConsume is a nested struct in dt_oc_info response

type DataInGetOcJusticeTerminalCase

type DataInGetOcJusticeTerminalCase struct {
	DataItem []DataItem `json:"Data" xml:"Data"`
}

DataInGetOcJusticeTerminalCase is a nested struct in dt_oc_info response

type DataInGetOcListedCompany

type DataInGetOcListedCompany struct {
	DataItem []DataItem `json:"Data" xml:"Data"`
}

DataInGetOcListedCompany is a nested struct in dt_oc_info response

type DataInGetOcNegativeAdminPunishment

type DataInGetOcNegativeAdminPunishment struct {
	DataItem []DataItem `json:"Data" xml:"Data"`
}

DataInGetOcNegativeAdminPunishment is a nested struct in dt_oc_info response

type DataInGetOcNegativeCustomsPunishment

type DataInGetOcNegativeCustomsPunishment struct {
	DataItem []DataItem `json:"Data" xml:"Data"`
}

DataInGetOcNegativeCustomsPunishment is a nested struct in dt_oc_info response

type DataInGetOcNegativeEnvironmentPunishment

type DataInGetOcNegativeEnvironmentPunishment struct {
	DataItem []DataItem `json:"Data" xml:"Data"`
}

DataInGetOcNegativeEnvironmentPunishment is a nested struct in dt_oc_info response

type DataInGetOcNegativeFoodDrugPunishment

type DataInGetOcNegativeFoodDrugPunishment struct {
	DataItem []DataItem `json:"Data" xml:"Data"`
}

DataInGetOcNegativeFoodDrugPunishment is a nested struct in dt_oc_info response

type DataInGetOcNegativeQualityPunishment

type DataInGetOcNegativeQualityPunishment struct {
	DataItem []DataItem `json:"Data" xml:"Data"`
}

DataInGetOcNegativeQualityPunishment is a nested struct in dt_oc_info response

type DataInGetOcOperationBidding

type DataInGetOcOperationBidding struct {
	DataItem []DataItem `json:"Data" xml:"Data"`
}

DataInGetOcOperationBidding is a nested struct in dt_oc_info response

type DataInGetOcOperationCustoms

type DataInGetOcOperationCustoms struct {
	DataItem []DataItem `json:"Data" xml:"Data"`
}

DataInGetOcOperationCustoms is a nested struct in dt_oc_info response

type DataInGetOcOperationPurchaseLand

type DataInGetOcOperationPurchaseLand struct {
	DataItem []DataItem `json:"Data" xml:"Data"`
}

DataInGetOcOperationPurchaseLand is a nested struct in dt_oc_info response

type DataInGetOcOperationRecruitment

type DataInGetOcOperationRecruitment struct {
	DataItem []DataItem `json:"Data" xml:"Data"`
}

DataInGetOcOperationRecruitment is a nested struct in dt_oc_info response

type DataInGetOcProductBand

type DataInGetOcProductBand struct {
	DataItem []DataItem `json:"Data" xml:"Data"`
}

DataInGetOcProductBand is a nested struct in dt_oc_info response

type DataInGetOcTaxAbnormal

type DataInGetOcTaxAbnormal struct {
	DataItem []DataItem `json:"Data" xml:"Data"`
}

DataInGetOcTaxAbnormal is a nested struct in dt_oc_info response

type DataInGetOcTaxClassA

type DataInGetOcTaxClassA struct {
	DataItem []DataItem `json:"Data" xml:"Data"`
}

DataInGetOcTaxClassA is a nested struct in dt_oc_info response

type DataInGetOcTaxGeneralTaxpayer

type DataInGetOcTaxGeneralTaxpayer struct {
	DataItem []DataItem `json:"Data" xml:"Data"`
}

DataInGetOcTaxGeneralTaxpayer is a nested struct in dt_oc_info response

type DataInGetOcTaxIllegal

type DataInGetOcTaxIllegal struct {
	DataItem []DataItem `json:"Data" xml:"Data"`
}

DataInGetOcTaxIllegal is a nested struct in dt_oc_info response

type DataInGetOcTaxOverdue

type DataInGetOcTaxOverdue struct {
	DataItem []DataItem `json:"Data" xml:"Data"`
}

DataInGetOcTaxOverdue is a nested struct in dt_oc_info response

type DataInGetOcTaxPunishment

type DataInGetOcTaxPunishment struct {
	DataItem []DataItem `json:"Data" xml:"Data"`
}

DataInGetOcTaxPunishment is a nested struct in dt_oc_info response

type DataInGetQccSearchCertification

type DataInGetQccSearchCertification struct {
	Data []map[string]interface{} `json:"Data" xml:"Data"`
}

DataInGetQccSearchCertification is a nested struct in dt_oc_info response

type DataItem

type DataItem struct {
	TypeName                     string `json:"TypeName" xml:"TypeName"`
	CustomsReg                   string `json:"CustomsReg" xml:"CustomsReg"`
	IdentifyType                 string `json:"IdentifyType" xml:"IdentifyType"`
	FreezeEndDate                string `json:"FreezeEndDate" xml:"FreezeEndDate"`
	Pledgor                      string `json:"Pledgor" xml:"Pledgor"`
	InvestStatus                 string `json:"InvestStatus" xml:"InvestStatus"`
	StockPercent                 string `json:"StockPercent" xml:"StockPercent"`
	IllegalTruth                 string `json:"IllegalTruth" xml:"IllegalTruth"`
	InDepartment                 string `json:"InDepartment" xml:"InDepartment"`
	PromiseStartDate             string `json:"PromiseStartDate" xml:"PromiseStartDate"`
	Content                      string `json:"Content" xml:"Content"`
	PunishContent                string `json:"PunishContent" xml:"PunishContent"`
	DebitAmount                  string `json:"DebitAmount" xml:"DebitAmount"`
	ProjectName                  string `json:"ProjectName" xml:"ProjectName"`
	Judge                        string `json:"Judge" xml:"Judge"`
	JudgeDate                    string `json:"JudgeDate" xml:"JudgeDate"`
	TaxpayerNum                  string `json:"TaxpayerNum" xml:"TaxpayerNum"`
	CertNum                      string `json:"CertNum" xml:"CertNum"`
	FreezeNoticeNum              string `json:"FreezeNoticeNum" xml:"FreezeNoticeNum"`
	CompanyName                  string `json:"CompanyName" xml:"CompanyName"`
	TaxLevel                     string `json:"TaxLevel" xml:"TaxLevel"`
	EntStatus                    string `json:"EntStatus" xml:"EntStatus"`
	OnecompId                    string `json:"OnecompId" xml:"OnecompId"`
	EcoRegionName                string `json:"EcoRegionName" xml:"EcoRegionName"`
	TerminateDate                string `json:"TerminateDate" xml:"TerminateDate"`
	SocialCreditCode             string `json:"SocialCreditCode" xml:"SocialCreditCode"`
	ApplyDate                    string `json:"ApplyDate" xml:"ApplyDate"`
	ElectronicNo                 string `json:"ElectronicNo" xml:"ElectronicNo"`
	ExecutionDesc                string `json:"ExecutionDesc" xml:"ExecutionDesc"`
	Period                       string `json:"Period" xml:"Period"`
	RecruitingName               string `json:"RecruitingName" xml:"RecruitingName"`
	LawBasis                     string `json:"LawBasis" xml:"LawBasis"`
	ScaDate                      string `json:"ScaDate" xml:"ScaDate"`
	FinancialCardType            string `json:"FinancialCardType" xml:"FinancialCardType"`
	Basis                        string `json:"Basis" xml:"Basis"`
	Status                       string `json:"Status" xml:"Status"`
	MemberIntroduction           string `json:"MemberIntroduction" xml:"MemberIntroduction"`
	PawneeIdentifyNo             string `json:"PawneeIdentifyNo" xml:"PawneeIdentifyNo"`
	StartPrice                   string `json:"StartPrice" xml:"StartPrice"`
	RegPubDate                   string `json:"RegPubDate" xml:"RegPubDate"`
	Name                         string `json:"Name" xml:"Name"`
	ProductName                  string `json:"ProductName" xml:"ProductName"`
	Brief                        string `json:"Brief" xml:"Brief"`
	LicenseName                  string `json:"LicenseName" xml:"LicenseName"`
	UnfreezeReason               string `json:"UnfreezeReason" xml:"UnfreezeReason"`
	InspectPlanId                string `json:"InspectPlanId" xml:"InspectPlanId"`
	InvestRegCap                 string `json:"InvestRegCap" xml:"InvestRegCap"`
	BusinessCate                 string `json:"BusinessCate" xml:"BusinessCate"`
	LegalCardType                string `json:"LegalCardType" xml:"LegalCardType"`
	LandUse                      string `json:"LandUse" xml:"LandUse"`
	OverdueAmount                string `json:"OverdueAmount" xml:"OverdueAmount"`
	InDate                       string `json:"InDate" xml:"InDate"`
	CreditLevelsNew              string `json:"CreditLevelsNew" xml:"CreditLevelsNew"`
	InspectPlanName              string `json:"InspectPlanName" xml:"InspectPlanName"`
	PatentStatus                 string `json:"PatentStatus" xml:"PatentStatus"`
	ExecutionStatus              string `json:"ExecutionStatus" xml:"ExecutionStatus"`
	SecuritiesName               string `json:"SecuritiesName" xml:"SecuritiesName"`
	Pawnee                       string `json:"Pawnee" xml:"Pawnee"`
	MainClaim                    string `json:"MainClaim" xml:"MainClaim"`
	LegalName                    string `json:"LegalName" xml:"LegalName"`
	JudgeType                    string `json:"JudgeType" xml:"JudgeType"`
	Salary                       string `json:"Salary" xml:"Salary"`
	TypeNum                      string `json:"TypeNum" xml:"TypeNum"`
	VolumeFractionLowerBound     string `json:"VolumeFractionLowerBound" xml:"VolumeFractionLowerBound"`
	OrgCode                      string `json:"OrgCode" xml:"OrgCode"`
	EntAddress                   string `json:"EntAddress" xml:"EntAddress"`
	InspectTaskName              string `json:"InspectTaskName" xml:"InspectTaskName"`
	FreezePublishDate            string `json:"FreezePublishDate" xml:"FreezePublishDate"`
	IndustryType                 string `json:"IndustryType" xml:"IndustryType"`
	CompetitionWebsite           string `json:"CompetitionWebsite" xml:"CompetitionWebsite"`
	Restrict                     string `json:"Restrict" xml:"Restrict"`
	Party                        string `json:"Party" xml:"Party"`
	LegalCardNum                 string `json:"LegalCardNum" xml:"LegalCardNum"`
	SuccessDate                  string `json:"SuccessDate" xml:"SuccessDate"`
	PunishResult                 string `json:"PunishResult" xml:"PunishResult"`
	TerminalNum                  string `json:"TerminalNum" xml:"TerminalNum"`
	AgencyEnt                    string `json:"AgencyEnt" xml:"AgencyEnt"`
	TrademarkName                string `json:"TrademarkName" xml:"TrademarkName"`
	BrandIntroduction            string `json:"BrandIntroduction" xml:"BrandIntroduction"`
	CaseType                     string `json:"CaseType" xml:"CaseType"`
	DebitScope                   string `json:"DebitScope" xml:"DebitScope"`
	CompetitionProductName       string `json:"CompetitionProductName" xml:"CompetitionProductName"`
	FinAmount                    string `json:"FinAmount" xml:"FinAmount"`
	HearingDate                  string `json:"HearingDate" xml:"HearingDate"`
	RecruitingAddress            string `json:"RecruitingAddress" xml:"RecruitingAddress"`
	InvestCreditCode             string `json:"InvestCreditCode" xml:"InvestCreditCode"`
	Customs                      string `json:"Customs" xml:"Customs"`
	InspectResult                string `json:"InspectResult" xml:"InspectResult"`
	ValidStartDate               string `json:"ValidStartDate" xml:"ValidStartDate"`
	ValidEndDate                 string `json:"ValidEndDate" xml:"ValidEndDate"`
	InventorList                 string `json:"InventorList" xml:"InventorList"`
	RegDate                      string `json:"RegDate" xml:"RegDate"`
	ScaProposer                  string `json:"ScaProposer" xml:"ScaProposer"`
	FinancialName                string `json:"FinancialName" xml:"FinancialName"`
	EndDate                      string `json:"EndDate" xml:"EndDate"`
	InfoType                     string `json:"InfoType" xml:"InfoType"`
	PromiseDeliveryDate          string `json:"PromiseDeliveryDate" xml:"PromiseDeliveryDate"`
	Area                         string `json:"Area" xml:"Area"`
	CertType                     string `json:"CertType" xml:"CertType"`
	Agency                       string `json:"Agency" xml:"Agency"`
	EntName                      string `json:"EntName" xml:"EntName"`
	ScaResult                    string `json:"ScaResult" xml:"ScaResult"`
	StartDate                    string `json:"StartDate" xml:"StartDate"`
	AgentEntName                 string `json:"AgentEntName" xml:"AgentEntName"`
	Province                     string `json:"Province" xml:"Province"`
	PledgorIdentifyNo            string `json:"PledgorIdentifyNo" xml:"PledgorIdentifyNo"`
	RequestNum                   string `json:"RequestNum" xml:"RequestNum"`
	AuthorizeDepartment          string `json:"AuthorizeDepartment" xml:"AuthorizeDepartment"`
	CustomsNo                    string `json:"CustomsNo" xml:"CustomsNo"`
	FirstDate                    string `json:"FirstDate" xml:"FirstDate"`
	EventType                    string `json:"EventType" xml:"EventType"`
	ExecStatus                   string `json:"ExecStatus" xml:"ExecStatus"`
	BenefitList                  string `json:"BenefitList" xml:"BenefitList"`
	PublicDate                   string `json:"PublicDate" xml:"PublicDate"`
	StockPercentage              string `json:"StockPercentage" xml:"StockPercentage"`
	AgencyCardNum                string `json:"AgencyCardNum" xml:"AgencyCardNum"`
	LandLevel                    string `json:"LandLevel" xml:"LandLevel"`
	IllegalType                  string `json:"IllegalType" xml:"IllegalType"`
	CheckDate                    string `json:"CheckDate" xml:"CheckDate"`
	FailPerformAmount            string `json:"FailPerformAmount" xml:"FailPerformAmount"`
	Year                         string `json:"Year" xml:"Year"`
	CateNum                      string `json:"CateNum" xml:"CateNum"`
	ShouldCap                    string `json:"ShouldCap" xml:"ShouldCap"`
	Tribunal                     string `json:"Tribunal" xml:"Tribunal"`
	OutDepartment                string `json:"OutDepartment" xml:"OutDepartment"`
	OverdueType                  string `json:"OverdueType" xml:"OverdueType"`
	CompetitionTag               string `json:"CompetitionTag" xml:"CompetitionTag"`
	PatenteeList                 string `json:"PatenteeList" xml:"PatenteeList"`
	BeforeContent                string `json:"BeforeContent" xml:"BeforeContent"`
	PunishRes                    string `json:"PunishRes" xml:"PunishRes"`
	FirstPubDate                 string `json:"FirstPubDate" xml:"FirstPubDate"`
	FreezeExecItem               string `json:"FreezeExecItem" xml:"FreezeExecItem"`
	Description                  string `json:"Description" xml:"Description"`
	CaseNo                       string `json:"CaseNo" xml:"CaseNo"`
	CaseStatus                   string `json:"CaseStatus" xml:"CaseStatus"`
	PubDate                      string `json:"PubDate" xml:"PubDate"`
	Result                       string `json:"Result" xml:"Result"`
	Price                        string `json:"Price" xml:"Price"`
	ValidDate                    string `json:"ValidDate" xml:"ValidDate"`
	FinancialCardNum             string `json:"FinancialCardNum" xml:"FinancialCardNum"`
	InvestEsDate                 string `json:"InvestEsDate" xml:"InvestEsDate"`
	ExecutionApplicant           string `json:"ExecutionApplicant" xml:"ExecutionApplicant"`
	VolumeFractionUpperBound     string `json:"VolumeFractionUpperBound" xml:"VolumeFractionUpperBound"`
	AuthorizeDate                string `json:"AuthorizeDate" xml:"AuthorizeDate"`
	InvestLegalName              string `json:"InvestLegalName" xml:"InvestLegalName"`
	EventName                    string `json:"EventName" xml:"EventName"`
	FreezeExecPerson             string `json:"FreezeExecPerson" xml:"FreezeExecPerson"`
	FromCaseNum                  string `json:"FromCaseNum" xml:"FromCaseNum"`
	FinDate                      string `json:"FinDate" xml:"FinDate"`
	FirstPubNo                   string `json:"FirstPubNo" xml:"FirstPubNo"`
	AdminRegionName              string `json:"AdminRegionName" xml:"AdminRegionName"`
	PunishType                   string `json:"PunishType" xml:"PunishType"`
	DebitPeriod                  string `json:"DebitPeriod" xml:"DebitPeriod"`
	AgencyCardType               string `json:"AgencyCardType" xml:"AgencyCardType"`
	InvestName                   string `json:"InvestName" xml:"InvestName"`
	RelatedComp                  string `json:"RelatedComp" xml:"RelatedComp"`
	ScaResultDate                string `json:"ScaResultDate" xml:"ScaResultDate"`
	SpecialArea                  string `json:"SpecialArea" xml:"SpecialArea"`
	AnnualReport                 string `json:"AnnualReport" xml:"AnnualReport"`
	EsDate                       string `json:"EsDate" xml:"EsDate"`
	Domain                       string `json:"Domain" xml:"Domain"`
	CustomsNum                   string `json:"CustomsNum" xml:"CustomsNum"`
	PublishDate                  string `json:"PublishDate" xml:"PublishDate"`
	Leader                       string `json:"Leader" xml:"Leader"`
	LicenseNo                    string `json:"LicenseNo" xml:"LicenseNo"`
	FilingDate                   string `json:"FilingDate" xml:"FilingDate"`
	Date                         string `json:"Date" xml:"Date"`
	Certificate                  string `json:"Certificate" xml:"Certificate"`
	CaseFlow                     string `json:"CaseFlow" xml:"CaseFlow"`
	Guarantees                   string `json:"Guarantees" xml:"Guarantees"`
	Member                       string `json:"Member" xml:"Member"`
	Role                         string `json:"Role" xml:"Role"`
	PunishDate                   string `json:"PunishDate" xml:"PunishDate"`
	CompetitionEntFinTurn        string `json:"CompetitionEntFinTurn" xml:"CompetitionEntFinTurn"`
	ExecAmount                   string `json:"ExecAmount" xml:"ExecAmount"`
	PageUrl                      string `json:"PageUrl" xml:"PageUrl"`
	CompetitionEntAddress        string `json:"CompetitionEntAddress" xml:"CompetitionEntAddress"`
	AgencyName                   string `json:"AgencyName" xml:"AgencyName"`
	Type                         string `json:"Type" xml:"Type"`
	TrademarkType                string `json:"TrademarkType" xml:"TrademarkType"`
	ChangeDate                   string `json:"ChangeDate" xml:"ChangeDate"`
	SubType                      string `json:"SubType" xml:"SubType"`
	EstPrice                     string `json:"EstPrice" xml:"EstPrice"`
	ShouldCapTime                string `json:"ShouldCapTime" xml:"ShouldCapTime"`
	FreezeStartDate              string `json:"FreezeStartDate" xml:"FreezeStartDate"`
	OperName                     string `json:"OperName" xml:"OperName"`
	FreezeAmount                 string `json:"FreezeAmount" xml:"FreezeAmount"`
	InReason                     string `json:"InReason" xml:"InReason"`
	ApprovalDate                 string `json:"ApprovalDate" xml:"ApprovalDate"`
	ReleaseDate                  string `json:"ReleaseDate" xml:"ReleaseDate"`
	ListDate                     string `json:"ListDate" xml:"ListDate"`
	FinalDuty                    string `json:"FinalDuty" xml:"FinalDuty"`
	AgencySex                    string `json:"AgencySex" xml:"AgencySex"`
	CompetitionEntName           string `json:"CompetitionEntName" xml:"CompetitionEntName"`
	EventResult                  string `json:"EventResult" xml:"EventResult"`
	IdentDate                    string `json:"IdentDate" xml:"IdentDate"`
	CompetitionLogoUrl           string `json:"CompetitionLogoUrl" xml:"CompetitionLogoUrl"`
	OutReason                    string `json:"OutReason" xml:"OutReason"`
	TrademarkForm                string `json:"TrademarkForm" xml:"TrademarkForm"`
	SiteName                     string `json:"SiteName" xml:"SiteName"`
	Title                        string `json:"Title" xml:"Title"`
	PublicNum                    string `json:"PublicNum" xml:"PublicNum"`
	ProductIntroduction          string `json:"ProductIntroduction" xml:"ProductIntroduction"`
	CaseNum                      string `json:"CaseNum" xml:"CaseNum"`
	CopyName                     string `json:"CopyName" xml:"CopyName"`
	FinancialSex                 string `json:"FinancialSex" xml:"FinancialSex"`
	CirculationMarketValue       string `json:"CirculationMarketValue" xml:"CirculationMarketValue"`
	FreezeCourt                  string `json:"FreezeCourt" xml:"FreezeCourt"`
	UnfreezeDate                 string `json:"UnfreezeDate" xml:"UnfreezeDate"`
	JudgeResult                  string `json:"JudgeResult" xml:"JudgeResult"`
	CancelFlag                   string `json:"CancelFlag" xml:"CancelFlag"`
	CertScope                    string `json:"CertScope" xml:"CertScope"`
	CompetitionIntroduction      string `json:"CompetitionIntroduction" xml:"CompetitionIntroduction"`
	SubAmount                    string `json:"SubAmount" xml:"SubAmount"`
	ProductTag                   string `json:"ProductTag" xml:"ProductTag"`
	Device                       string `json:"Device" xml:"Device"`
	PunishBasis                  string `json:"PunishBasis" xml:"PunishBasis"`
	Version                      string `json:"Version" xml:"Version"`
	Plaintiff                    string `json:"Plaintiff" xml:"Plaintiff"`
	TotalShares                  string `json:"TotalShares" xml:"TotalShares"`
	Owner                        string `json:"Owner" xml:"Owner"`
	AuctionDate                  string `json:"AuctionDate" xml:"AuctionDate"`
	ProjectAmount                string `json:"ProjectAmount" xml:"ProjectAmount"`
	EventDate                    string `json:"EventDate" xml:"EventDate"`
	ScaContent                   string `json:"ScaContent" xml:"ScaContent"`
	ExecuteDepartment            string `json:"ExecuteDepartment" xml:"ExecuteDepartment"`
	TaxpayerType                 string `json:"TaxpayerType" xml:"TaxpayerType"`
	Defendant                    string `json:"Defendant" xml:"Defendant"`
	LegalSex                     string `json:"LegalSex" xml:"LegalSex"`
	FreezeCardType               string `json:"FreezeCardType" xml:"FreezeCardType"`
	PledgorAmount                string `json:"PledgorAmount" xml:"PledgorAmount"`
	SecuritiesCode               string `json:"SecuritiesCode" xml:"SecuritiesCode"`
	PunishNum                    string `json:"PunishNum" xml:"PunishNum"`
	Department                   string `json:"Department" xml:"Department"`
	InspectDate                  string `json:"InspectDate" xml:"InspectDate"`
	JudgeDepartment              string `json:"JudgeDepartment" xml:"JudgeDepartment"`
	NoticePeriod                 string `json:"NoticePeriod" xml:"NoticePeriod"`
	TenderEntName                string `json:"TenderEntName" xml:"TenderEntName"`
	WinnerEntName                string `json:"WinnerEntName" xml:"WinnerEntName"`
	OpeningTime                  string `json:"OpeningTime" xml:"OpeningTime"`
	OutDate                      string `json:"OutDate" xml:"OutDate"`
	CopyNum                      string `json:"CopyNum" xml:"CopyNum"`
	FinTurn                      string `json:"FinTurn" xml:"FinTurn"`
	Document                     string `json:"Document" xml:"Document"`
	InspectDepartment            string `json:"InspectDepartment" xml:"InspectDepartment"`
	UnfreezeCourt                string `json:"UnfreezeCourt" xml:"UnfreezeCourt"`
	ImageUrl                     string `json:"ImageUrl" xml:"ImageUrl"`
	Assistant                    string `json:"Assistant" xml:"Assistant"`
	Investors                    string `json:"Investors" xml:"Investors"`
	CompetitionBrandIntroduction string `json:"CompetitionBrandIntroduction" xml:"CompetitionBrandIntroduction"`
	PunishLaw                    string `json:"PunishLaw" xml:"PunishLaw"`
	RequestDate                  string `json:"RequestDate" xml:"RequestDate"`
	ShortName                    string `json:"ShortName" xml:"ShortName"`
	IdentifyNo                   string `json:"IdentifyNo" xml:"IdentifyNo"`
	PrioNum                      string `json:"PrioNum" xml:"PrioNum"`
	IdentCode                    string `json:"IdentCode" xml:"IdentCode"`
	UseYear                      string `json:"UseYear" xml:"UseYear"`
	BidIndustry                  string `json:"BidIndustry" xml:"BidIndustry"`
	InvestLicenseNo              string `json:"InvestLicenseNo" xml:"InvestLicenseNo"`
	PromiseEndDate               string `json:"PromiseEndDate" xml:"PromiseEndDate"`
	Agent                        string `json:"Agent" xml:"Agent"`
	CardType                     string `json:"CardType" xml:"CardType"`
	Court                        string `json:"Court" xml:"Court"`
	Location                     string `json:"Location" xml:"Location"`
	InspectTaskId                string `json:"InspectTaskId" xml:"InspectTaskId"`
	InspectItem                  string `json:"InspectItem" xml:"InspectItem"`
	PrioDate                     string `json:"PrioDate" xml:"PrioDate"`
	CompetitionEntEsDate         string `json:"CompetitionEntEsDate" xml:"CompetitionEntEsDate"`
	ElectType                    string `json:"ElectType" xml:"ElectType"`
	LandSource                   string `json:"LandSource" xml:"LandSource"`
	UnfreezeAdjustNum            string `json:"UnfreezeAdjustNum" xml:"UnfreezeAdjustNum"`
	ProjectNum                   string `json:"ProjectNum" xml:"ProjectNum"`
	RegNum                       string `json:"RegNum" xml:"RegNum"`
	StockName                    string `json:"StockName" xml:"StockName"`
	Education                    string `json:"Education" xml:"Education"`
	SigningMode                  string `json:"SigningMode" xml:"SigningMode"`
	EntNameEng                   string `json:"EntNameEng" xml:"EntNameEng"`
	JobTitle                     string `json:"JobTitle" xml:"JobTitle"`
	DebitType                    string `json:"DebitType" xml:"DebitType"`
	RegPubNo                     string `json:"RegPubNo" xml:"RegPubNo"`
	BidTitle                     string `json:"BidTitle" xml:"BidTitle"`
	Amount                       string `json:"Amount" xml:"Amount"`
	AuctionName                  string `json:"AuctionName" xml:"AuctionName"`
	FreezeCardNum                string `json:"FreezeCardNum" xml:"FreezeCardNum"`
	MemberName                   string `json:"MemberName" xml:"MemberName"`
	MortgageesName               string `json:"MortgageesName" xml:"MortgageesName"`
	TotalFlowShares              string `json:"TotalFlowShares" xml:"TotalFlowShares"`
	JudgeReason                  string `json:"JudgeReason" xml:"JudgeReason"`
	PatentType                   string `json:"PatentType" xml:"PatentType"`
	BidType                      string `json:"BidType" xml:"BidType"`
	Experience                   string `json:"Experience" xml:"Experience"`
	SecuritiesMarket             string `json:"SecuritiesMarket" xml:"SecuritiesMarket"`
	AfterContent                 string `json:"AfterContent" xml:"AfterContent"`
	CurrOverdueAmount            string `json:"CurrOverdueAmount" xml:"CurrOverdueAmount"`
	PatentName                   string `json:"PatentName" xml:"PatentName"`
	Industry                     string `json:"Industry" xml:"Industry"`
	CardNum                      string `json:"CardNum" xml:"CardNum"`
	InspectTypeName              string `json:"InspectTypeName" xml:"InspectTypeName"`
	RegionName                   string `json:"RegionName" xml:"RegionName"`
	Qualification                string `json:"Qualification" xml:"Qualification"`
	ProductWebsite               string `json:"ProductWebsite" xml:"ProductWebsite"`
	Number                       string `json:"Number" xml:"Number"`
	CauseAction                  string `json:"CauseAction" xml:"CauseAction"`
	TrademarkStatus              string `json:"TrademarkStatus" xml:"TrademarkStatus"`
	MemberPosition               string `json:"MemberPosition" xml:"MemberPosition"`
	StockType                    string `json:"StockType" xml:"StockType"`
	HomeUrl                      string `json:"HomeUrl" xml:"HomeUrl"`
}

DataItem is a nested struct in dt_oc_info response

type GetOcCompetitorsRequest

type GetOcCompetitorsRequest struct {
	*requests.RpcRequest
	PageNo    requests.Integer `position:"Body" name:"PageNo"`
	PageSize  requests.Integer `position:"Body" name:"PageSize"`
	SearchKey string           `position:"Body" name:"SearchKey"`
}

GetOcCompetitorsRequest is the request struct for api GetOcCompetitors

func CreateGetOcCompetitorsRequest

func CreateGetOcCompetitorsRequest() (request *GetOcCompetitorsRequest)

CreateGetOcCompetitorsRequest creates a request to invoke GetOcCompetitors API

type GetOcCompetitorsResponse

type GetOcCompetitorsResponse struct {
	*responses.BaseResponse
	Code      string     `json:"Code" xml:"Code"`
	Success   bool       `json:"Success" xml:"Success"`
	Message   string     `json:"Message" xml:"Message"`
	TotalNum  int        `json:"TotalNum" xml:"TotalNum"`
	PageIndex int        `json:"PageIndex" xml:"PageIndex"`
	PageNum   int        `json:"PageNum" xml:"PageNum"`
	RequestId string     `json:"RequestId" xml:"RequestId"`
	Data      []DataItem `json:"Data" xml:"Data"`
}

GetOcCompetitorsResponse is the response struct for api GetOcCompetitors

func CreateGetOcCompetitorsResponse

func CreateGetOcCompetitorsResponse() (response *GetOcCompetitorsResponse)

CreateGetOcCompetitorsResponse creates a response to parse from GetOcCompetitors response

type GetOcCoreTeamsRequest

type GetOcCoreTeamsRequest struct {
	*requests.RpcRequest
	PageNo    requests.Integer `position:"Body" name:"PageNo"`
	PageSize  requests.Integer `position:"Body" name:"PageSize"`
	SearchKey string           `position:"Body" name:"SearchKey"`
}

GetOcCoreTeamsRequest is the request struct for api GetOcCoreTeams

func CreateGetOcCoreTeamsRequest

func CreateGetOcCoreTeamsRequest() (request *GetOcCoreTeamsRequest)

CreateGetOcCoreTeamsRequest creates a request to invoke GetOcCoreTeams API

type GetOcCoreTeamsResponse

type GetOcCoreTeamsResponse struct {
	*responses.BaseResponse
	Code      string     `json:"Code" xml:"Code"`
	Success   bool       `json:"Success" xml:"Success"`
	Message   string     `json:"Message" xml:"Message"`
	TotalNum  int        `json:"TotalNum" xml:"TotalNum"`
	PageIndex int        `json:"PageIndex" xml:"PageIndex"`
	PageNum   int        `json:"PageNum" xml:"PageNum"`
	RequestId string     `json:"RequestId" xml:"RequestId"`
	Data      []DataItem `json:"Data" xml:"Data"`
}

GetOcCoreTeamsResponse is the response struct for api GetOcCoreTeams

func CreateGetOcCoreTeamsResponse

func CreateGetOcCoreTeamsResponse() (response *GetOcCoreTeamsResponse)

CreateGetOcCoreTeamsResponse creates a response to parse from GetOcCoreTeams response

type GetOcFinancingRequest

type GetOcFinancingRequest struct {
	*requests.RpcRequest
	PageNo    requests.Integer `position:"Body" name:"PageNo"`
	PageSize  requests.Integer `position:"Body" name:"PageSize"`
	SearchKey string           `position:"Body" name:"SearchKey"`
}

GetOcFinancingRequest is the request struct for api GetOcFinancing

func CreateGetOcFinancingRequest

func CreateGetOcFinancingRequest() (request *GetOcFinancingRequest)

CreateGetOcFinancingRequest creates a request to invoke GetOcFinancing API

type GetOcFinancingResponse

type GetOcFinancingResponse struct {
	*responses.BaseResponse
	Code      string     `json:"Code" xml:"Code"`
	Success   bool       `json:"Success" xml:"Success"`
	Message   string     `json:"Message" xml:"Message"`
	TotalNum  int        `json:"TotalNum" xml:"TotalNum"`
	PageIndex int        `json:"PageIndex" xml:"PageIndex"`
	PageNum   int        `json:"PageNum" xml:"PageNum"`
	RequestId string     `json:"RequestId" xml:"RequestId"`
	Data      []DataItem `json:"Data" xml:"Data"`
}

GetOcFinancingResponse is the response struct for api GetOcFinancing

func CreateGetOcFinancingResponse

func CreateGetOcFinancingResponse() (response *GetOcFinancingResponse)

CreateGetOcFinancingResponse creates a response to parse from GetOcFinancing response

type GetOcFuzzSearchRequest

type GetOcFuzzSearchRequest struct {
	*requests.RpcRequest
	PageNo    requests.Integer `position:"Body" name:"PageNo"`
	PageSize  requests.Integer `position:"Body" name:"PageSize"`
	SearchKey string           `position:"Body" name:"SearchKey"`
}

GetOcFuzzSearchRequest is the request struct for api GetOcFuzzSearch

func CreateGetOcFuzzSearchRequest

func CreateGetOcFuzzSearchRequest() (request *GetOcFuzzSearchRequest)

CreateGetOcFuzzSearchRequest creates a request to invoke GetOcFuzzSearch API

type GetOcFuzzSearchResponse

type GetOcFuzzSearchResponse struct {
	*responses.BaseResponse
	Code      string     `json:"Code" xml:"Code"`
	Success   bool       `json:"Success" xml:"Success"`
	Message   string     `json:"Message" xml:"Message"`
	TotalNum  int        `json:"TotalNum" xml:"TotalNum"`
	PageIndex int        `json:"PageIndex" xml:"PageIndex"`
	PageNum   int        `json:"PageNum" xml:"PageNum"`
	RequestId string     `json:"RequestId" xml:"RequestId"`
	Data      []DataItem `json:"Data" xml:"Data"`
}

GetOcFuzzSearchResponse is the response struct for api GetOcFuzzSearch

func CreateGetOcFuzzSearchResponse

func CreateGetOcFuzzSearchResponse() (response *GetOcFuzzSearchResponse)

CreateGetOcFuzzSearchResponse creates a response to parse from GetOcFuzzSearch response

type GetOcIcAbnormalOperationRequest

type GetOcIcAbnormalOperationRequest struct {
	*requests.RpcRequest
	PageNo    requests.Integer `position:"Body" name:"PageNo"`
	PageSize  requests.Integer `position:"Body" name:"PageSize"`
	SearchKey string           `position:"Body" name:"SearchKey"`
}

GetOcIcAbnormalOperationRequest is the request struct for api GetOcIcAbnormalOperation

func CreateGetOcIcAbnormalOperationRequest

func CreateGetOcIcAbnormalOperationRequest() (request *GetOcIcAbnormalOperationRequest)

CreateGetOcIcAbnormalOperationRequest creates a request to invoke GetOcIcAbnormalOperation API

type GetOcIcAbnormalOperationResponse

type GetOcIcAbnormalOperationResponse struct {
	*responses.BaseResponse
	Code      string     `json:"Code" xml:"Code"`
	Success   bool       `json:"Success" xml:"Success"`
	Message   string     `json:"Message" xml:"Message"`
	TotalNum  int        `json:"TotalNum" xml:"TotalNum"`
	PageIndex int        `json:"PageIndex" xml:"PageIndex"`
	PageNum   int        `json:"PageNum" xml:"PageNum"`
	RequestId string     `json:"RequestId" xml:"RequestId"`
	Data      []DataItem `json:"Data" xml:"Data"`
}

GetOcIcAbnormalOperationResponse is the response struct for api GetOcIcAbnormalOperation

func CreateGetOcIcAbnormalOperationResponse

func CreateGetOcIcAbnormalOperationResponse() (response *GetOcIcAbnormalOperationResponse)

CreateGetOcIcAbnormalOperationResponse creates a response to parse from GetOcIcAbnormalOperation response

type GetOcIcAdminLicenseRequest

type GetOcIcAdminLicenseRequest struct {
	*requests.RpcRequest
	PageNo    requests.Integer `position:"Body" name:"PageNo"`
	PageSize  requests.Integer `position:"Body" name:"PageSize"`
	SearchKey string           `position:"Body" name:"SearchKey"`
}

GetOcIcAdminLicenseRequest is the request struct for api GetOcIcAdminLicense

func CreateGetOcIcAdminLicenseRequest

func CreateGetOcIcAdminLicenseRequest() (request *GetOcIcAdminLicenseRequest)

CreateGetOcIcAdminLicenseRequest creates a request to invoke GetOcIcAdminLicense API

type GetOcIcAdminLicenseResponse

type GetOcIcAdminLicenseResponse struct {
	*responses.BaseResponse
	Code      string     `json:"Code" xml:"Code"`
	Success   bool       `json:"Success" xml:"Success"`
	Message   string     `json:"Message" xml:"Message"`
	TotalNum  int        `json:"TotalNum" xml:"TotalNum"`
	PageIndex int        `json:"PageIndex" xml:"PageIndex"`
	PageNum   int        `json:"PageNum" xml:"PageNum"`
	RequestId string     `json:"RequestId" xml:"RequestId"`
	Data      []DataItem `json:"Data" xml:"Data"`
}

GetOcIcAdminLicenseResponse is the response struct for api GetOcIcAdminLicense

func CreateGetOcIcAdminLicenseResponse

func CreateGetOcIcAdminLicenseResponse() (response *GetOcIcAdminLicenseResponse)

CreateGetOcIcAdminLicenseResponse creates a response to parse from GetOcIcAdminLicense response

type GetOcIcBasicRequest

type GetOcIcBasicRequest struct {
	*requests.RpcRequest
	SearchKey string `position:"Body" name:"SearchKey"`
}

GetOcIcBasicRequest is the request struct for api GetOcIcBasic

func CreateGetOcIcBasicRequest

func CreateGetOcIcBasicRequest() (request *GetOcIcBasicRequest)

CreateGetOcIcBasicRequest creates a request to invoke GetOcIcBasic API

type GetOcIcBasicResponse

type GetOcIcBasicResponse struct {
	*responses.BaseResponse
	Code      string `json:"Code" xml:"Code"`
	Success   bool   `json:"Success" xml:"Success"`
	Message   string `json:"Message" xml:"Message"`
	TotalNum  int    `json:"TotalNum" xml:"TotalNum"`
	PageIndex int    `json:"PageIndex" xml:"PageIndex"`
	PageNum   int    `json:"PageNum" xml:"PageNum"`
	RequestId string `json:"RequestId" xml:"RequestId"`
	Data      Data   `json:"Data" xml:"Data"`
}

GetOcIcBasicResponse is the response struct for api GetOcIcBasic

func CreateGetOcIcBasicResponse

func CreateGetOcIcBasicResponse() (response *GetOcIcBasicResponse)

CreateGetOcIcBasicResponse creates a response to parse from GetOcIcBasic response

type GetOcIcBranchRequest

type GetOcIcBranchRequest struct {
	*requests.RpcRequest
	PageNo    requests.Integer `position:"Body" name:"PageNo"`
	PageSize  requests.Integer `position:"Body" name:"PageSize"`
	SearchKey string           `position:"Body" name:"SearchKey"`
}

GetOcIcBranchRequest is the request struct for api GetOcIcBranch

func CreateGetOcIcBranchRequest

func CreateGetOcIcBranchRequest() (request *GetOcIcBranchRequest)

CreateGetOcIcBranchRequest creates a request to invoke GetOcIcBranch API

type GetOcIcBranchResponse

type GetOcIcBranchResponse struct {
	*responses.BaseResponse
	Code      string     `json:"Code" xml:"Code"`
	Success   bool       `json:"Success" xml:"Success"`
	Message   string     `json:"Message" xml:"Message"`
	TotalNum  int        `json:"TotalNum" xml:"TotalNum"`
	PageIndex int        `json:"PageIndex" xml:"PageIndex"`
	PageNum   int        `json:"PageNum" xml:"PageNum"`
	RequestId string     `json:"RequestId" xml:"RequestId"`
	Data      []DataItem `json:"Data" xml:"Data"`
}

GetOcIcBranchResponse is the response struct for api GetOcIcBranch

func CreateGetOcIcBranchResponse

func CreateGetOcIcBranchResponse() (response *GetOcIcBranchResponse)

CreateGetOcIcBranchResponse creates a response to parse from GetOcIcBranch response

type GetOcIcChangeRecordRequest

type GetOcIcChangeRecordRequest struct {
	*requests.RpcRequest
	PageNo    requests.Integer `position:"Body" name:"PageNo"`
	PageSize  requests.Integer `position:"Body" name:"PageSize"`
	SearchKey string           `position:"Body" name:"SearchKey"`
}

GetOcIcChangeRecordRequest is the request struct for api GetOcIcChangeRecord

func CreateGetOcIcChangeRecordRequest

func CreateGetOcIcChangeRecordRequest() (request *GetOcIcChangeRecordRequest)

CreateGetOcIcChangeRecordRequest creates a request to invoke GetOcIcChangeRecord API

type GetOcIcChangeRecordResponse

type GetOcIcChangeRecordResponse struct {
	*responses.BaseResponse
	Code      string     `json:"Code" xml:"Code"`
	Success   bool       `json:"Success" xml:"Success"`
	Message   string     `json:"Message" xml:"Message"`
	TotalNum  int        `json:"TotalNum" xml:"TotalNum"`
	PageIndex int        `json:"PageIndex" xml:"PageIndex"`
	PageNum   int        `json:"PageNum" xml:"PageNum"`
	RequestId string     `json:"RequestId" xml:"RequestId"`
	Data      []DataItem `json:"Data" xml:"Data"`
}

GetOcIcChangeRecordResponse is the response struct for api GetOcIcChangeRecord

func CreateGetOcIcChangeRecordResponse

func CreateGetOcIcChangeRecordResponse() (response *GetOcIcChangeRecordResponse)

CreateGetOcIcChangeRecordResponse creates a response to parse from GetOcIcChangeRecord response

type GetOcIcCheckupRequest

type GetOcIcCheckupRequest struct {
	*requests.RpcRequest
	PageNo    requests.Integer `position:"Body" name:"PageNo"`
	PageSize  requests.Integer `position:"Body" name:"PageSize"`
	SearchKey string           `position:"Body" name:"SearchKey"`
}

GetOcIcCheckupRequest is the request struct for api GetOcIcCheckup

func CreateGetOcIcCheckupRequest

func CreateGetOcIcCheckupRequest() (request *GetOcIcCheckupRequest)

CreateGetOcIcCheckupRequest creates a request to invoke GetOcIcCheckup API

type GetOcIcCheckupResponse

type GetOcIcCheckupResponse struct {
	*responses.BaseResponse
	Code      string     `json:"Code" xml:"Code"`
	Success   bool       `json:"Success" xml:"Success"`
	Message   string     `json:"Message" xml:"Message"`
	TotalNum  int        `json:"TotalNum" xml:"TotalNum"`
	PageIndex int        `json:"PageIndex" xml:"PageIndex"`
	PageNum   int        `json:"PageNum" xml:"PageNum"`
	RequestId string     `json:"RequestId" xml:"RequestId"`
	Data      []DataItem `json:"Data" xml:"Data"`
}

GetOcIcCheckupResponse is the response struct for api GetOcIcCheckup

func CreateGetOcIcCheckupResponse

func CreateGetOcIcCheckupResponse() (response *GetOcIcCheckupResponse)

CreateGetOcIcCheckupResponse creates a response to parse from GetOcIcCheckup response

type GetOcIcClearAccountRequest

type GetOcIcClearAccountRequest struct {
	*requests.RpcRequest
	PageNo    requests.Integer `position:"Body" name:"PageNo"`
	PageSize  requests.Integer `position:"Body" name:"PageSize"`
	SearchKey string           `position:"Body" name:"SearchKey"`
}

GetOcIcClearAccountRequest is the request struct for api GetOcIcClearAccount

func CreateGetOcIcClearAccountRequest

func CreateGetOcIcClearAccountRequest() (request *GetOcIcClearAccountRequest)

CreateGetOcIcClearAccountRequest creates a request to invoke GetOcIcClearAccount API

type GetOcIcClearAccountResponse

type GetOcIcClearAccountResponse struct {
	*responses.BaseResponse
	Code      string     `json:"Code" xml:"Code"`
	Success   bool       `json:"Success" xml:"Success"`
	Message   string     `json:"Message" xml:"Message"`
	TotalNum  int        `json:"TotalNum" xml:"TotalNum"`
	PageIndex int        `json:"PageIndex" xml:"PageIndex"`
	PageNum   int        `json:"PageNum" xml:"PageNum"`
	RequestId string     `json:"RequestId" xml:"RequestId"`
	Data      []DataItem `json:"Data" xml:"Data"`
}

GetOcIcClearAccountResponse is the response struct for api GetOcIcClearAccount

func CreateGetOcIcClearAccountResponse

func CreateGetOcIcClearAccountResponse() (response *GetOcIcClearAccountResponse)

CreateGetOcIcClearAccountResponse creates a response to parse from GetOcIcClearAccount response

type GetOcIcDoubleCheckupRequest

type GetOcIcDoubleCheckupRequest struct {
	*requests.RpcRequest
	PageNo    requests.Integer `position:"Body" name:"PageNo"`
	PageSize  requests.Integer `position:"Body" name:"PageSize"`
	SearchKey string           `position:"Body" name:"SearchKey"`
}

GetOcIcDoubleCheckupRequest is the request struct for api GetOcIcDoubleCheckup

func CreateGetOcIcDoubleCheckupRequest

func CreateGetOcIcDoubleCheckupRequest() (request *GetOcIcDoubleCheckupRequest)

CreateGetOcIcDoubleCheckupRequest creates a request to invoke GetOcIcDoubleCheckup API

type GetOcIcDoubleCheckupResponse

type GetOcIcDoubleCheckupResponse struct {
	*responses.BaseResponse
	Code      string     `json:"Code" xml:"Code"`
	Success   bool       `json:"Success" xml:"Success"`
	Message   string     `json:"Message" xml:"Message"`
	TotalNum  int        `json:"TotalNum" xml:"TotalNum"`
	PageIndex int        `json:"PageIndex" xml:"PageIndex"`
	PageNum   int        `json:"PageNum" xml:"PageNum"`
	RequestId string     `json:"RequestId" xml:"RequestId"`
	Data      []DataItem `json:"Data" xml:"Data"`
}

GetOcIcDoubleCheckupResponse is the response struct for api GetOcIcDoubleCheckup

func CreateGetOcIcDoubleCheckupResponse

func CreateGetOcIcDoubleCheckupResponse() (response *GetOcIcDoubleCheckupResponse)

CreateGetOcIcDoubleCheckupResponse creates a response to parse from GetOcIcDoubleCheckup response

type GetOcIcEmployeeRequest

type GetOcIcEmployeeRequest struct {
	*requests.RpcRequest
	RequestId string           `position:"Body" name:"RequestId"`
	PageNo    requests.Integer `position:"Body" name:"PageNo"`
	PageSize  requests.Integer `position:"Body" name:"PageSize"`
	SearchKey string           `position:"Body" name:"SearchKey"`
}

GetOcIcEmployeeRequest is the request struct for api GetOcIcEmployee

func CreateGetOcIcEmployeeRequest

func CreateGetOcIcEmployeeRequest() (request *GetOcIcEmployeeRequest)

CreateGetOcIcEmployeeRequest creates a request to invoke GetOcIcEmployee API

type GetOcIcEmployeeResponse

type GetOcIcEmployeeResponse struct {
	*responses.BaseResponse
	Code      string     `json:"Code" xml:"Code"`
	Success   bool       `json:"Success" xml:"Success"`
	Message   string     `json:"Message" xml:"Message"`
	TotalNum  int        `json:"TotalNum" xml:"TotalNum"`
	PageIndex int        `json:"PageIndex" xml:"PageIndex"`
	PageNum   int        `json:"PageNum" xml:"PageNum"`
	RequestId string     `json:"RequestId" xml:"RequestId"`
	Data      []DataItem `json:"Data" xml:"Data"`
}

GetOcIcEmployeeResponse is the response struct for api GetOcIcEmployee

func CreateGetOcIcEmployeeResponse

func CreateGetOcIcEmployeeResponse() (response *GetOcIcEmployeeResponse)

CreateGetOcIcEmployeeResponse creates a response to parse from GetOcIcEmployee response

type GetOcIcEquityFrozenRequest

type GetOcIcEquityFrozenRequest struct {
	*requests.RpcRequest
	PageNo    requests.Integer `position:"Body" name:"PageNo"`
	PageSize  requests.Integer `position:"Body" name:"PageSize"`
	SearchKey string           `position:"Body" name:"SearchKey"`
}

GetOcIcEquityFrozenRequest is the request struct for api GetOcIcEquityFrozen

func CreateGetOcIcEquityFrozenRequest

func CreateGetOcIcEquityFrozenRequest() (request *GetOcIcEquityFrozenRequest)

CreateGetOcIcEquityFrozenRequest creates a request to invoke GetOcIcEquityFrozen API

type GetOcIcEquityFrozenResponse

type GetOcIcEquityFrozenResponse struct {
	*responses.BaseResponse
	Code      string     `json:"Code" xml:"Code"`
	Success   bool       `json:"Success" xml:"Success"`
	Message   string     `json:"Message" xml:"Message"`
	TotalNum  int        `json:"TotalNum" xml:"TotalNum"`
	PageIndex int        `json:"PageIndex" xml:"PageIndex"`
	PageNum   int        `json:"PageNum" xml:"PageNum"`
	RequestId string     `json:"RequestId" xml:"RequestId"`
	Data      []DataItem `json:"Data" xml:"Data"`
}

GetOcIcEquityFrozenResponse is the response struct for api GetOcIcEquityFrozen

func CreateGetOcIcEquityFrozenResponse

func CreateGetOcIcEquityFrozenResponse() (response *GetOcIcEquityFrozenResponse)

CreateGetOcIcEquityFrozenResponse creates a response to parse from GetOcIcEquityFrozen response

type GetOcIcEquityPledgeRequest

type GetOcIcEquityPledgeRequest struct {
	*requests.RpcRequest
	PageNo    requests.Integer `position:"Body" name:"PageNo"`
	PageSize  requests.Integer `position:"Body" name:"PageSize"`
	SearchKey string           `position:"Body" name:"SearchKey"`
}

GetOcIcEquityPledgeRequest is the request struct for api GetOcIcEquityPledge

func CreateGetOcIcEquityPledgeRequest

func CreateGetOcIcEquityPledgeRequest() (request *GetOcIcEquityPledgeRequest)

CreateGetOcIcEquityPledgeRequest creates a request to invoke GetOcIcEquityPledge API

type GetOcIcEquityPledgeResponse

type GetOcIcEquityPledgeResponse struct {
	*responses.BaseResponse
	Code      string     `json:"Code" xml:"Code"`
	Success   bool       `json:"Success" xml:"Success"`
	Message   string     `json:"Message" xml:"Message"`
	TotalNum  int        `json:"TotalNum" xml:"TotalNum"`
	PageIndex int        `json:"PageIndex" xml:"PageIndex"`
	PageNum   int        `json:"PageNum" xml:"PageNum"`
	RequestId string     `json:"RequestId" xml:"RequestId"`
	Data      []DataItem `json:"Data" xml:"Data"`
}

GetOcIcEquityPledgeResponse is the response struct for api GetOcIcEquityPledge

func CreateGetOcIcEquityPledgeResponse

func CreateGetOcIcEquityPledgeResponse() (response *GetOcIcEquityPledgeResponse)

CreateGetOcIcEquityPledgeResponse creates a response to parse from GetOcIcEquityPledge response

type GetOcIcInvestmentRequest

type GetOcIcInvestmentRequest struct {
	*requests.RpcRequest
	PageNo    requests.Integer `position:"Body" name:"PageNo"`
	PageSize  requests.Integer `position:"Body" name:"PageSize"`
	SearchKey string           `position:"Body" name:"SearchKey"`
}

GetOcIcInvestmentRequest is the request struct for api GetOcIcInvestment

func CreateGetOcIcInvestmentRequest

func CreateGetOcIcInvestmentRequest() (request *GetOcIcInvestmentRequest)

CreateGetOcIcInvestmentRequest creates a request to invoke GetOcIcInvestment API

type GetOcIcInvestmentResponse

type GetOcIcInvestmentResponse struct {
	*responses.BaseResponse
	Code      string     `json:"Code" xml:"Code"`
	Success   bool       `json:"Success" xml:"Success"`
	Message   string     `json:"Message" xml:"Message"`
	TotalNum  int        `json:"TotalNum" xml:"TotalNum"`
	PageIndex int        `json:"PageIndex" xml:"PageIndex"`
	PageNum   int        `json:"PageNum" xml:"PageNum"`
	RequestId string     `json:"RequestId" xml:"RequestId"`
	Data      []DataItem `json:"Data" xml:"Data"`
}

GetOcIcInvestmentResponse is the response struct for api GetOcIcInvestment

func CreateGetOcIcInvestmentResponse

func CreateGetOcIcInvestmentResponse() (response *GetOcIcInvestmentResponse)

CreateGetOcIcInvestmentResponse creates a response to parse from GetOcIcInvestment response

type GetOcIcKnowledgePropertyPledgeRequest

type GetOcIcKnowledgePropertyPledgeRequest struct {
	*requests.RpcRequest
	RequestId string           `position:"Body" name:"RequestId"`
	PageNo    requests.Integer `position:"Body" name:"PageNo"`
	PageSize  requests.Integer `position:"Body" name:"PageSize"`
	SearchKey string           `position:"Body" name:"SearchKey"`
}

GetOcIcKnowledgePropertyPledgeRequest is the request struct for api GetOcIcKnowledgePropertyPledge

func CreateGetOcIcKnowledgePropertyPledgeRequest

func CreateGetOcIcKnowledgePropertyPledgeRequest() (request *GetOcIcKnowledgePropertyPledgeRequest)

CreateGetOcIcKnowledgePropertyPledgeRequest creates a request to invoke GetOcIcKnowledgePropertyPledge API

type GetOcIcKnowledgePropertyPledgeResponse

type GetOcIcKnowledgePropertyPledgeResponse struct {
	*responses.BaseResponse
	Code      string     `json:"Code" xml:"Code"`
	Success   bool       `json:"Success" xml:"Success"`
	Message   string     `json:"Message" xml:"Message"`
	TotalNum  int        `json:"TotalNum" xml:"TotalNum"`
	PageIndex int        `json:"PageIndex" xml:"PageIndex"`
	PageNum   int        `json:"PageNum" xml:"PageNum"`
	RequestId string     `json:"RequestId" xml:"RequestId"`
	Data      []DataItem `json:"Data" xml:"Data"`
}

GetOcIcKnowledgePropertyPledgeResponse is the response struct for api GetOcIcKnowledgePropertyPledge

func CreateGetOcIcKnowledgePropertyPledgeResponse

func CreateGetOcIcKnowledgePropertyPledgeResponse() (response *GetOcIcKnowledgePropertyPledgeResponse)

CreateGetOcIcKnowledgePropertyPledgeResponse creates a response to parse from GetOcIcKnowledgePropertyPledge response

type GetOcIcMortgageRequest

type GetOcIcMortgageRequest struct {
	*requests.RpcRequest
	PageNo    requests.Integer `position:"Body" name:"PageNo"`
	PageSize  requests.Integer `position:"Body" name:"PageSize"`
	SearchKey string           `position:"Body" name:"SearchKey"`
}

GetOcIcMortgageRequest is the request struct for api GetOcIcMortgage

func CreateGetOcIcMortgageRequest

func CreateGetOcIcMortgageRequest() (request *GetOcIcMortgageRequest)

CreateGetOcIcMortgageRequest creates a request to invoke GetOcIcMortgage API

type GetOcIcMortgageResponse

type GetOcIcMortgageResponse struct {
	*responses.BaseResponse
	Code      string     `json:"Code" xml:"Code"`
	Success   bool       `json:"Success" xml:"Success"`
	Message   string     `json:"Message" xml:"Message"`
	TotalNum  int        `json:"TotalNum" xml:"TotalNum"`
	PageIndex int        `json:"PageIndex" xml:"PageIndex"`
	PageNum   int        `json:"PageNum" xml:"PageNum"`
	RequestId string     `json:"RequestId" xml:"RequestId"`
	Data      []DataItem `json:"Data" xml:"Data"`
}

GetOcIcMortgageResponse is the response struct for api GetOcIcMortgage

func CreateGetOcIcMortgageResponse

func CreateGetOcIcMortgageResponse() (response *GetOcIcMortgageResponse)

CreateGetOcIcMortgageResponse creates a response to parse from GetOcIcMortgage response

type GetOcIcSeriousOffenseRequest

type GetOcIcSeriousOffenseRequest struct {
	*requests.RpcRequest
	PageNo    requests.Integer `position:"Body" name:"PageNo"`
	PageSize  requests.Integer `position:"Body" name:"PageSize"`
	SearchKey string           `position:"Body" name:"SearchKey"`
}

GetOcIcSeriousOffenseRequest is the request struct for api GetOcIcSeriousOffense

func CreateGetOcIcSeriousOffenseRequest

func CreateGetOcIcSeriousOffenseRequest() (request *GetOcIcSeriousOffenseRequest)

CreateGetOcIcSeriousOffenseRequest creates a request to invoke GetOcIcSeriousOffense API

type GetOcIcSeriousOffenseResponse

type GetOcIcSeriousOffenseResponse struct {
	*responses.BaseResponse
	Code      string     `json:"Code" xml:"Code"`
	Success   bool       `json:"Success" xml:"Success"`
	Message   string     `json:"Message" xml:"Message"`
	TotalNum  int        `json:"TotalNum" xml:"TotalNum"`
	PageIndex int        `json:"PageIndex" xml:"PageIndex"`
	PageNum   int        `json:"PageNum" xml:"PageNum"`
	RequestId string     `json:"RequestId" xml:"RequestId"`
	Data      []DataItem `json:"Data" xml:"Data"`
}

GetOcIcSeriousOffenseResponse is the response struct for api GetOcIcSeriousOffense

func CreateGetOcIcSeriousOffenseResponse

func CreateGetOcIcSeriousOffenseResponse() (response *GetOcIcSeriousOffenseResponse)

CreateGetOcIcSeriousOffenseResponse creates a response to parse from GetOcIcSeriousOffense response

type GetOcIcShareholderRequest

type GetOcIcShareholderRequest struct {
	*requests.RpcRequest
	PageNo    requests.Integer `position:"Body" name:"PageNo"`
	PageSize  requests.Integer `position:"Body" name:"PageSize"`
	SearchKey string           `position:"Body" name:"SearchKey"`
}

GetOcIcShareholderRequest is the request struct for api GetOcIcShareholder

func CreateGetOcIcShareholderRequest

func CreateGetOcIcShareholderRequest() (request *GetOcIcShareholderRequest)

CreateGetOcIcShareholderRequest creates a request to invoke GetOcIcShareholder API

type GetOcIcShareholderResponse

type GetOcIcShareholderResponse struct {
	*responses.BaseResponse
	Code      string     `json:"Code" xml:"Code"`
	Success   bool       `json:"Success" xml:"Success"`
	Message   string     `json:"Message" xml:"Message"`
	TotalNum  int        `json:"TotalNum" xml:"TotalNum"`
	PageIndex int        `json:"PageIndex" xml:"PageIndex"`
	PageNum   int        `json:"PageNum" xml:"PageNum"`
	RequestId string     `json:"RequestId" xml:"RequestId"`
	Data      []DataItem `json:"Data" xml:"Data"`
}

GetOcIcShareholderResponse is the response struct for api GetOcIcShareholder

func CreateGetOcIcShareholderResponse

func CreateGetOcIcShareholderResponse() (response *GetOcIcShareholderResponse)

CreateGetOcIcShareholderResponse creates a response to parse from GetOcIcShareholder response

type GetOcIcSimpleCancelRequest

type GetOcIcSimpleCancelRequest struct {
	*requests.RpcRequest
	PageNo    requests.Integer `position:"Body" name:"PageNo"`
	PageSize  requests.Integer `position:"Body" name:"PageSize"`
	SearchKey string           `position:"Body" name:"SearchKey"`
}

GetOcIcSimpleCancelRequest is the request struct for api GetOcIcSimpleCancel

func CreateGetOcIcSimpleCancelRequest

func CreateGetOcIcSimpleCancelRequest() (request *GetOcIcSimpleCancelRequest)

CreateGetOcIcSimpleCancelRequest creates a request to invoke GetOcIcSimpleCancel API

type GetOcIcSimpleCancelResponse

type GetOcIcSimpleCancelResponse struct {
	*responses.BaseResponse
	Code      string     `json:"Code" xml:"Code"`
	Success   bool       `json:"Success" xml:"Success"`
	Message   string     `json:"Message" xml:"Message"`
	TotalNum  int        `json:"TotalNum" xml:"TotalNum"`
	PageIndex int        `json:"PageIndex" xml:"PageIndex"`
	PageNum   int        `json:"PageNum" xml:"PageNum"`
	RequestId string     `json:"RequestId" xml:"RequestId"`
	Data      []DataItem `json:"Data" xml:"Data"`
}

GetOcIcSimpleCancelResponse is the response struct for api GetOcIcSimpleCancel

func CreateGetOcIcSimpleCancelResponse

func CreateGetOcIcSimpleCancelResponse() (response *GetOcIcSimpleCancelResponse)

CreateGetOcIcSimpleCancelResponse creates a response to parse from GetOcIcSimpleCancel response

type GetOcIpCertificateRequest

type GetOcIpCertificateRequest struct {
	*requests.RpcRequest
	PageNo    requests.Integer `position:"Body" name:"PageNo"`
	PageSize  requests.Integer `position:"Body" name:"PageSize"`
	SearchKey string           `position:"Body" name:"SearchKey"`
}

GetOcIpCertificateRequest is the request struct for api GetOcIpCertificate

func CreateGetOcIpCertificateRequest

func CreateGetOcIpCertificateRequest() (request *GetOcIpCertificateRequest)

CreateGetOcIpCertificateRequest creates a request to invoke GetOcIpCertificate API

type GetOcIpCertificateResponse

type GetOcIpCertificateResponse struct {
	*responses.BaseResponse
	Code      string     `json:"Code" xml:"Code"`
	Success   bool       `json:"Success" xml:"Success"`
	Message   string     `json:"Message" xml:"Message"`
	TotalNum  int        `json:"TotalNum" xml:"TotalNum"`
	PageIndex int        `json:"PageIndex" xml:"PageIndex"`
	PageNum   int        `json:"PageNum" xml:"PageNum"`
	RequestId string     `json:"RequestId" xml:"RequestId"`
	Data      []DataItem `json:"Data" xml:"Data"`
}

GetOcIpCertificateResponse is the response struct for api GetOcIpCertificate

func CreateGetOcIpCertificateResponse

func CreateGetOcIpCertificateResponse() (response *GetOcIpCertificateResponse)

CreateGetOcIpCertificateResponse creates a response to parse from GetOcIpCertificate response

type GetOcIpDomainRequest

type GetOcIpDomainRequest struct {
	*requests.RpcRequest
	PageNo    requests.Integer `position:"Body" name:"PageNo"`
	PageSize  requests.Integer `position:"Body" name:"PageSize"`
	SearchKey string           `position:"Body" name:"SearchKey"`
}

GetOcIpDomainRequest is the request struct for api GetOcIpDomain

func CreateGetOcIpDomainRequest

func CreateGetOcIpDomainRequest() (request *GetOcIpDomainRequest)

CreateGetOcIpDomainRequest creates a request to invoke GetOcIpDomain API

type GetOcIpDomainResponse

type GetOcIpDomainResponse struct {
	*responses.BaseResponse
	Code      string     `json:"Code" xml:"Code"`
	Success   bool       `json:"Success" xml:"Success"`
	Message   string     `json:"Message" xml:"Message"`
	TotalNum  int        `json:"TotalNum" xml:"TotalNum"`
	PageIndex int        `json:"PageIndex" xml:"PageIndex"`
	PageNum   int        `json:"PageNum" xml:"PageNum"`
	RequestId string     `json:"RequestId" xml:"RequestId"`
	Data      []DataItem `json:"Data" xml:"Data"`
}

GetOcIpDomainResponse is the response struct for api GetOcIpDomain

func CreateGetOcIpDomainResponse

func CreateGetOcIpDomainResponse() (response *GetOcIpDomainResponse)

CreateGetOcIpDomainResponse creates a response to parse from GetOcIpDomain response

type GetOcIpPatentRequest

type GetOcIpPatentRequest struct {
	*requests.RpcRequest
	PageNo    requests.Integer `position:"Body" name:"PageNo"`
	PageSize  requests.Integer `position:"Body" name:"PageSize"`
	SearchKey string           `position:"Body" name:"SearchKey"`
}

GetOcIpPatentRequest is the request struct for api GetOcIpPatent

func CreateGetOcIpPatentRequest

func CreateGetOcIpPatentRequest() (request *GetOcIpPatentRequest)

CreateGetOcIpPatentRequest creates a request to invoke GetOcIpPatent API

type GetOcIpPatentResponse

type GetOcIpPatentResponse struct {
	*responses.BaseResponse
	Code      string     `json:"Code" xml:"Code"`
	Success   bool       `json:"Success" xml:"Success"`
	Message   string     `json:"Message" xml:"Message"`
	TotalNum  int        `json:"TotalNum" xml:"TotalNum"`
	PageIndex int        `json:"PageIndex" xml:"PageIndex"`
	PageNum   int        `json:"PageNum" xml:"PageNum"`
	RequestId string     `json:"RequestId" xml:"RequestId"`
	Data      []DataItem `json:"Data" xml:"Data"`
}

GetOcIpPatentResponse is the response struct for api GetOcIpPatent

func CreateGetOcIpPatentResponse

func CreateGetOcIpPatentResponse() (response *GetOcIpPatentResponse)

CreateGetOcIpPatentResponse creates a response to parse from GetOcIpPatent response

type GetOcIpSoftwareCopyrightRequest

type GetOcIpSoftwareCopyrightRequest struct {
	*requests.RpcRequest
	PageNo    requests.Integer `position:"Body" name:"PageNo"`
	PageSize  requests.Integer `position:"Body" name:"PageSize"`
	SearchKey string           `position:"Body" name:"SearchKey"`
}

GetOcIpSoftwareCopyrightRequest is the request struct for api GetOcIpSoftwareCopyright

func CreateGetOcIpSoftwareCopyrightRequest

func CreateGetOcIpSoftwareCopyrightRequest() (request *GetOcIpSoftwareCopyrightRequest)

CreateGetOcIpSoftwareCopyrightRequest creates a request to invoke GetOcIpSoftwareCopyright API

type GetOcIpSoftwareCopyrightResponse

type GetOcIpSoftwareCopyrightResponse struct {
	*responses.BaseResponse
	Code      string     `json:"Code" xml:"Code"`
	Success   bool       `json:"Success" xml:"Success"`
	Message   string     `json:"Message" xml:"Message"`
	TotalNum  int        `json:"TotalNum" xml:"TotalNum"`
	PageIndex int        `json:"PageIndex" xml:"PageIndex"`
	PageNum   int        `json:"PageNum" xml:"PageNum"`
	RequestId string     `json:"RequestId" xml:"RequestId"`
	Data      []DataItem `json:"Data" xml:"Data"`
}

GetOcIpSoftwareCopyrightResponse is the response struct for api GetOcIpSoftwareCopyright

func CreateGetOcIpSoftwareCopyrightResponse

func CreateGetOcIpSoftwareCopyrightResponse() (response *GetOcIpSoftwareCopyrightResponse)

CreateGetOcIpSoftwareCopyrightResponse creates a response to parse from GetOcIpSoftwareCopyright response

type GetOcIpTrademarkRequest

type GetOcIpTrademarkRequest struct {
	*requests.RpcRequest
	PageNo    requests.Integer `position:"Body" name:"PageNo"`
	PageSize  requests.Integer `position:"Body" name:"PageSize"`
	SearchKey string           `position:"Body" name:"SearchKey"`
}

GetOcIpTrademarkRequest is the request struct for api GetOcIpTrademark

func CreateGetOcIpTrademarkRequest

func CreateGetOcIpTrademarkRequest() (request *GetOcIpTrademarkRequest)

CreateGetOcIpTrademarkRequest creates a request to invoke GetOcIpTrademark API

type GetOcIpTrademarkResponse

type GetOcIpTrademarkResponse struct {
	*responses.BaseResponse
	Code      string     `json:"Code" xml:"Code"`
	Success   bool       `json:"Success" xml:"Success"`
	Message   string     `json:"Message" xml:"Message"`
	TotalNum  int        `json:"TotalNum" xml:"TotalNum"`
	PageIndex int        `json:"PageIndex" xml:"PageIndex"`
	PageNum   int        `json:"PageNum" xml:"PageNum"`
	RequestId string     `json:"RequestId" xml:"RequestId"`
	Data      []DataItem `json:"Data" xml:"Data"`
}

GetOcIpTrademarkResponse is the response struct for api GetOcIpTrademark

func CreateGetOcIpTrademarkResponse

func CreateGetOcIpTrademarkResponse() (response *GetOcIpTrademarkResponse)

CreateGetOcIpTrademarkResponse creates a response to parse from GetOcIpTrademark response

type GetOcIpWorksCopyrightRequest

type GetOcIpWorksCopyrightRequest struct {
	*requests.RpcRequest
	PageNo    requests.Integer `position:"Body" name:"PageNo"`
	PageSize  requests.Integer `position:"Body" name:"PageSize"`
	SearchKey string           `position:"Body" name:"SearchKey"`
}

GetOcIpWorksCopyrightRequest is the request struct for api GetOcIpWorksCopyright

func CreateGetOcIpWorksCopyrightRequest

func CreateGetOcIpWorksCopyrightRequest() (request *GetOcIpWorksCopyrightRequest)

CreateGetOcIpWorksCopyrightRequest creates a request to invoke GetOcIpWorksCopyright API

type GetOcIpWorksCopyrightResponse

type GetOcIpWorksCopyrightResponse struct {
	*responses.BaseResponse
	Code      string     `json:"Code" xml:"Code"`
	Success   bool       `json:"Success" xml:"Success"`
	Message   string     `json:"Message" xml:"Message"`
	TotalNum  int        `json:"TotalNum" xml:"TotalNum"`
	PageIndex int        `json:"PageIndex" xml:"PageIndex"`
	PageNum   int        `json:"PageNum" xml:"PageNum"`
	RequestId string     `json:"RequestId" xml:"RequestId"`
	Data      []DataItem `json:"Data" xml:"Data"`
}

GetOcIpWorksCopyrightResponse is the response struct for api GetOcIpWorksCopyright

func CreateGetOcIpWorksCopyrightResponse

func CreateGetOcIpWorksCopyrightResponse() (response *GetOcIpWorksCopyrightResponse)

CreateGetOcIpWorksCopyrightResponse creates a response to parse from GetOcIpWorksCopyright response

type GetOcJusticeAuctionRequest

type GetOcJusticeAuctionRequest struct {
	*requests.RpcRequest
	PageNo    requests.Integer `position:"Body" name:"PageNo"`
	PageSize  requests.Integer `position:"Body" name:"PageSize"`
	SearchKey string           `position:"Body" name:"SearchKey"`
}

GetOcJusticeAuctionRequest is the request struct for api GetOcJusticeAuction

func CreateGetOcJusticeAuctionRequest

func CreateGetOcJusticeAuctionRequest() (request *GetOcJusticeAuctionRequest)

CreateGetOcJusticeAuctionRequest creates a request to invoke GetOcJusticeAuction API

type GetOcJusticeAuctionResponse

type GetOcJusticeAuctionResponse struct {
	*responses.BaseResponse
	Code      string     `json:"Code" xml:"Code"`
	Success   bool       `json:"Success" xml:"Success"`
	Message   string     `json:"Message" xml:"Message"`
	TotalNum  int        `json:"TotalNum" xml:"TotalNum"`
	PageIndex int        `json:"PageIndex" xml:"PageIndex"`
	PageNum   int        `json:"PageNum" xml:"PageNum"`
	RequestId string     `json:"RequestId" xml:"RequestId"`
	Data      []DataItem `json:"Data" xml:"Data"`
}

GetOcJusticeAuctionResponse is the response struct for api GetOcJusticeAuction

func CreateGetOcJusticeAuctionResponse

func CreateGetOcJusticeAuctionResponse() (response *GetOcJusticeAuctionResponse)

CreateGetOcJusticeAuctionResponse creates a response to parse from GetOcJusticeAuction response

type GetOcJusticeCaseFilingRequest

type GetOcJusticeCaseFilingRequest struct {
	*requests.RpcRequest
	PageNo    requests.Integer `position:"Body" name:"PageNo"`
	PageSize  requests.Integer `position:"Body" name:"PageSize"`
	SearchKey string           `position:"Body" name:"SearchKey"`
}

GetOcJusticeCaseFilingRequest is the request struct for api GetOcJusticeCaseFiling

func CreateGetOcJusticeCaseFilingRequest

func CreateGetOcJusticeCaseFilingRequest() (request *GetOcJusticeCaseFilingRequest)

CreateGetOcJusticeCaseFilingRequest creates a request to invoke GetOcJusticeCaseFiling API

type GetOcJusticeCaseFilingResponse

type GetOcJusticeCaseFilingResponse struct {
	*responses.BaseResponse
	Code      string     `json:"Code" xml:"Code"`
	Success   bool       `json:"Success" xml:"Success"`
	Message   string     `json:"Message" xml:"Message"`
	TotalNum  int        `json:"TotalNum" xml:"TotalNum"`
	PageIndex int        `json:"PageIndex" xml:"PageIndex"`
	PageNum   int        `json:"PageNum" xml:"PageNum"`
	RequestId string     `json:"RequestId" xml:"RequestId"`
	Data      []DataItem `json:"Data" xml:"Data"`
}

GetOcJusticeCaseFilingResponse is the response struct for api GetOcJusticeCaseFiling

func CreateGetOcJusticeCaseFilingResponse

func CreateGetOcJusticeCaseFilingResponse() (response *GetOcJusticeCaseFilingResponse)

CreateGetOcJusticeCaseFilingResponse creates a response to parse from GetOcJusticeCaseFiling response

type GetOcJusticeCourtAnnouncementRequest

type GetOcJusticeCourtAnnouncementRequest struct {
	*requests.RpcRequest
	PageNo    requests.Integer `position:"Body" name:"PageNo"`
	PageSize  requests.Integer `position:"Body" name:"PageSize"`
	SearchKey string           `position:"Body" name:"SearchKey"`
}

GetOcJusticeCourtAnnouncementRequest is the request struct for api GetOcJusticeCourtAnnouncement

func CreateGetOcJusticeCourtAnnouncementRequest

func CreateGetOcJusticeCourtAnnouncementRequest() (request *GetOcJusticeCourtAnnouncementRequest)

CreateGetOcJusticeCourtAnnouncementRequest creates a request to invoke GetOcJusticeCourtAnnouncement API

type GetOcJusticeCourtAnnouncementResponse

type GetOcJusticeCourtAnnouncementResponse struct {
	*responses.BaseResponse
	Code      string     `json:"Code" xml:"Code"`
	Success   bool       `json:"Success" xml:"Success"`
	Message   string     `json:"Message" xml:"Message"`
	TotalNum  int        `json:"TotalNum" xml:"TotalNum"`
	PageIndex int        `json:"PageIndex" xml:"PageIndex"`
	PageNum   int        `json:"PageNum" xml:"PageNum"`
	RequestId string     `json:"RequestId" xml:"RequestId"`
	Data      []DataItem `json:"Data" xml:"Data"`
}

GetOcJusticeCourtAnnouncementResponse is the response struct for api GetOcJusticeCourtAnnouncement

func CreateGetOcJusticeCourtAnnouncementResponse

func CreateGetOcJusticeCourtAnnouncementResponse() (response *GetOcJusticeCourtAnnouncementResponse)

CreateGetOcJusticeCourtAnnouncementResponse creates a response to parse from GetOcJusticeCourtAnnouncement response

type GetOcJusticeCourtNoticeRequest

type GetOcJusticeCourtNoticeRequest struct {
	*requests.RpcRequest
	RequestId string           `position:"Body" name:"RequestId"`
	PageNo    requests.Integer `position:"Body" name:"PageNo"`
	PageSize  requests.Integer `position:"Body" name:"PageSize"`
	SearchKey string           `position:"Body" name:"SearchKey"`
}

GetOcJusticeCourtNoticeRequest is the request struct for api GetOcJusticeCourtNotice

func CreateGetOcJusticeCourtNoticeRequest

func CreateGetOcJusticeCourtNoticeRequest() (request *GetOcJusticeCourtNoticeRequest)

CreateGetOcJusticeCourtNoticeRequest creates a request to invoke GetOcJusticeCourtNotice API

type GetOcJusticeCourtNoticeResponse

type GetOcJusticeCourtNoticeResponse struct {
	*responses.BaseResponse
	Code      string     `json:"Code" xml:"Code"`
	Success   bool       `json:"Success" xml:"Success"`
	Message   string     `json:"Message" xml:"Message"`
	TotalNum  int        `json:"TotalNum" xml:"TotalNum"`
	PageIndex int        `json:"PageIndex" xml:"PageIndex"`
	PageNum   int        `json:"PageNum" xml:"PageNum"`
	RequestId string     `json:"RequestId" xml:"RequestId"`
	Data      []DataItem `json:"Data" xml:"Data"`
}

GetOcJusticeCourtNoticeResponse is the response struct for api GetOcJusticeCourtNotice

func CreateGetOcJusticeCourtNoticeResponse

func CreateGetOcJusticeCourtNoticeResponse() (response *GetOcJusticeCourtNoticeResponse)

CreateGetOcJusticeCourtNoticeResponse creates a response to parse from GetOcJusticeCourtNotice response

type GetOcJusticeDishonestyRequest

type GetOcJusticeDishonestyRequest struct {
	*requests.RpcRequest
	PageNo    requests.Integer `position:"Body" name:"PageNo"`
	PageSize  requests.Integer `position:"Body" name:"PageSize"`
	SearchKey string           `position:"Body" name:"SearchKey"`
}

GetOcJusticeDishonestyRequest is the request struct for api GetOcJusticeDishonesty

func CreateGetOcJusticeDishonestyRequest

func CreateGetOcJusticeDishonestyRequest() (request *GetOcJusticeDishonestyRequest)

CreateGetOcJusticeDishonestyRequest creates a request to invoke GetOcJusticeDishonesty API

type GetOcJusticeDishonestyResponse

type GetOcJusticeDishonestyResponse struct {
	*responses.BaseResponse
	Code      string     `json:"Code" xml:"Code"`
	Success   bool       `json:"Success" xml:"Success"`
	Message   string     `json:"Message" xml:"Message"`
	TotalNum  int        `json:"TotalNum" xml:"TotalNum"`
	PageIndex int        `json:"PageIndex" xml:"PageIndex"`
	PageNum   int        `json:"PageNum" xml:"PageNum"`
	RequestId string     `json:"RequestId" xml:"RequestId"`
	Data      []DataItem `json:"Data" xml:"Data"`
}

GetOcJusticeDishonestyResponse is the response struct for api GetOcJusticeDishonesty

func CreateGetOcJusticeDishonestyResponse

func CreateGetOcJusticeDishonestyResponse() (response *GetOcJusticeDishonestyResponse)

CreateGetOcJusticeDishonestyResponse creates a response to parse from GetOcJusticeDishonesty response

type GetOcJusticeExecutedRequest

type GetOcJusticeExecutedRequest struct {
	*requests.RpcRequest
	RequestId string           `position:"Body" name:"RequestId"`
	PageNo    requests.Integer `position:"Body" name:"PageNo"`
	PageSize  requests.Integer `position:"Body" name:"PageSize"`
	SearchKey string           `position:"Body" name:"SearchKey"`
}

GetOcJusticeExecutedRequest is the request struct for api GetOcJusticeExecuted

func CreateGetOcJusticeExecutedRequest

func CreateGetOcJusticeExecutedRequest() (request *GetOcJusticeExecutedRequest)

CreateGetOcJusticeExecutedRequest creates a request to invoke GetOcJusticeExecuted API

type GetOcJusticeExecutedResponse

type GetOcJusticeExecutedResponse struct {
	*responses.BaseResponse
	Code      string     `json:"Code" xml:"Code"`
	Success   bool       `json:"Success" xml:"Success"`
	Message   string     `json:"Message" xml:"Message"`
	TotalNum  int        `json:"TotalNum" xml:"TotalNum"`
	PageIndex int        `json:"PageIndex" xml:"PageIndex"`
	PageNum   int        `json:"PageNum" xml:"PageNum"`
	RequestId string     `json:"RequestId" xml:"RequestId"`
	Data      []DataItem `json:"Data" xml:"Data"`
}

GetOcJusticeExecutedResponse is the response struct for api GetOcJusticeExecuted

func CreateGetOcJusticeExecutedResponse

func CreateGetOcJusticeExecutedResponse() (response *GetOcJusticeExecutedResponse)

CreateGetOcJusticeExecutedResponse creates a response to parse from GetOcJusticeExecuted response

type GetOcJusticeJudgementDocRequest

type GetOcJusticeJudgementDocRequest struct {
	*requests.RpcRequest
	PageNo    requests.Integer `position:"Body" name:"PageNo"`
	PageSize  requests.Integer `position:"Body" name:"PageSize"`
	SearchKey string           `position:"Body" name:"SearchKey"`
}

GetOcJusticeJudgementDocRequest is the request struct for api GetOcJusticeJudgementDoc

func CreateGetOcJusticeJudgementDocRequest

func CreateGetOcJusticeJudgementDocRequest() (request *GetOcJusticeJudgementDocRequest)

CreateGetOcJusticeJudgementDocRequest creates a request to invoke GetOcJusticeJudgementDoc API

type GetOcJusticeJudgementDocResponse

type GetOcJusticeJudgementDocResponse struct {
	*responses.BaseResponse
	Code      string     `json:"Code" xml:"Code"`
	Success   bool       `json:"Success" xml:"Success"`
	Message   string     `json:"Message" xml:"Message"`
	TotalNum  int        `json:"TotalNum" xml:"TotalNum"`
	PageIndex int        `json:"PageIndex" xml:"PageIndex"`
	PageNum   int        `json:"PageNum" xml:"PageNum"`
	RequestId string     `json:"RequestId" xml:"RequestId"`
	Data      []DataItem `json:"Data" xml:"Data"`
}

GetOcJusticeJudgementDocResponse is the response struct for api GetOcJusticeJudgementDoc

func CreateGetOcJusticeJudgementDocResponse

func CreateGetOcJusticeJudgementDocResponse() (response *GetOcJusticeJudgementDocResponse)

CreateGetOcJusticeJudgementDocResponse creates a response to parse from GetOcJusticeJudgementDoc response

type GetOcJusticeLimitHighConsumeRequest

type GetOcJusticeLimitHighConsumeRequest struct {
	*requests.RpcRequest
	RequestId string           `position:"Body" name:"RequestId"`
	PageNo    requests.Integer `position:"Body" name:"PageNo"`
	PageSize  requests.Integer `position:"Body" name:"PageSize"`
	SearchKey string           `position:"Body" name:"SearchKey"`
}

GetOcJusticeLimitHighConsumeRequest is the request struct for api GetOcJusticeLimitHighConsume

func CreateGetOcJusticeLimitHighConsumeRequest

func CreateGetOcJusticeLimitHighConsumeRequest() (request *GetOcJusticeLimitHighConsumeRequest)

CreateGetOcJusticeLimitHighConsumeRequest creates a request to invoke GetOcJusticeLimitHighConsume API

type GetOcJusticeLimitHighConsumeResponse

type GetOcJusticeLimitHighConsumeResponse struct {
	*responses.BaseResponse
	Code      string     `json:"Code" xml:"Code"`
	Success   bool       `json:"Success" xml:"Success"`
	Message   string     `json:"Message" xml:"Message"`
	TotalNum  int        `json:"TotalNum" xml:"TotalNum"`
	PageIndex int        `json:"PageIndex" xml:"PageIndex"`
	PageNum   int        `json:"PageNum" xml:"PageNum"`
	RequestId string     `json:"RequestId" xml:"RequestId"`
	Data      []DataItem `json:"Data" xml:"Data"`
}

GetOcJusticeLimitHighConsumeResponse is the response struct for api GetOcJusticeLimitHighConsume

func CreateGetOcJusticeLimitHighConsumeResponse

func CreateGetOcJusticeLimitHighConsumeResponse() (response *GetOcJusticeLimitHighConsumeResponse)

CreateGetOcJusticeLimitHighConsumeResponse creates a response to parse from GetOcJusticeLimitHighConsume response

type GetOcJusticeTerminalCaseRequest

type GetOcJusticeTerminalCaseRequest struct {
	*requests.RpcRequest
	PageNo    requests.Integer `position:"Body" name:"PageNo"`
	PageSize  requests.Integer `position:"Body" name:"PageSize"`
	SearchKey string           `position:"Body" name:"SearchKey"`
}

GetOcJusticeTerminalCaseRequest is the request struct for api GetOcJusticeTerminalCase

func CreateGetOcJusticeTerminalCaseRequest

func CreateGetOcJusticeTerminalCaseRequest() (request *GetOcJusticeTerminalCaseRequest)

CreateGetOcJusticeTerminalCaseRequest creates a request to invoke GetOcJusticeTerminalCase API

type GetOcJusticeTerminalCaseResponse

type GetOcJusticeTerminalCaseResponse struct {
	*responses.BaseResponse
	Code      string     `json:"Code" xml:"Code"`
	Success   bool       `json:"Success" xml:"Success"`
	Message   string     `json:"Message" xml:"Message"`
	TotalNum  int        `json:"TotalNum" xml:"TotalNum"`
	PageIndex int        `json:"PageIndex" xml:"PageIndex"`
	PageNum   int        `json:"PageNum" xml:"PageNum"`
	RequestId string     `json:"RequestId" xml:"RequestId"`
	Data      []DataItem `json:"Data" xml:"Data"`
}

GetOcJusticeTerminalCaseResponse is the response struct for api GetOcJusticeTerminalCase

func CreateGetOcJusticeTerminalCaseResponse

func CreateGetOcJusticeTerminalCaseResponse() (response *GetOcJusticeTerminalCaseResponse)

CreateGetOcJusticeTerminalCaseResponse creates a response to parse from GetOcJusticeTerminalCase response

type GetOcListedCompanyRequest

type GetOcListedCompanyRequest struct {
	*requests.RpcRequest
	PageNo    requests.Integer `position:"Body" name:"PageNo"`
	PageSize  requests.Integer `position:"Body" name:"PageSize"`
	SearchKey string           `position:"Body" name:"SearchKey"`
}

GetOcListedCompanyRequest is the request struct for api GetOcListedCompany

func CreateGetOcListedCompanyRequest

func CreateGetOcListedCompanyRequest() (request *GetOcListedCompanyRequest)

CreateGetOcListedCompanyRequest creates a request to invoke GetOcListedCompany API

type GetOcListedCompanyResponse

type GetOcListedCompanyResponse struct {
	*responses.BaseResponse
	Code      string     `json:"Code" xml:"Code"`
	Success   bool       `json:"Success" xml:"Success"`
	Message   string     `json:"Message" xml:"Message"`
	TotalNum  int        `json:"TotalNum" xml:"TotalNum"`
	PageIndex int        `json:"PageIndex" xml:"PageIndex"`
	PageNum   int        `json:"PageNum" xml:"PageNum"`
	RequestId string     `json:"RequestId" xml:"RequestId"`
	Data      []DataItem `json:"Data" xml:"Data"`
}

GetOcListedCompanyResponse is the response struct for api GetOcListedCompany

func CreateGetOcListedCompanyResponse

func CreateGetOcListedCompanyResponse() (response *GetOcListedCompanyResponse)

CreateGetOcListedCompanyResponse creates a response to parse from GetOcListedCompany response

type GetOcNegativeAdminPunishmentRequest

type GetOcNegativeAdminPunishmentRequest struct {
	*requests.RpcRequest
	PageNo    requests.Integer `position:"Body" name:"PageNo"`
	PageSize  requests.Integer `position:"Body" name:"PageSize"`
	SearchKey string           `position:"Body" name:"SearchKey"`
}

GetOcNegativeAdminPunishmentRequest is the request struct for api GetOcNegativeAdminPunishment

func CreateGetOcNegativeAdminPunishmentRequest

func CreateGetOcNegativeAdminPunishmentRequest() (request *GetOcNegativeAdminPunishmentRequest)

CreateGetOcNegativeAdminPunishmentRequest creates a request to invoke GetOcNegativeAdminPunishment API

type GetOcNegativeAdminPunishmentResponse

type GetOcNegativeAdminPunishmentResponse struct {
	*responses.BaseResponse
	Code      string     `json:"Code" xml:"Code"`
	Success   bool       `json:"Success" xml:"Success"`
	Message   string     `json:"Message" xml:"Message"`
	TotalNum  int        `json:"TotalNum" xml:"TotalNum"`
	PageIndex int        `json:"PageIndex" xml:"PageIndex"`
	PageNum   int        `json:"PageNum" xml:"PageNum"`
	RequestId string     `json:"RequestId" xml:"RequestId"`
	Data      []DataItem `json:"Data" xml:"Data"`
}

GetOcNegativeAdminPunishmentResponse is the response struct for api GetOcNegativeAdminPunishment

func CreateGetOcNegativeAdminPunishmentResponse

func CreateGetOcNegativeAdminPunishmentResponse() (response *GetOcNegativeAdminPunishmentResponse)

CreateGetOcNegativeAdminPunishmentResponse creates a response to parse from GetOcNegativeAdminPunishment response

type GetOcNegativeCustomsPunishmentRequest

type GetOcNegativeCustomsPunishmentRequest struct {
	*requests.RpcRequest
	PageNo    requests.Integer `position:"Body" name:"PageNo"`
	PageSize  requests.Integer `position:"Body" name:"PageSize"`
	SearchKey string           `position:"Body" name:"SearchKey"`
}

GetOcNegativeCustomsPunishmentRequest is the request struct for api GetOcNegativeCustomsPunishment

func CreateGetOcNegativeCustomsPunishmentRequest

func CreateGetOcNegativeCustomsPunishmentRequest() (request *GetOcNegativeCustomsPunishmentRequest)

CreateGetOcNegativeCustomsPunishmentRequest creates a request to invoke GetOcNegativeCustomsPunishment API

type GetOcNegativeCustomsPunishmentResponse

type GetOcNegativeCustomsPunishmentResponse struct {
	*responses.BaseResponse
	Code      string     `json:"Code" xml:"Code"`
	Success   bool       `json:"Success" xml:"Success"`
	Message   string     `json:"Message" xml:"Message"`
	TotalNum  int        `json:"TotalNum" xml:"TotalNum"`
	PageIndex int        `json:"PageIndex" xml:"PageIndex"`
	PageNum   int        `json:"PageNum" xml:"PageNum"`
	RequestId string     `json:"RequestId" xml:"RequestId"`
	Data      []DataItem `json:"Data" xml:"Data"`
}

GetOcNegativeCustomsPunishmentResponse is the response struct for api GetOcNegativeCustomsPunishment

func CreateGetOcNegativeCustomsPunishmentResponse

func CreateGetOcNegativeCustomsPunishmentResponse() (response *GetOcNegativeCustomsPunishmentResponse)

CreateGetOcNegativeCustomsPunishmentResponse creates a response to parse from GetOcNegativeCustomsPunishment response

type GetOcNegativeEnvironmentPunishmentRequest

type GetOcNegativeEnvironmentPunishmentRequest struct {
	*requests.RpcRequest
	PageNo    requests.Integer `position:"Body" name:"PageNo"`
	PageSize  requests.Integer `position:"Body" name:"PageSize"`
	SearchKey string           `position:"Body" name:"SearchKey"`
}

GetOcNegativeEnvironmentPunishmentRequest is the request struct for api GetOcNegativeEnvironmentPunishment

func CreateGetOcNegativeEnvironmentPunishmentRequest

func CreateGetOcNegativeEnvironmentPunishmentRequest() (request *GetOcNegativeEnvironmentPunishmentRequest)

CreateGetOcNegativeEnvironmentPunishmentRequest creates a request to invoke GetOcNegativeEnvironmentPunishment API

type GetOcNegativeEnvironmentPunishmentResponse

type GetOcNegativeEnvironmentPunishmentResponse struct {
	*responses.BaseResponse
	Code      string     `json:"Code" xml:"Code"`
	Success   bool       `json:"Success" xml:"Success"`
	Message   string     `json:"Message" xml:"Message"`
	TotalNum  int        `json:"TotalNum" xml:"TotalNum"`
	PageIndex int        `json:"PageIndex" xml:"PageIndex"`
	PageNum   int        `json:"PageNum" xml:"PageNum"`
	RequestId string     `json:"RequestId" xml:"RequestId"`
	Data      []DataItem `json:"Data" xml:"Data"`
}

GetOcNegativeEnvironmentPunishmentResponse is the response struct for api GetOcNegativeEnvironmentPunishment

func CreateGetOcNegativeEnvironmentPunishmentResponse

func CreateGetOcNegativeEnvironmentPunishmentResponse() (response *GetOcNegativeEnvironmentPunishmentResponse)

CreateGetOcNegativeEnvironmentPunishmentResponse creates a response to parse from GetOcNegativeEnvironmentPunishment response

type GetOcNegativeFoodDrugPunishmentRequest

type GetOcNegativeFoodDrugPunishmentRequest struct {
	*requests.RpcRequest
	PageNo    requests.Integer `position:"Body" name:"PageNo"`
	PageSize  requests.Integer `position:"Body" name:"PageSize"`
	SearchKey string           `position:"Body" name:"SearchKey"`
}

GetOcNegativeFoodDrugPunishmentRequest is the request struct for api GetOcNegativeFoodDrugPunishment

func CreateGetOcNegativeFoodDrugPunishmentRequest

func CreateGetOcNegativeFoodDrugPunishmentRequest() (request *GetOcNegativeFoodDrugPunishmentRequest)

CreateGetOcNegativeFoodDrugPunishmentRequest creates a request to invoke GetOcNegativeFoodDrugPunishment API

type GetOcNegativeFoodDrugPunishmentResponse

type GetOcNegativeFoodDrugPunishmentResponse struct {
	*responses.BaseResponse
	Code      string     `json:"Code" xml:"Code"`
	Success   bool       `json:"Success" xml:"Success"`
	Message   string     `json:"Message" xml:"Message"`
	TotalNum  int        `json:"TotalNum" xml:"TotalNum"`
	PageIndex int        `json:"PageIndex" xml:"PageIndex"`
	PageNum   int        `json:"PageNum" xml:"PageNum"`
	RequestId string     `json:"RequestId" xml:"RequestId"`
	Data      []DataItem `json:"Data" xml:"Data"`
}

GetOcNegativeFoodDrugPunishmentResponse is the response struct for api GetOcNegativeFoodDrugPunishment

func CreateGetOcNegativeFoodDrugPunishmentResponse

func CreateGetOcNegativeFoodDrugPunishmentResponse() (response *GetOcNegativeFoodDrugPunishmentResponse)

CreateGetOcNegativeFoodDrugPunishmentResponse creates a response to parse from GetOcNegativeFoodDrugPunishment response

type GetOcNegativeQualityPunishmentRequest

type GetOcNegativeQualityPunishmentRequest struct {
	*requests.RpcRequest
	PageNo    requests.Integer `position:"Body" name:"PageNo"`
	PageSize  requests.Integer `position:"Body" name:"PageSize"`
	SearchKey string           `position:"Body" name:"SearchKey"`
}

GetOcNegativeQualityPunishmentRequest is the request struct for api GetOcNegativeQualityPunishment

func CreateGetOcNegativeQualityPunishmentRequest

func CreateGetOcNegativeQualityPunishmentRequest() (request *GetOcNegativeQualityPunishmentRequest)

CreateGetOcNegativeQualityPunishmentRequest creates a request to invoke GetOcNegativeQualityPunishment API

type GetOcNegativeQualityPunishmentResponse

type GetOcNegativeQualityPunishmentResponse struct {
	*responses.BaseResponse
	Code      string     `json:"Code" xml:"Code"`
	Success   bool       `json:"Success" xml:"Success"`
	Message   string     `json:"Message" xml:"Message"`
	TotalNum  int        `json:"TotalNum" xml:"TotalNum"`
	PageIndex int        `json:"PageIndex" xml:"PageIndex"`
	PageNum   int        `json:"PageNum" xml:"PageNum"`
	RequestId string     `json:"RequestId" xml:"RequestId"`
	Data      []DataItem `json:"Data" xml:"Data"`
}

GetOcNegativeQualityPunishmentResponse is the response struct for api GetOcNegativeQualityPunishment

func CreateGetOcNegativeQualityPunishmentResponse

func CreateGetOcNegativeQualityPunishmentResponse() (response *GetOcNegativeQualityPunishmentResponse)

CreateGetOcNegativeQualityPunishmentResponse creates a response to parse from GetOcNegativeQualityPunishment response

type GetOcOperationBiddingRequest

type GetOcOperationBiddingRequest struct {
	*requests.RpcRequest
	PageNo    requests.Integer `position:"Body" name:"PageNo"`
	PageSize  requests.Integer `position:"Body" name:"PageSize"`
	SearchKey string           `position:"Body" name:"SearchKey"`
}

GetOcOperationBiddingRequest is the request struct for api GetOcOperationBidding

func CreateGetOcOperationBiddingRequest

func CreateGetOcOperationBiddingRequest() (request *GetOcOperationBiddingRequest)

CreateGetOcOperationBiddingRequest creates a request to invoke GetOcOperationBidding API

type GetOcOperationBiddingResponse

type GetOcOperationBiddingResponse struct {
	*responses.BaseResponse
	Code      string     `json:"Code" xml:"Code"`
	Success   bool       `json:"Success" xml:"Success"`
	Message   string     `json:"Message" xml:"Message"`
	TotalNum  int        `json:"TotalNum" xml:"TotalNum"`
	PageIndex int        `json:"PageIndex" xml:"PageIndex"`
	PageNum   int        `json:"PageNum" xml:"PageNum"`
	RequestId string     `json:"RequestId" xml:"RequestId"`
	Data      []DataItem `json:"Data" xml:"Data"`
}

GetOcOperationBiddingResponse is the response struct for api GetOcOperationBidding

func CreateGetOcOperationBiddingResponse

func CreateGetOcOperationBiddingResponse() (response *GetOcOperationBiddingResponse)

CreateGetOcOperationBiddingResponse creates a response to parse from GetOcOperationBidding response

type GetOcOperationCustomsRequest

type GetOcOperationCustomsRequest struct {
	*requests.RpcRequest
	PageNo    requests.Integer `position:"Body" name:"PageNo"`
	PageSize  requests.Integer `position:"Body" name:"PageSize"`
	SearchKey string           `position:"Body" name:"SearchKey"`
}

GetOcOperationCustomsRequest is the request struct for api GetOcOperationCustoms

func CreateGetOcOperationCustomsRequest

func CreateGetOcOperationCustomsRequest() (request *GetOcOperationCustomsRequest)

CreateGetOcOperationCustomsRequest creates a request to invoke GetOcOperationCustoms API

type GetOcOperationCustomsResponse

type GetOcOperationCustomsResponse struct {
	*responses.BaseResponse
	Code      string     `json:"Code" xml:"Code"`
	Success   bool       `json:"Success" xml:"Success"`
	Message   string     `json:"Message" xml:"Message"`
	TotalNum  int        `json:"TotalNum" xml:"TotalNum"`
	PageIndex int        `json:"PageIndex" xml:"PageIndex"`
	PageNum   int        `json:"PageNum" xml:"PageNum"`
	RequestId string     `json:"RequestId" xml:"RequestId"`
	Data      []DataItem `json:"Data" xml:"Data"`
}

GetOcOperationCustomsResponse is the response struct for api GetOcOperationCustoms

func CreateGetOcOperationCustomsResponse

func CreateGetOcOperationCustomsResponse() (response *GetOcOperationCustomsResponse)

CreateGetOcOperationCustomsResponse creates a response to parse from GetOcOperationCustoms response

type GetOcOperationPurchaseLandRequest

type GetOcOperationPurchaseLandRequest struct {
	*requests.RpcRequest
	PageNo    requests.Integer `position:"Body" name:"PageNo"`
	PageSize  requests.Integer `position:"Body" name:"PageSize"`
	SearchKey string           `position:"Body" name:"SearchKey"`
}

GetOcOperationPurchaseLandRequest is the request struct for api GetOcOperationPurchaseLand

func CreateGetOcOperationPurchaseLandRequest

func CreateGetOcOperationPurchaseLandRequest() (request *GetOcOperationPurchaseLandRequest)

CreateGetOcOperationPurchaseLandRequest creates a request to invoke GetOcOperationPurchaseLand API

type GetOcOperationPurchaseLandResponse

type GetOcOperationPurchaseLandResponse struct {
	*responses.BaseResponse
	Code      string     `json:"Code" xml:"Code"`
	Success   bool       `json:"Success" xml:"Success"`
	Message   string     `json:"Message" xml:"Message"`
	TotalNum  int        `json:"TotalNum" xml:"TotalNum"`
	PageIndex int        `json:"PageIndex" xml:"PageIndex"`
	PageNum   int        `json:"PageNum" xml:"PageNum"`
	RequestId string     `json:"RequestId" xml:"RequestId"`
	Data      []DataItem `json:"Data" xml:"Data"`
}

GetOcOperationPurchaseLandResponse is the response struct for api GetOcOperationPurchaseLand

func CreateGetOcOperationPurchaseLandResponse

func CreateGetOcOperationPurchaseLandResponse() (response *GetOcOperationPurchaseLandResponse)

CreateGetOcOperationPurchaseLandResponse creates a response to parse from GetOcOperationPurchaseLand response

type GetOcOperationRecruitmentRequest

type GetOcOperationRecruitmentRequest struct {
	*requests.RpcRequest
	PageNo    requests.Integer `position:"Body" name:"PageNo"`
	PageSize  requests.Integer `position:"Body" name:"PageSize"`
	SearchKey string           `position:"Body" name:"SearchKey"`
}

GetOcOperationRecruitmentRequest is the request struct for api GetOcOperationRecruitment

func CreateGetOcOperationRecruitmentRequest

func CreateGetOcOperationRecruitmentRequest() (request *GetOcOperationRecruitmentRequest)

CreateGetOcOperationRecruitmentRequest creates a request to invoke GetOcOperationRecruitment API

type GetOcOperationRecruitmentResponse

type GetOcOperationRecruitmentResponse struct {
	*responses.BaseResponse
	Code      string     `json:"Code" xml:"Code"`
	Success   bool       `json:"Success" xml:"Success"`
	Message   string     `json:"Message" xml:"Message"`
	TotalNum  int        `json:"TotalNum" xml:"TotalNum"`
	PageIndex int        `json:"PageIndex" xml:"PageIndex"`
	PageNum   int        `json:"PageNum" xml:"PageNum"`
	RequestId string     `json:"RequestId" xml:"RequestId"`
	Data      []DataItem `json:"Data" xml:"Data"`
}

GetOcOperationRecruitmentResponse is the response struct for api GetOcOperationRecruitment

func CreateGetOcOperationRecruitmentResponse

func CreateGetOcOperationRecruitmentResponse() (response *GetOcOperationRecruitmentResponse)

CreateGetOcOperationRecruitmentResponse creates a response to parse from GetOcOperationRecruitment response

type GetOcProductBandRequest

type GetOcProductBandRequest struct {
	*requests.RpcRequest
	PageNo    requests.Integer `position:"Body" name:"PageNo"`
	PageSize  requests.Integer `position:"Body" name:"PageSize"`
	SearchKey string           `position:"Body" name:"SearchKey"`
}

GetOcProductBandRequest is the request struct for api GetOcProductBand

func CreateGetOcProductBandRequest

func CreateGetOcProductBandRequest() (request *GetOcProductBandRequest)

CreateGetOcProductBandRequest creates a request to invoke GetOcProductBand API

type GetOcProductBandResponse

type GetOcProductBandResponse struct {
	*responses.BaseResponse
	Code      string     `json:"Code" xml:"Code"`
	Success   bool       `json:"Success" xml:"Success"`
	Message   string     `json:"Message" xml:"Message"`
	TotalNum  int        `json:"TotalNum" xml:"TotalNum"`
	PageIndex int        `json:"PageIndex" xml:"PageIndex"`
	PageNum   int        `json:"PageNum" xml:"PageNum"`
	RequestId string     `json:"RequestId" xml:"RequestId"`
	Data      []DataItem `json:"Data" xml:"Data"`
}

GetOcProductBandResponse is the response struct for api GetOcProductBand

func CreateGetOcProductBandResponse

func CreateGetOcProductBandResponse() (response *GetOcProductBandResponse)

CreateGetOcProductBandResponse creates a response to parse from GetOcProductBand response

type GetOcTaxAbnormalRequest

type GetOcTaxAbnormalRequest struct {
	*requests.RpcRequest
	PageNo    requests.Integer `position:"Body" name:"PageNo"`
	PageSize  requests.Integer `position:"Body" name:"PageSize"`
	SearchKey string           `position:"Body" name:"SearchKey"`
}

GetOcTaxAbnormalRequest is the request struct for api GetOcTaxAbnormal

func CreateGetOcTaxAbnormalRequest

func CreateGetOcTaxAbnormalRequest() (request *GetOcTaxAbnormalRequest)

CreateGetOcTaxAbnormalRequest creates a request to invoke GetOcTaxAbnormal API

type GetOcTaxAbnormalResponse

type GetOcTaxAbnormalResponse struct {
	*responses.BaseResponse
	Code      string     `json:"Code" xml:"Code"`
	Success   bool       `json:"Success" xml:"Success"`
	Message   string     `json:"Message" xml:"Message"`
	TotalNum  int        `json:"TotalNum" xml:"TotalNum"`
	PageIndex int        `json:"PageIndex" xml:"PageIndex"`
	PageNum   int        `json:"PageNum" xml:"PageNum"`
	RequestId string     `json:"RequestId" xml:"RequestId"`
	Data      []DataItem `json:"Data" xml:"Data"`
}

GetOcTaxAbnormalResponse is the response struct for api GetOcTaxAbnormal

func CreateGetOcTaxAbnormalResponse

func CreateGetOcTaxAbnormalResponse() (response *GetOcTaxAbnormalResponse)

CreateGetOcTaxAbnormalResponse creates a response to parse from GetOcTaxAbnormal response

type GetOcTaxClassARequest

type GetOcTaxClassARequest struct {
	*requests.RpcRequest
	PageNo    requests.Integer `position:"Body" name:"PageNo"`
	PageSize  requests.Integer `position:"Body" name:"PageSize"`
	SearchKey string           `position:"Body" name:"SearchKey"`
}

GetOcTaxClassARequest is the request struct for api GetOcTaxClassA

func CreateGetOcTaxClassARequest

func CreateGetOcTaxClassARequest() (request *GetOcTaxClassARequest)

CreateGetOcTaxClassARequest creates a request to invoke GetOcTaxClassA API

type GetOcTaxClassAResponse

type GetOcTaxClassAResponse struct {
	*responses.BaseResponse
	Code      string     `json:"Code" xml:"Code"`
	Success   bool       `json:"Success" xml:"Success"`
	Message   string     `json:"Message" xml:"Message"`
	TotalNum  int        `json:"TotalNum" xml:"TotalNum"`
	PageIndex int        `json:"PageIndex" xml:"PageIndex"`
	PageNum   int        `json:"PageNum" xml:"PageNum"`
	RequestId string     `json:"RequestId" xml:"RequestId"`
	Data      []DataItem `json:"Data" xml:"Data"`
}

GetOcTaxClassAResponse is the response struct for api GetOcTaxClassA

func CreateGetOcTaxClassAResponse

func CreateGetOcTaxClassAResponse() (response *GetOcTaxClassAResponse)

CreateGetOcTaxClassAResponse creates a response to parse from GetOcTaxClassA response

type GetOcTaxGeneralTaxpayerRequest

type GetOcTaxGeneralTaxpayerRequest struct {
	*requests.RpcRequest
	PageNo    requests.Integer `position:"Body" name:"PageNo"`
	PageSize  requests.Integer `position:"Body" name:"PageSize"`
	SearchKey string           `position:"Body" name:"SearchKey"`
}

GetOcTaxGeneralTaxpayerRequest is the request struct for api GetOcTaxGeneralTaxpayer

func CreateGetOcTaxGeneralTaxpayerRequest

func CreateGetOcTaxGeneralTaxpayerRequest() (request *GetOcTaxGeneralTaxpayerRequest)

CreateGetOcTaxGeneralTaxpayerRequest creates a request to invoke GetOcTaxGeneralTaxpayer API

type GetOcTaxGeneralTaxpayerResponse

type GetOcTaxGeneralTaxpayerResponse struct {
	*responses.BaseResponse
	Code      string     `json:"Code" xml:"Code"`
	Success   bool       `json:"Success" xml:"Success"`
	Message   string     `json:"Message" xml:"Message"`
	TotalNum  int        `json:"TotalNum" xml:"TotalNum"`
	PageIndex int        `json:"PageIndex" xml:"PageIndex"`
	PageNum   int        `json:"PageNum" xml:"PageNum"`
	RequestId string     `json:"RequestId" xml:"RequestId"`
	Data      []DataItem `json:"Data" xml:"Data"`
}

GetOcTaxGeneralTaxpayerResponse is the response struct for api GetOcTaxGeneralTaxpayer

func CreateGetOcTaxGeneralTaxpayerResponse

func CreateGetOcTaxGeneralTaxpayerResponse() (response *GetOcTaxGeneralTaxpayerResponse)

CreateGetOcTaxGeneralTaxpayerResponse creates a response to parse from GetOcTaxGeneralTaxpayer response

type GetOcTaxIllegalRequest

type GetOcTaxIllegalRequest struct {
	*requests.RpcRequest
	PageNo    requests.Integer `position:"Body" name:"PageNo"`
	PageSize  requests.Integer `position:"Body" name:"PageSize"`
	SearchKey string           `position:"Body" name:"SearchKey"`
}

GetOcTaxIllegalRequest is the request struct for api GetOcTaxIllegal

func CreateGetOcTaxIllegalRequest

func CreateGetOcTaxIllegalRequest() (request *GetOcTaxIllegalRequest)

CreateGetOcTaxIllegalRequest creates a request to invoke GetOcTaxIllegal API

type GetOcTaxIllegalResponse

type GetOcTaxIllegalResponse struct {
	*responses.BaseResponse
	Code      string     `json:"Code" xml:"Code"`
	Success   bool       `json:"Success" xml:"Success"`
	Message   string     `json:"Message" xml:"Message"`
	TotalNum  int        `json:"TotalNum" xml:"TotalNum"`
	PageIndex int        `json:"PageIndex" xml:"PageIndex"`
	PageNum   int        `json:"PageNum" xml:"PageNum"`
	RequestId string     `json:"RequestId" xml:"RequestId"`
	Data      []DataItem `json:"Data" xml:"Data"`
}

GetOcTaxIllegalResponse is the response struct for api GetOcTaxIllegal

func CreateGetOcTaxIllegalResponse

func CreateGetOcTaxIllegalResponse() (response *GetOcTaxIllegalResponse)

CreateGetOcTaxIllegalResponse creates a response to parse from GetOcTaxIllegal response

type GetOcTaxOverdueRequest

type GetOcTaxOverdueRequest struct {
	*requests.RpcRequest
	PageNo    requests.Integer `position:"Body" name:"PageNo"`
	PageSize  requests.Integer `position:"Body" name:"PageSize"`
	SearchKey string           `position:"Body" name:"SearchKey"`
}

GetOcTaxOverdueRequest is the request struct for api GetOcTaxOverdue

func CreateGetOcTaxOverdueRequest

func CreateGetOcTaxOverdueRequest() (request *GetOcTaxOverdueRequest)

CreateGetOcTaxOverdueRequest creates a request to invoke GetOcTaxOverdue API

type GetOcTaxOverdueResponse

type GetOcTaxOverdueResponse struct {
	*responses.BaseResponse
	Code      string     `json:"Code" xml:"Code"`
	Success   bool       `json:"Success" xml:"Success"`
	Message   string     `json:"Message" xml:"Message"`
	TotalNum  int        `json:"TotalNum" xml:"TotalNum"`
	PageIndex int        `json:"PageIndex" xml:"PageIndex"`
	PageNum   int        `json:"PageNum" xml:"PageNum"`
	RequestId string     `json:"RequestId" xml:"RequestId"`
	Data      []DataItem `json:"Data" xml:"Data"`
}

GetOcTaxOverdueResponse is the response struct for api GetOcTaxOverdue

func CreateGetOcTaxOverdueResponse

func CreateGetOcTaxOverdueResponse() (response *GetOcTaxOverdueResponse)

CreateGetOcTaxOverdueResponse creates a response to parse from GetOcTaxOverdue response

type GetOcTaxPunishmentRequest

type GetOcTaxPunishmentRequest struct {
	*requests.RpcRequest
	PageNo    requests.Integer `position:"Body" name:"PageNo"`
	PageSize  requests.Integer `position:"Body" name:"PageSize"`
	SearchKey string           `position:"Body" name:"SearchKey"`
}

GetOcTaxPunishmentRequest is the request struct for api GetOcTaxPunishment

func CreateGetOcTaxPunishmentRequest

func CreateGetOcTaxPunishmentRequest() (request *GetOcTaxPunishmentRequest)

CreateGetOcTaxPunishmentRequest creates a request to invoke GetOcTaxPunishment API

type GetOcTaxPunishmentResponse

type GetOcTaxPunishmentResponse struct {
	*responses.BaseResponse
	Code      string     `json:"Code" xml:"Code"`
	Success   bool       `json:"Success" xml:"Success"`
	Message   string     `json:"Message" xml:"Message"`
	TotalNum  int        `json:"TotalNum" xml:"TotalNum"`
	PageIndex int        `json:"PageIndex" xml:"PageIndex"`
	PageNum   int        `json:"PageNum" xml:"PageNum"`
	RequestId string     `json:"RequestId" xml:"RequestId"`
	Data      []DataItem `json:"Data" xml:"Data"`
}

GetOcTaxPunishmentResponse is the response struct for api GetOcTaxPunishment

func CreateGetOcTaxPunishmentResponse

func CreateGetOcTaxPunishmentResponse() (response *GetOcTaxPunishmentResponse)

CreateGetOcTaxPunishmentResponse creates a response to parse from GetOcTaxPunishment response

type GetQccCertificationDetailByIdRequest

type GetQccCertificationDetailByIdRequest struct {
	*requests.RpcRequest
	CertId string `position:"Body" name:"CertId"`
}

GetQccCertificationDetailByIdRequest is the request struct for api GetQccCertificationDetailById

func CreateGetQccCertificationDetailByIdRequest

func CreateGetQccCertificationDetailByIdRequest() (request *GetQccCertificationDetailByIdRequest)

CreateGetQccCertificationDetailByIdRequest creates a request to invoke GetQccCertificationDetailById API

type GetQccCertificationDetailByIdResponse

type GetQccCertificationDetailByIdResponse struct {
	*responses.BaseResponse
}

GetQccCertificationDetailByIdResponse is the response struct for api GetQccCertificationDetailById

func CreateGetQccCertificationDetailByIdResponse

func CreateGetQccCertificationDetailByIdResponse() (response *GetQccCertificationDetailByIdResponse)

CreateGetQccCertificationDetailByIdResponse creates a response to parse from GetQccCertificationDetailById response

type GetQccSearchCertificationRequest

type GetQccSearchCertificationRequest struct {
	*requests.RpcRequest
	CertCategory string           `position:"Body" name:"CertCategory"`
	EntName      string           `position:"Body" name:"EntName"`
	PageNo       requests.Integer `position:"Body" name:"PageNo"`
	PageSize     requests.Integer `position:"Body" name:"PageSize"`
}

GetQccSearchCertificationRequest is the request struct for api GetQccSearchCertification

func CreateGetQccSearchCertificationRequest

func CreateGetQccSearchCertificationRequest() (request *GetQccSearchCertificationRequest)

CreateGetQccSearchCertificationRequest creates a request to invoke GetQccSearchCertification API

type GetQccSearchCertificationResponse

type GetQccSearchCertificationResponse struct {
	*responses.BaseResponse
	Code      string                   `json:"Code" xml:"Code"`
	Success   bool                     `json:"Success" xml:"Success"`
	Message   string                   `json:"Message" xml:"Message"`
	TotalNum  int                      `json:"TotalNum" xml:"TotalNum"`
	PageIndex int                      `json:"PageIndex" xml:"PageIndex"`
	PageNum   int                      `json:"PageNum" xml:"PageNum"`
	RequestId string                   `json:"RequestId" xml:"RequestId"`
	Data      []map[string]interface{} `json:"Data" xml:"Data"`
}

GetQccSearchCertificationResponse is the response struct for api GetQccSearchCertification

func CreateGetQccSearchCertificationResponse

func CreateGetQccSearchCertificationResponse() (response *GetQccSearchCertificationResponse)

CreateGetQccSearchCertificationResponse creates a response to parse from GetQccSearchCertification response

Source Files

Jump to

Keyboard shortcuts

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