companyreg

package
v1.62.576 Latest Latest
Warning

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

Go to latest
Published: Oct 11, 2023 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var EndpointMap map[string]string

EndpointMap Endpoint Data

View Source
var EndpointType = "regional"

EndpointType regional or central

Functions

func GetEndpointMap added in v1.61.1250

func GetEndpointMap() map[string]string

GetEndpointMap Get Endpoint Data Map

func GetEndpointType added in v1.61.1250

func GetEndpointType() string

GetEndpointType Get Endpoint Type Value

func SetClientProperty added in v1.61.1250

func SetClientProperty(client *Client, propertyName string, propertyValue interface{})

SetClientProperty Set Property by Reflect

func SetEndpointDataToClient added in v1.61.1250

func SetEndpointDataToClient(client *Client)

SetEndpointDataToClient Set EndpointMap and ENdpointType

Types

type AuthorizedUserList added in v1.61.1251

type AuthorizedUserList struct {
	AuthorizedUserListItem []AuthorizedUserListItem `json:"AuthorizedUserList" xml:"AuthorizedUserList"`
}

AuthorizedUserList is a nested struct in companyreg response

type AuthorizedUserListItem added in v1.61.1251

type AuthorizedUserListItem struct {
	UserName         string `json:"UserName" xml:"UserName"`
	UserId           string `json:"UserId" xml:"UserId"`
	AccountValidType int    `json:"AccountValidType" xml:"AccountValidType"`
}

AuthorizedUserListItem is a nested struct in companyreg response

type BindProduceAuthorizationRequest added in v1.61.1251

type BindProduceAuthorizationRequest struct {
	*requests.RpcRequest
	BizType           string `position:"Body" name:"BizType"`
	AuthorizedUserIds string `position:"Body" name:"AuthorizedUserIds"`
	BizId             string `position:"Body" name:"BizId"`
}

BindProduceAuthorizationRequest is the request struct for api BindProduceAuthorization

func CreateBindProduceAuthorizationRequest added in v1.61.1251

func CreateBindProduceAuthorizationRequest() (request *BindProduceAuthorizationRequest)

CreateBindProduceAuthorizationRequest creates a request to invoke BindProduceAuthorization API

type BindProduceAuthorizationResponse added in v1.61.1251

type BindProduceAuthorizationResponse struct {
	*responses.BaseResponse
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
	RequestId string `json:"RequestId" xml:"RequestId"`
	ErrorCode string `json:"ErrorCode" xml:"ErrorCode"`
	Data      Data   `json:"Data" xml:"Data"`
}

BindProduceAuthorizationResponse is the response struct for api BindProduceAuthorization

func CreateBindProduceAuthorizationResponse added in v1.61.1251

func CreateBindProduceAuthorizationResponse() (response *BindProduceAuthorizationResponse)

CreateBindProduceAuthorizationResponse creates a response to parse from BindProduceAuthorization response

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) BindProduceAuthorization added in v1.61.1251

func (client *Client) BindProduceAuthorization(request *BindProduceAuthorizationRequest) (response *BindProduceAuthorizationResponse, err error)

BindProduceAuthorization invokes the companyreg.BindProduceAuthorization API synchronously

func (*Client) BindProduceAuthorizationWithCallback added in v1.61.1251

func (client *Client) BindProduceAuthorizationWithCallback(request *BindProduceAuthorizationRequest, callback func(response *BindProduceAuthorizationResponse, err error)) <-chan int

BindProduceAuthorizationWithCallback invokes the companyreg.BindProduceAuthorization API asynchronously

func (*Client) BindProduceAuthorizationWithChan added in v1.61.1251

func (client *Client) BindProduceAuthorizationWithChan(request *BindProduceAuthorizationRequest) (<-chan *BindProduceAuthorizationResponse, <-chan error)

BindProduceAuthorizationWithChan invokes the companyreg.BindProduceAuthorization API asynchronously

func (*Client) CloseIntentionForPartner added in v1.61.1251

func (client *Client) CloseIntentionForPartner(request *CloseIntentionForPartnerRequest) (response *CloseIntentionForPartnerResponse, err error)

CloseIntentionForPartner invokes the companyreg.CloseIntentionForPartner API synchronously

func (*Client) CloseIntentionForPartnerWithCallback added in v1.61.1251

func (client *Client) CloseIntentionForPartnerWithCallback(request *CloseIntentionForPartnerRequest, callback func(response *CloseIntentionForPartnerResponse, err error)) <-chan int

CloseIntentionForPartnerWithCallback invokes the companyreg.CloseIntentionForPartner API asynchronously

func (*Client) CloseIntentionForPartnerWithChan added in v1.61.1251

func (client *Client) CloseIntentionForPartnerWithChan(request *CloseIntentionForPartnerRequest) (<-chan *CloseIntentionForPartnerResponse, <-chan error)

CloseIntentionForPartnerWithChan invokes the companyreg.CloseIntentionForPartner API asynchronously

func (*Client) CloseUserIntention added in v1.61.1251

func (client *Client) CloseUserIntention(request *CloseUserIntentionRequest) (response *CloseUserIntentionResponse, err error)

CloseUserIntention invokes the companyreg.CloseUserIntention API synchronously

func (*Client) CloseUserIntentionWithCallback added in v1.61.1251

func (client *Client) CloseUserIntentionWithCallback(request *CloseUserIntentionRequest, callback func(response *CloseUserIntentionResponse, err error)) <-chan int

CloseUserIntentionWithCallback invokes the companyreg.CloseUserIntention API asynchronously

func (*Client) CloseUserIntentionWithChan added in v1.61.1251

func (client *Client) CloseUserIntentionWithChan(request *CloseUserIntentionRequest) (<-chan *CloseUserIntentionResponse, <-chan error)

CloseUserIntentionWithChan invokes the companyreg.CloseUserIntention API asynchronously

func (*Client) CreateBusinessOpportunity added in v1.61.1251

func (client *Client) CreateBusinessOpportunity(request *CreateBusinessOpportunityRequest) (response *CreateBusinessOpportunityResponse, err error)

CreateBusinessOpportunity invokes the companyreg.CreateBusinessOpportunity API synchronously

func (*Client) CreateBusinessOpportunityWithCallback added in v1.61.1251

func (client *Client) CreateBusinessOpportunityWithCallback(request *CreateBusinessOpportunityRequest, callback func(response *CreateBusinessOpportunityResponse, err error)) <-chan int

CreateBusinessOpportunityWithCallback invokes the companyreg.CreateBusinessOpportunity API asynchronously

func (*Client) CreateBusinessOpportunityWithChan added in v1.61.1251

func (client *Client) CreateBusinessOpportunityWithChan(request *CreateBusinessOpportunityRequest) (<-chan *CreateBusinessOpportunityResponse, <-chan error)

CreateBusinessOpportunityWithChan invokes the companyreg.CreateBusinessOpportunity API asynchronously

func (*Client) CreateProduceForPartner added in v1.61.1251

func (client *Client) CreateProduceForPartner(request *CreateProduceForPartnerRequest) (response *CreateProduceForPartnerResponse, err error)

CreateProduceForPartner invokes the companyreg.CreateProduceForPartner API synchronously

func (*Client) CreateProduceForPartnerWithCallback added in v1.61.1251

func (client *Client) CreateProduceForPartnerWithCallback(request *CreateProduceForPartnerRequest, callback func(response *CreateProduceForPartnerResponse, err error)) <-chan int

CreateProduceForPartnerWithCallback invokes the companyreg.CreateProduceForPartner API asynchronously

func (*Client) CreateProduceForPartnerWithChan added in v1.61.1251

func (client *Client) CreateProduceForPartnerWithChan(request *CreateProduceForPartnerRequest) (<-chan *CreateProduceForPartnerResponse, <-chan error)

CreateProduceForPartnerWithChan invokes the companyreg.CreateProduceForPartner API asynchronously

func (*Client) DescribePartnerConfig added in v1.61.1251

func (client *Client) DescribePartnerConfig(request *DescribePartnerConfigRequest) (response *DescribePartnerConfigResponse, err error)

DescribePartnerConfig invokes the companyreg.DescribePartnerConfig API synchronously

func (*Client) DescribePartnerConfigWithCallback added in v1.61.1251

func (client *Client) DescribePartnerConfigWithCallback(request *DescribePartnerConfigRequest, callback func(response *DescribePartnerConfigResponse, err error)) <-chan int

DescribePartnerConfigWithCallback invokes the companyreg.DescribePartnerConfig API asynchronously

func (*Client) DescribePartnerConfigWithChan added in v1.61.1251

func (client *Client) DescribePartnerConfigWithChan(request *DescribePartnerConfigRequest) (<-chan *DescribePartnerConfigResponse, <-chan error)

DescribePartnerConfigWithChan invokes the companyreg.DescribePartnerConfig API asynchronously

func (*Client) GenerateUploadFilePolicy added in v1.61.1251

func (client *Client) GenerateUploadFilePolicy(request *GenerateUploadFilePolicyRequest) (response *GenerateUploadFilePolicyResponse, err error)

GenerateUploadFilePolicy invokes the companyreg.GenerateUploadFilePolicy API synchronously

func (*Client) GenerateUploadFilePolicyWithCallback added in v1.61.1251

func (client *Client) GenerateUploadFilePolicyWithCallback(request *GenerateUploadFilePolicyRequest, callback func(response *GenerateUploadFilePolicyResponse, err error)) <-chan int

GenerateUploadFilePolicyWithCallback invokes the companyreg.GenerateUploadFilePolicy API asynchronously

func (*Client) GenerateUploadFilePolicyWithChan added in v1.61.1251

func (client *Client) GenerateUploadFilePolicyWithChan(request *GenerateUploadFilePolicyRequest) (<-chan *GenerateUploadFilePolicyResponse, <-chan error)

GenerateUploadFilePolicyWithChan invokes the companyreg.GenerateUploadFilePolicy API asynchronously

func (*Client) GetAlipayUrl added in v1.61.1251

func (client *Client) GetAlipayUrl(request *GetAlipayUrlRequest) (response *GetAlipayUrlResponse, err error)

GetAlipayUrl invokes the companyreg.GetAlipayUrl API synchronously

func (*Client) GetAlipayUrlWithCallback added in v1.61.1251

func (client *Client) GetAlipayUrlWithCallback(request *GetAlipayUrlRequest, callback func(response *GetAlipayUrlResponse, err error)) <-chan int

GetAlipayUrlWithCallback invokes the companyreg.GetAlipayUrl API asynchronously

func (*Client) GetAlipayUrlWithChan added in v1.61.1251

func (client *Client) GetAlipayUrlWithChan(request *GetAlipayUrlRequest) (<-chan *GetAlipayUrlResponse, <-chan error)

GetAlipayUrlWithChan invokes the companyreg.GetAlipayUrl API asynchronously

func (*Client) ListIntentionNote added in v1.61.1251

func (client *Client) ListIntentionNote(request *ListIntentionNoteRequest) (response *ListIntentionNoteResponse, err error)

ListIntentionNote invokes the companyreg.ListIntentionNote API synchronously

func (*Client) ListIntentionNoteWithCallback added in v1.61.1251

func (client *Client) ListIntentionNoteWithCallback(request *ListIntentionNoteRequest, callback func(response *ListIntentionNoteResponse, err error)) <-chan int

ListIntentionNoteWithCallback invokes the companyreg.ListIntentionNote API asynchronously

func (*Client) ListIntentionNoteWithChan added in v1.61.1251

func (client *Client) ListIntentionNoteWithChan(request *ListIntentionNoteRequest) (<-chan *ListIntentionNoteResponse, <-chan error)

ListIntentionNoteWithChan invokes the companyreg.ListIntentionNote API asynchronously

func (*Client) ListProduceAuthorization added in v1.61.1251

func (client *Client) ListProduceAuthorization(request *ListProduceAuthorizationRequest) (response *ListProduceAuthorizationResponse, err error)

ListProduceAuthorization invokes the companyreg.ListProduceAuthorization API synchronously

func (*Client) ListProduceAuthorizationWithCallback added in v1.61.1251

func (client *Client) ListProduceAuthorizationWithCallback(request *ListProduceAuthorizationRequest, callback func(response *ListProduceAuthorizationResponse, err error)) <-chan int

ListProduceAuthorizationWithCallback invokes the companyreg.ListProduceAuthorization API asynchronously

func (*Client) ListProduceAuthorizationWithChan added in v1.61.1251

func (client *Client) ListProduceAuthorizationWithChan(request *ListProduceAuthorizationRequest) (<-chan *ListProduceAuthorizationResponse, <-chan error)

ListProduceAuthorizationWithChan invokes the companyreg.ListProduceAuthorization API asynchronously

func (*Client) ListUserDetailSolutions added in v1.61.1251

func (client *Client) ListUserDetailSolutions(request *ListUserDetailSolutionsRequest) (response *ListUserDetailSolutionsResponse, err error)

ListUserDetailSolutions invokes the companyreg.ListUserDetailSolutions API synchronously

func (*Client) ListUserDetailSolutionsWithCallback added in v1.61.1251

func (client *Client) ListUserDetailSolutionsWithCallback(request *ListUserDetailSolutionsRequest, callback func(response *ListUserDetailSolutionsResponse, err error)) <-chan int

ListUserDetailSolutionsWithCallback invokes the companyreg.ListUserDetailSolutions API asynchronously

func (*Client) ListUserDetailSolutionsWithChan added in v1.61.1251

func (client *Client) ListUserDetailSolutionsWithChan(request *ListUserDetailSolutionsRequest) (<-chan *ListUserDetailSolutionsResponse, <-chan error)

ListUserDetailSolutionsWithChan invokes the companyreg.ListUserDetailSolutions API asynchronously

func (*Client) ListUserIntentionNotes added in v1.61.1251

func (client *Client) ListUserIntentionNotes(request *ListUserIntentionNotesRequest) (response *ListUserIntentionNotesResponse, err error)

ListUserIntentionNotes invokes the companyreg.ListUserIntentionNotes API synchronously

func (*Client) ListUserIntentionNotesWithCallback added in v1.61.1251

func (client *Client) ListUserIntentionNotesWithCallback(request *ListUserIntentionNotesRequest, callback func(response *ListUserIntentionNotesResponse, err error)) <-chan int

ListUserIntentionNotesWithCallback invokes the companyreg.ListUserIntentionNotes API asynchronously

func (*Client) ListUserIntentionNotesWithChan added in v1.61.1251

func (client *Client) ListUserIntentionNotesWithChan(request *ListUserIntentionNotesRequest) (<-chan *ListUserIntentionNotesResponse, <-chan error)

ListUserIntentionNotesWithChan invokes the companyreg.ListUserIntentionNotes API asynchronously

func (*Client) ListUserIntentions added in v1.61.1251

func (client *Client) ListUserIntentions(request *ListUserIntentionsRequest) (response *ListUserIntentionsResponse, err error)

ListUserIntentions invokes the companyreg.ListUserIntentions API synchronously

func (*Client) ListUserIntentionsWithCallback added in v1.61.1251

func (client *Client) ListUserIntentionsWithCallback(request *ListUserIntentionsRequest, callback func(response *ListUserIntentionsResponse, err error)) <-chan int

ListUserIntentionsWithCallback invokes the companyreg.ListUserIntentions API asynchronously

func (*Client) ListUserIntentionsWithChan added in v1.61.1251

func (client *Client) ListUserIntentionsWithChan(request *ListUserIntentionsRequest) (<-chan *ListUserIntentionsResponse, <-chan error)

ListUserIntentionsWithChan invokes the companyreg.ListUserIntentions API asynchronously

func (*Client) ListUserProduceOperateLogs added in v1.61.1251

func (client *Client) ListUserProduceOperateLogs(request *ListUserProduceOperateLogsRequest) (response *ListUserProduceOperateLogsResponse, err error)

ListUserProduceOperateLogs invokes the companyreg.ListUserProduceOperateLogs API synchronously

func (*Client) ListUserProduceOperateLogsWithCallback added in v1.61.1251

func (client *Client) ListUserProduceOperateLogsWithCallback(request *ListUserProduceOperateLogsRequest, callback func(response *ListUserProduceOperateLogsResponse, err error)) <-chan int

ListUserProduceOperateLogsWithCallback invokes the companyreg.ListUserProduceOperateLogs API asynchronously

func (*Client) ListUserProduceOperateLogsWithChan added in v1.61.1251

func (client *Client) ListUserProduceOperateLogsWithChan(request *ListUserProduceOperateLogsRequest) (<-chan *ListUserProduceOperateLogsResponse, <-chan error)

ListUserProduceOperateLogsWithChan invokes the companyreg.ListUserProduceOperateLogs API asynchronously

func (*Client) ListUserSolutions added in v1.61.1251

func (client *Client) ListUserSolutions(request *ListUserSolutionsRequest) (response *ListUserSolutionsResponse, err error)

ListUserSolutions invokes the companyreg.ListUserSolutions API synchronously

func (*Client) ListUserSolutionsWithCallback added in v1.61.1251

func (client *Client) ListUserSolutionsWithCallback(request *ListUserSolutionsRequest, callback func(response *ListUserSolutionsResponse, err error)) <-chan int

ListUserSolutionsWithCallback invokes the companyreg.ListUserSolutions API asynchronously

func (*Client) ListUserSolutionsWithChan added in v1.61.1251

func (client *Client) ListUserSolutionsWithChan(request *ListUserSolutionsRequest) (<-chan *ListUserSolutionsResponse, <-chan error)

ListUserSolutionsWithChan invokes the companyreg.ListUserSolutions API asynchronously

func (*Client) OperateProduceForPartner added in v1.61.1251

func (client *Client) OperateProduceForPartner(request *OperateProduceForPartnerRequest) (response *OperateProduceForPartnerResponse, err error)

OperateProduceForPartner invokes the companyreg.OperateProduceForPartner API synchronously

func (*Client) OperateProduceForPartnerWithCallback added in v1.61.1251

func (client *Client) OperateProduceForPartnerWithCallback(request *OperateProduceForPartnerRequest, callback func(response *OperateProduceForPartnerResponse, err error)) <-chan int

OperateProduceForPartnerWithCallback invokes the companyreg.OperateProduceForPartner API asynchronously

func (*Client) OperateProduceForPartnerWithChan added in v1.61.1251

func (client *Client) OperateProduceForPartnerWithChan(request *OperateProduceForPartnerRequest) (<-chan *OperateProduceForPartnerResponse, <-chan error)

OperateProduceForPartnerWithChan invokes the companyreg.OperateProduceForPartner API asynchronously

func (*Client) PutMeasureData added in v1.61.1251

func (client *Client) PutMeasureData(request *PutMeasureDataRequest) (response *PutMeasureDataResponse, err error)

PutMeasureData invokes the companyreg.PutMeasureData API synchronously

func (*Client) PutMeasureDataWithCallback added in v1.61.1251

func (client *Client) PutMeasureDataWithCallback(request *PutMeasureDataRequest, callback func(response *PutMeasureDataResponse, err error)) <-chan int

PutMeasureDataWithCallback invokes the companyreg.PutMeasureData API asynchronously

func (*Client) PutMeasureDataWithChan added in v1.61.1251

func (client *Client) PutMeasureDataWithChan(request *PutMeasureDataRequest) (<-chan *PutMeasureDataResponse, <-chan error)

PutMeasureDataWithChan invokes the companyreg.PutMeasureData API asynchronously

func (*Client) PutMeasureReadyFlag added in v1.61.1251

func (client *Client) PutMeasureReadyFlag(request *PutMeasureReadyFlagRequest) (response *PutMeasureReadyFlagResponse, err error)

PutMeasureReadyFlag invokes the companyreg.PutMeasureReadyFlag API synchronously

func (*Client) PutMeasureReadyFlagWithCallback added in v1.61.1251

func (client *Client) PutMeasureReadyFlagWithCallback(request *PutMeasureReadyFlagRequest, callback func(response *PutMeasureReadyFlagResponse, err error)) <-chan int

PutMeasureReadyFlagWithCallback invokes the companyreg.PutMeasureReadyFlag API asynchronously

func (*Client) PutMeasureReadyFlagWithChan added in v1.61.1251

func (client *Client) PutMeasureReadyFlagWithChan(request *PutMeasureReadyFlagRequest) (<-chan *PutMeasureReadyFlagResponse, <-chan error)

PutMeasureReadyFlagWithChan invokes the companyreg.PutMeasureReadyFlag API asynchronously

func (*Client) QueryAvailableNumbers added in v1.61.1447

func (client *Client) QueryAvailableNumbers(request *QueryAvailableNumbersRequest) (response *QueryAvailableNumbersResponse, err error)

QueryAvailableNumbers invokes the companyreg.QueryAvailableNumbers API synchronously

func (*Client) QueryAvailableNumbersWithCallback added in v1.61.1447

func (client *Client) QueryAvailableNumbersWithCallback(request *QueryAvailableNumbersRequest, callback func(response *QueryAvailableNumbersResponse, err error)) <-chan int

QueryAvailableNumbersWithCallback invokes the companyreg.QueryAvailableNumbers API asynchronously

func (*Client) QueryAvailableNumbersWithChan added in v1.61.1447

func (client *Client) QueryAvailableNumbersWithChan(request *QueryAvailableNumbersRequest) (<-chan *QueryAvailableNumbersResponse, <-chan error)

QueryAvailableNumbersWithChan invokes the companyreg.QueryAvailableNumbers API asynchronously

func (*Client) QueryBagRemaining added in v1.61.1251

func (client *Client) QueryBagRemaining(request *QueryBagRemainingRequest) (response *QueryBagRemainingResponse, err error)

QueryBagRemaining invokes the companyreg.QueryBagRemaining API synchronously

func (*Client) QueryBagRemainingWithCallback added in v1.61.1251

func (client *Client) QueryBagRemainingWithCallback(request *QueryBagRemainingRequest, callback func(response *QueryBagRemainingResponse, err error)) <-chan int

QueryBagRemainingWithCallback invokes the companyreg.QueryBagRemaining API asynchronously

func (*Client) QueryBagRemainingWithChan added in v1.61.1251

func (client *Client) QueryBagRemainingWithChan(request *QueryBagRemainingRequest) (<-chan *QueryBagRemainingResponse, <-chan error)

QueryBagRemainingWithChan invokes the companyreg.QueryBagRemaining API asynchronously

func (*Client) QueryCommodityConfig added in v1.61.1251

func (client *Client) QueryCommodityConfig(request *QueryCommodityConfigRequest) (response *QueryCommodityConfigResponse, err error)

QueryCommodityConfig invokes the companyreg.QueryCommodityConfig API synchronously

func (*Client) QueryCommodityConfigWithCallback added in v1.61.1251

func (client *Client) QueryCommodityConfigWithCallback(request *QueryCommodityConfigRequest, callback func(response *QueryCommodityConfigResponse, err error)) <-chan int

QueryCommodityConfigWithCallback invokes the companyreg.QueryCommodityConfig API asynchronously

func (*Client) QueryCommodityConfigWithChan added in v1.61.1251

func (client *Client) QueryCommodityConfigWithChan(request *QueryCommodityConfigRequest) (<-chan *QueryCommodityConfigResponse, <-chan error)

QueryCommodityConfigWithChan invokes the companyreg.QueryCommodityConfig API asynchronously

func (*Client) QueryInstance added in v1.61.1251

func (client *Client) QueryInstance(request *QueryInstanceRequest) (response *QueryInstanceResponse, err error)

QueryInstance invokes the companyreg.QueryInstance API synchronously

func (*Client) QueryInstanceWithCallback added in v1.61.1251

func (client *Client) QueryInstanceWithCallback(request *QueryInstanceRequest, callback func(response *QueryInstanceResponse, err error)) <-chan int

QueryInstanceWithCallback invokes the companyreg.QueryInstance API asynchronously

func (*Client) QueryInstanceWithChan added in v1.61.1251

func (client *Client) QueryInstanceWithChan(request *QueryInstanceRequest) (<-chan *QueryInstanceResponse, <-chan error)

QueryInstanceWithChan invokes the companyreg.QueryInstance API asynchronously

func (*Client) QueryPartnerIntentionList added in v1.61.1447

func (client *Client) QueryPartnerIntentionList(request *QueryPartnerIntentionListRequest) (response *QueryPartnerIntentionListResponse, err error)

QueryPartnerIntentionList invokes the companyreg.QueryPartnerIntentionList API synchronously

func (*Client) QueryPartnerIntentionListWithCallback added in v1.61.1447

func (client *Client) QueryPartnerIntentionListWithCallback(request *QueryPartnerIntentionListRequest, callback func(response *QueryPartnerIntentionListResponse, err error)) <-chan int

QueryPartnerIntentionListWithCallback invokes the companyreg.QueryPartnerIntentionList API asynchronously

func (*Client) QueryPartnerIntentionListWithChan added in v1.61.1447

func (client *Client) QueryPartnerIntentionListWithChan(request *QueryPartnerIntentionListRequest) (<-chan *QueryPartnerIntentionListResponse, <-chan error)

QueryPartnerIntentionListWithChan invokes the companyreg.QueryPartnerIntentionList API asynchronously

func (*Client) QueryPartnerProduceList added in v1.61.1447

func (client *Client) QueryPartnerProduceList(request *QueryPartnerProduceListRequest) (response *QueryPartnerProduceListResponse, err error)

QueryPartnerProduceList invokes the companyreg.QueryPartnerProduceList API synchronously

func (*Client) QueryPartnerProduceListWithCallback added in v1.61.1447

func (client *Client) QueryPartnerProduceListWithCallback(request *QueryPartnerProduceListRequest, callback func(response *QueryPartnerProduceListResponse, err error)) <-chan int

QueryPartnerProduceListWithCallback invokes the companyreg.QueryPartnerProduceList API asynchronously

func (*Client) QueryPartnerProduceListWithChan added in v1.61.1447

func (client *Client) QueryPartnerProduceListWithChan(request *QueryPartnerProduceListRequest) (<-chan *QueryPartnerProduceListResponse, <-chan error)

QueryPartnerProduceListWithChan invokes the companyreg.QueryPartnerProduceList API asynchronously

func (*Client) QueryUserNeedAuth added in v1.61.1251

func (client *Client) QueryUserNeedAuth(request *QueryUserNeedAuthRequest) (response *QueryUserNeedAuthResponse, err error)

QueryUserNeedAuth invokes the companyreg.QueryUserNeedAuth API synchronously

func (*Client) QueryUserNeedAuthWithCallback added in v1.61.1251

func (client *Client) QueryUserNeedAuthWithCallback(request *QueryUserNeedAuthRequest, callback func(response *QueryUserNeedAuthResponse, err error)) <-chan int

QueryUserNeedAuthWithCallback invokes the companyreg.QueryUserNeedAuth API asynchronously

func (*Client) QueryUserNeedAuthWithChan added in v1.61.1251

func (client *Client) QueryUserNeedAuthWithChan(request *QueryUserNeedAuthRequest) (<-chan *QueryUserNeedAuthResponse, <-chan error)

QueryUserNeedAuthWithChan invokes the companyreg.QueryUserNeedAuth API asynchronously

func (*Client) RejectSolution added in v1.61.1251

func (client *Client) RejectSolution(request *RejectSolutionRequest) (response *RejectSolutionResponse, err error)

RejectSolution invokes the companyreg.RejectSolution API synchronously

func (*Client) RejectSolutionWithCallback added in v1.61.1251

func (client *Client) RejectSolutionWithCallback(request *RejectSolutionRequest, callback func(response *RejectSolutionResponse, err error)) <-chan int

RejectSolutionWithCallback invokes the companyreg.RejectSolution API asynchronously

func (*Client) RejectSolutionWithChan added in v1.61.1251

func (client *Client) RejectSolutionWithChan(request *RejectSolutionRequest) (<-chan *RejectSolutionResponse, <-chan error)

RejectSolutionWithChan invokes the companyreg.RejectSolution API asynchronously

func (*Client) RejectUserSolution added in v1.61.1251

func (client *Client) RejectUserSolution(request *RejectUserSolutionRequest) (response *RejectUserSolutionResponse, err error)

RejectUserSolution invokes the companyreg.RejectUserSolution API synchronously

func (*Client) RejectUserSolutionWithCallback added in v1.61.1251

func (client *Client) RejectUserSolutionWithCallback(request *RejectUserSolutionRequest, callback func(response *RejectUserSolutionResponse, err error)) <-chan int

RejectUserSolutionWithCallback invokes the companyreg.RejectUserSolution API asynchronously

func (*Client) RejectUserSolutionWithChan added in v1.61.1251

func (client *Client) RejectUserSolutionWithChan(request *RejectUserSolutionRequest) (<-chan *RejectUserSolutionResponse, <-chan error)

RejectUserSolutionWithChan invokes the companyreg.RejectUserSolution API asynchronously

func (*Client) ReleaseProduceAuthorization added in v1.61.1251

func (client *Client) ReleaseProduceAuthorization(request *ReleaseProduceAuthorizationRequest) (response *ReleaseProduceAuthorizationResponse, err error)

ReleaseProduceAuthorization invokes the companyreg.ReleaseProduceAuthorization API synchronously

func (*Client) ReleaseProduceAuthorizationWithCallback added in v1.61.1251

func (client *Client) ReleaseProduceAuthorizationWithCallback(request *ReleaseProduceAuthorizationRequest, callback func(response *ReleaseProduceAuthorizationResponse, err error)) <-chan int

ReleaseProduceAuthorizationWithCallback invokes the companyreg.ReleaseProduceAuthorization API asynchronously

func (*Client) ReleaseProduceAuthorizationWithChan added in v1.61.1251

func (client *Client) ReleaseProduceAuthorizationWithChan(request *ReleaseProduceAuthorizationRequest) (<-chan *ReleaseProduceAuthorizationResponse, <-chan error)

ReleaseProduceAuthorizationWithChan invokes the companyreg.ReleaseProduceAuthorization API asynchronously

func (*Client) StartBackToBackCall added in v1.61.1447

func (client *Client) StartBackToBackCall(request *StartBackToBackCallRequest) (response *StartBackToBackCallResponse, err error)

StartBackToBackCall invokes the companyreg.StartBackToBackCall API synchronously

func (*Client) StartBackToBackCallWithCallback added in v1.61.1447

func (client *Client) StartBackToBackCallWithCallback(request *StartBackToBackCallRequest, callback func(response *StartBackToBackCallResponse, err error)) <-chan int

StartBackToBackCallWithCallback invokes the companyreg.StartBackToBackCall API asynchronously

func (*Client) StartBackToBackCallWithChan added in v1.61.1447

func (client *Client) StartBackToBackCallWithChan(request *StartBackToBackCallRequest) (<-chan *StartBackToBackCallResponse, <-chan error)

StartBackToBackCallWithChan invokes the companyreg.StartBackToBackCall API asynchronously

func (*Client) SubmitIntentionNote added in v1.61.1251

func (client *Client) SubmitIntentionNote(request *SubmitIntentionNoteRequest) (response *SubmitIntentionNoteResponse, err error)

SubmitIntentionNote invokes the companyreg.SubmitIntentionNote API synchronously

func (*Client) SubmitIntentionNoteWithCallback added in v1.61.1251

func (client *Client) SubmitIntentionNoteWithCallback(request *SubmitIntentionNoteRequest, callback func(response *SubmitIntentionNoteResponse, err error)) <-chan int

SubmitIntentionNoteWithCallback invokes the companyreg.SubmitIntentionNote API asynchronously

func (*Client) SubmitIntentionNoteWithChan added in v1.61.1251

func (client *Client) SubmitIntentionNoteWithChan(request *SubmitIntentionNoteRequest) (<-chan *SubmitIntentionNoteResponse, <-chan error)

SubmitIntentionNoteWithChan invokes the companyreg.SubmitIntentionNote API asynchronously

func (*Client) SubmitSolution added in v1.61.1251

func (client *Client) SubmitSolution(request *SubmitSolutionRequest) (response *SubmitSolutionResponse, err error)

SubmitSolution invokes the companyreg.SubmitSolution API synchronously

func (*Client) SubmitSolutionWithCallback added in v1.61.1251

func (client *Client) SubmitSolutionWithCallback(request *SubmitSolutionRequest, callback func(response *SubmitSolutionResponse, err error)) <-chan int

SubmitSolutionWithCallback invokes the companyreg.SubmitSolution API asynchronously

func (*Client) SubmitSolutionWithChan added in v1.61.1251

func (client *Client) SubmitSolutionWithChan(request *SubmitSolutionRequest) (<-chan *SubmitSolutionResponse, <-chan error)

SubmitSolutionWithChan invokes the companyreg.SubmitSolution API asynchronously

func (*Client) TransferIntentionOwner added in v1.61.1500

func (client *Client) TransferIntentionOwner(request *TransferIntentionOwnerRequest) (response *TransferIntentionOwnerResponse, err error)

TransferIntentionOwner invokes the companyreg.TransferIntentionOwner API synchronously

func (*Client) TransferIntentionOwnerWithCallback added in v1.61.1500

func (client *Client) TransferIntentionOwnerWithCallback(request *TransferIntentionOwnerRequest, callback func(response *TransferIntentionOwnerResponse, err error)) <-chan int

TransferIntentionOwnerWithCallback invokes the companyreg.TransferIntentionOwner API asynchronously

func (*Client) TransferIntentionOwnerWithChan added in v1.61.1500

func (client *Client) TransferIntentionOwnerWithChan(request *TransferIntentionOwnerRequest) (<-chan *TransferIntentionOwnerResponse, <-chan error)

TransferIntentionOwnerWithChan invokes the companyreg.TransferIntentionOwner API asynchronously

func (*Client) TransferProduceOwner added in v1.61.1500

func (client *Client) TransferProduceOwner(request *TransferProduceOwnerRequest) (response *TransferProduceOwnerResponse, err error)

TransferProduceOwner invokes the companyreg.TransferProduceOwner API synchronously

func (*Client) TransferProduceOwnerWithCallback added in v1.61.1500

func (client *Client) TransferProduceOwnerWithCallback(request *TransferProduceOwnerRequest, callback func(response *TransferProduceOwnerResponse, err error)) <-chan int

TransferProduceOwnerWithCallback invokes the companyreg.TransferProduceOwner API asynchronously

func (*Client) TransferProduceOwnerWithChan added in v1.61.1500

func (client *Client) TransferProduceOwnerWithChan(request *TransferProduceOwnerRequest) (<-chan *TransferProduceOwnerResponse, <-chan error)

TransferProduceOwnerWithChan invokes the companyreg.TransferProduceOwner API asynchronously

type CloseIntentionForPartnerRequest added in v1.61.1251

type CloseIntentionForPartnerRequest struct {
	*requests.RpcRequest
	BizType        string `position:"Query" name:"BizType"`
	Note           string `position:"Query" name:"Note"`
	IntentionBizId string `position:"Query" name:"IntentionBizId"`
}

CloseIntentionForPartnerRequest is the request struct for api CloseIntentionForPartner

func CreateCloseIntentionForPartnerRequest added in v1.61.1251

func CreateCloseIntentionForPartnerRequest() (request *CloseIntentionForPartnerRequest)

CreateCloseIntentionForPartnerRequest creates a request to invoke CloseIntentionForPartner API

type CloseIntentionForPartnerResponse added in v1.61.1251

type CloseIntentionForPartnerResponse struct {
	*responses.BaseResponse
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	ErrorCode string `json:"ErrorCode" xml:"ErrorCode"`
}

CloseIntentionForPartnerResponse is the response struct for api CloseIntentionForPartner

func CreateCloseIntentionForPartnerResponse added in v1.61.1251

func CreateCloseIntentionForPartnerResponse() (response *CloseIntentionForPartnerResponse)

CreateCloseIntentionForPartnerResponse creates a response to parse from CloseIntentionForPartner response

type CloseUserIntentionRequest added in v1.61.1251

type CloseUserIntentionRequest struct {
	*requests.RpcRequest
	BizType        string `position:"Query" name:"BizType"`
	Note           string `position:"Query" name:"Note"`
	IntentionBizId string `position:"Query" name:"IntentionBizId"`
}

CloseUserIntentionRequest is the request struct for api CloseUserIntention

func CreateCloseUserIntentionRequest added in v1.61.1251

func CreateCloseUserIntentionRequest() (request *CloseUserIntentionRequest)

CreateCloseUserIntentionRequest creates a request to invoke CloseUserIntention API

type CloseUserIntentionResponse added in v1.61.1251

type CloseUserIntentionResponse struct {
	*responses.BaseResponse
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
	RequestId string `json:"RequestId" xml:"RequestId"`
	ErrorCode string `json:"ErrorCode" xml:"ErrorCode"`
	Success   bool   `json:"Success" xml:"Success"`
}

CloseUserIntentionResponse is the response struct for api CloseUserIntention

func CreateCloseUserIntentionResponse added in v1.61.1251

func CreateCloseUserIntentionResponse() (response *CloseUserIntentionResponse)

CreateCloseUserIntentionResponse creates a response to parse from CloseUserIntention response

type CommodityModules added in v1.61.1251

type CommodityModules struct {
	CommodityModulesItem []CommodityModulesItem `json:"CommodityModules" xml:"CommodityModules"`
}

CommodityModules is a nested struct in companyreg response

type CommodityModulesItem added in v1.61.1251

type CommodityModulesItem struct {
	ModuleName        string `json:"ModuleName" xml:"ModuleName"`
	LxModuleCode      string `json:"LxModuleCode" xml:"LxModuleCode"`
	ModuleTip         string `json:"ModuleTip" xml:"ModuleTip"`
	ModuleDescription string `json:"ModuleDescription" xml:"ModuleDescription"`
	ModuleUrl         string `json:"ModuleUrl" xml:"ModuleUrl"`
	ModuleCode        string `json:"ModuleCode" xml:"ModuleCode"`
	ModuleType        string `json:"ModuleType" xml:"ModuleType"`
	SortNumber        int    `json:"SortNumber" xml:"SortNumber"`
	ModuleValue       string `json:"ModuleValue" xml:"ModuleValue"`
}

CommodityModulesItem is a nested struct in companyreg response

type CreateBusinessOpportunityRequest added in v1.61.1251

type CreateBusinessOpportunityRequest struct {
	*requests.RpcRequest
	Mobile      string           `position:"Query" name:"Mobile"`
	Source      requests.Integer `position:"Query" name:"Source"`
	VCode       string           `position:"Query" name:"VCode"`
	ContactName string           `position:"Query" name:"ContactName"`
	BizType     string           `position:"Query" name:"BizType"`
}

CreateBusinessOpportunityRequest is the request struct for api CreateBusinessOpportunity

func CreateCreateBusinessOpportunityRequest added in v1.61.1251

func CreateCreateBusinessOpportunityRequest() (request *CreateBusinessOpportunityRequest)

CreateCreateBusinessOpportunityRequest creates a request to invoke CreateBusinessOpportunity API

type CreateBusinessOpportunityResponse added in v1.61.1251

type CreateBusinessOpportunityResponse struct {
	*responses.BaseResponse
	RequestId    string `json:"RequestId" xml:"RequestId"`
	ErrorMessage string `json:"ErrorMessage" xml:"ErrorMessage"`
	ErrorCode    string `json:"ErrorCode" xml:"ErrorCode"`
	Success      bool   `json:"Success" xml:"Success"`
}

CreateBusinessOpportunityResponse is the response struct for api CreateBusinessOpportunity

func CreateCreateBusinessOpportunityResponse added in v1.61.1251

func CreateCreateBusinessOpportunityResponse() (response *CreateBusinessOpportunityResponse)

CreateCreateBusinessOpportunityResponse creates a response to parse from CreateBusinessOpportunity response

type CreateProduceForPartnerRequest added in v1.61.1251

type CreateProduceForPartnerRequest struct {
	*requests.RpcRequest
	BizType string `position:"Query" name:"BizType"`
	ExtInfo string `position:"Query" name:"ExtInfo"`
	BizId   string `position:"Query" name:"BizId"`
}

CreateProduceForPartnerRequest is the request struct for api CreateProduceForPartner

func CreateCreateProduceForPartnerRequest added in v1.61.1251

func CreateCreateProduceForPartnerRequest() (request *CreateProduceForPartnerRequest)

CreateCreateProduceForPartnerRequest creates a request to invoke CreateProduceForPartner API

type CreateProduceForPartnerResponse added in v1.61.1251

type CreateProduceForPartnerResponse struct {
	*responses.BaseResponse
	BizId     string `json:"BizId" xml:"BizId"`
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
	RequestId string `json:"RequestId" xml:"RequestId"`
	ErrorCode string `json:"ErrorCode" xml:"ErrorCode"`
	Success   bool   `json:"Success" xml:"Success"`
}

CreateProduceForPartnerResponse is the response struct for api CreateProduceForPartner

func CreateCreateProduceForPartnerResponse added in v1.61.1251

func CreateCreateProduceForPartnerResponse() (response *CreateProduceForPartnerResponse)

CreateCreateProduceForPartnerResponse creates a response to parse from CreateProduceForPartner response

type Data added in v1.61.1251

type Data struct {
	StartingPrice      string                   `json:"StartingPrice" xml:"StartingPrice"`
	Message            string                   `json:"Message" xml:"Message"`
	Success            bool                     `json:"Success" xml:"Success"`
	IconUrl            string                   `json:"IconUrl" xml:"IconUrl"`
	ProductLine        string                   `json:"ProductLine" xml:"ProductLine"`
	CommodityCode      string                   `json:"CommodityCode" xml:"CommodityCode"`
	Description        string                   `json:"Description" xml:"Description"`
	ProtocolUrl        string                   `json:"ProtocolUrl" xml:"ProtocolUrl"`
	Type               int                      `json:"Type" xml:"Type"`
	CommodityModules   []CommodityModulesItem   `json:"CommodityModules" xml:"CommodityModules"`
	AuthorizedUserList []AuthorizedUserListItem `json:"AuthorizedUserList" xml:"AuthorizedUserList"`
}

Data is a nested struct in companyreg response

type DataInListIntentionNote added in v1.61.1251

type DataInListIntentionNote struct {
	Note []Note `json:"Note" xml:"Note"`
}

DataInListIntentionNote is a nested struct in companyreg response

type DataInListProduceAuthorization added in v1.61.1251

type DataInListProduceAuthorization struct {
	ProduceAuthorizations []ProduceAuthorizations `json:"ProduceAuthorizations" xml:"ProduceAuthorizations"`
}

DataInListProduceAuthorization is a nested struct in companyreg response

type DataInListUserDetailSolutions added in v1.61.1251

type DataInListUserDetailSolutions struct {
	Solution []Solution `json:"Solution" xml:"Solution"`
}

DataInListUserDetailSolutions is a nested struct in companyreg response

type DataInListUserIntentionNotes added in v1.61.1251

type DataInListUserIntentionNotes struct {
	OpateLogs []OpateLogs `json:"OpateLogs" xml:"OpateLogs"`
}

DataInListUserIntentionNotes is a nested struct in companyreg response

type DataInListUserIntentions added in v1.61.1251

type DataInListUserIntentions struct {
	Intention []Intention `json:"Intention" xml:"Intention"`
}

DataInListUserIntentions is a nested struct in companyreg response

type DataInListUserProduceOperateLogs added in v1.61.1251

type DataInListUserProduceOperateLogs struct {
	OpateLogs []OpateLogs `json:"OpateLogs" xml:"OpateLogs"`
}

DataInListUserProduceOperateLogs is a nested struct in companyreg response

type DataInListUserSolutions added in v1.61.1251

type DataInListUserSolutions struct {
	Solution []Solution `json:"Solution" xml:"Solution"`
}

DataInListUserSolutions is a nested struct in companyreg response

type DataInQueryAvailableNumbers added in v1.61.1447

type DataInQueryAvailableNumbers struct {
	Numbers []string `json:"Numbers" xml:"Numbers"`
}

DataInQueryAvailableNumbers is a nested struct in companyreg response

type DataInQueryPartnerIntentionList added in v1.61.1447

type DataInQueryPartnerIntentionList struct {
	Intention []Intention `json:"intention" xml:"intention"`
}

DataInQueryPartnerIntentionList is a nested struct in companyreg response

type DataInQueryPartnerProduceList added in v1.61.1447

type DataInQueryPartnerProduceList struct {
	Produce []Produce `json:"produce" xml:"produce"`
}

DataInQueryPartnerProduceList is a nested struct in companyreg response

type DescribePartnerConfigRequest added in v1.61.1251

type DescribePartnerConfigRequest struct {
	*requests.RpcRequest
	PartnerCode string `position:"Query" name:"PartnerCode"`
	BizType     string `position:"Query" name:"BizType"`
}

DescribePartnerConfigRequest is the request struct for api DescribePartnerConfig

func CreateDescribePartnerConfigRequest added in v1.61.1251

func CreateDescribePartnerConfigRequest() (request *DescribePartnerConfigRequest)

CreateDescribePartnerConfigRequest creates a request to invoke DescribePartnerConfig API

type DescribePartnerConfigResponse added in v1.61.1251

type DescribePartnerConfigResponse struct {
	*responses.BaseResponse
	PartnerName string `json:"PartnerName" xml:"PartnerName"`
	RequestId   string `json:"RequestId" xml:"RequestId"`
	PartnerCode string `json:"PartnerCode" xml:"PartnerCode"`
	Contact     string `json:"Contact" xml:"Contact"`
}

DescribePartnerConfigResponse is the response struct for api DescribePartnerConfig

func CreateDescribePartnerConfigResponse added in v1.61.1251

func CreateDescribePartnerConfigResponse() (response *DescribePartnerConfigResponse)

CreateDescribePartnerConfigResponse creates a response to parse from DescribePartnerConfig response

type GenerateUploadFilePolicyRequest added in v1.61.1251

type GenerateUploadFilePolicyRequest struct {
	*requests.RpcRequest
	FileType string `position:"Query" name:"FileType"`
	BizType  string `position:"Query" name:"BizType"`
	FileName string `position:"Query" name:"FileName"`
}

GenerateUploadFilePolicyRequest is the request struct for api GenerateUploadFilePolicy

func CreateGenerateUploadFilePolicyRequest added in v1.61.1251

func CreateGenerateUploadFilePolicyRequest() (request *GenerateUploadFilePolicyRequest)

CreateGenerateUploadFilePolicyRequest creates a request to invoke GenerateUploadFilePolicy API

type GenerateUploadFilePolicyResponse added in v1.61.1251

type GenerateUploadFilePolicyResponse struct {
	*responses.BaseResponse
	Signature     string `json:"Signature" xml:"Signature"`
	FileUrl       string `json:"FileUrl" xml:"FileUrl"`
	Host          string `json:"Host" xml:"Host"`
	RequestId     string `json:"RequestId" xml:"RequestId"`
	ExpireTime    string `json:"ExpireTime" xml:"ExpireTime"`
	EncodedPolicy string `json:"EncodedPolicy" xml:"EncodedPolicy"`
	FileDir       string `json:"FileDir" xml:"FileDir"`
	AccessId      string `json:"AccessId" xml:"AccessId"`
}

GenerateUploadFilePolicyResponse is the response struct for api GenerateUploadFilePolicy

func CreateGenerateUploadFilePolicyResponse added in v1.61.1251

func CreateGenerateUploadFilePolicyResponse() (response *GenerateUploadFilePolicyResponse)

CreateGenerateUploadFilePolicyResponse creates a response to parse from GenerateUploadFilePolicy response

type GetAlipayUrlRequest added in v1.61.1251

type GetAlipayUrlRequest struct {
	*requests.RpcRequest
	OrderId   requests.Integer `position:"Query" name:"OrderId"`
	Type      string           `position:"Query" name:"Type"`
	BizType   string           `position:"Query" name:"BizType"`
	ReturnUrl string           `position:"Query" name:"ReturnUrl"`
}

GetAlipayUrlRequest is the request struct for api GetAlipayUrl

func CreateGetAlipayUrlRequest added in v1.61.1251

func CreateGetAlipayUrlRequest() (request *GetAlipayUrlRequest)

CreateGetAlipayUrlRequest creates a request to invoke GetAlipayUrl API

type GetAlipayUrlResponse added in v1.61.1251

type GetAlipayUrlResponse struct {
	*responses.BaseResponse
	Data      string `json:"Data" xml:"Data"`
	RequestId string `json:"RequestId" xml:"RequestId"`
}

GetAlipayUrlResponse is the response struct for api GetAlipayUrl

func CreateGetAlipayUrlResponse added in v1.61.1251

func CreateGetAlipayUrlResponse() (response *GetAlipayUrlResponse)

CreateGetAlipayUrlResponse creates a response to parse from GetAlipayUrl response

type Intention added in v1.61.1251

type Intention struct {
	ContactName string `json:"ContactName" xml:"ContactName"`
	BizId       string `json:"BizId" xml:"BizId"`
	Reason      string `json:"Reason" xml:"Reason"`
	BizType     string `json:"BizType" xml:"BizType"`
	Status      int    `json:"Status" xml:"Status"`
	Mobile      string `json:"Mobile" xml:"Mobile"`
	Area        string `json:"Area" xml:"Area"`
	UpdateTime  int64  `json:"UpdateTime" xml:"UpdateTime"`
	UserId      string `json:"UserId" xml:"UserId"`
	CreateTime  int64  `json:"CreateTime" xml:"CreateTime"`
	Description string `json:"Description" xml:"Description"`
}

Intention is a nested struct in companyreg response

type ListIntentionNoteRequest added in v1.61.1251

type ListIntentionNoteRequest struct {
	*requests.RpcRequest
	EndTime        requests.Integer `position:"Query" name:"EndTime"`
	BeginTime      requests.Integer `position:"Query" name:"BeginTime"`
	IntentionBizId string           `position:"Query" name:"IntentionBizId"`
	PageNumber     requests.Integer `position:"Query" name:"PageNumber"`
	PageSize       requests.Integer `position:"Query" name:"PageSize"`
}

ListIntentionNoteRequest is the request struct for api ListIntentionNote

func CreateListIntentionNoteRequest added in v1.61.1251

func CreateListIntentionNoteRequest() (request *ListIntentionNoteRequest)

CreateListIntentionNoteRequest creates a request to invoke ListIntentionNote API

type ListIntentionNoteResponse added in v1.61.1251

type ListIntentionNoteResponse struct {
	*responses.BaseResponse
	CurrentPageNum int    `json:"CurrentPageNum" xml:"CurrentPageNum"`
	TotalPageNum   int    `json:"TotalPageNum" xml:"TotalPageNum"`
	PageSize       int    `json:"PageSize" xml:"PageSize"`
	RequestId      string `json:"RequestId" xml:"RequestId"`
	TotalItemNum   int    `json:"TotalItemNum" xml:"TotalItemNum"`
	Data           []Note `json:"Data" xml:"Data"`
}

ListIntentionNoteResponse is the response struct for api ListIntentionNote

func CreateListIntentionNoteResponse added in v1.61.1251

func CreateListIntentionNoteResponse() (response *ListIntentionNoteResponse)

CreateListIntentionNoteResponse creates a response to parse from ListIntentionNote response

type ListProduceAuthorizationRequest added in v1.61.1251

type ListProduceAuthorizationRequest struct {
	*requests.RpcRequest
	PageNum  requests.Integer `position:"Query" name:"PageNum"`
	BizType  string           `position:"Query" name:"BizType"`
	BizId    string           `position:"Query" name:"BizId"`
	PageSize requests.Integer `position:"Query" name:"PageSize"`
}

ListProduceAuthorizationRequest is the request struct for api ListProduceAuthorization

func CreateListProduceAuthorizationRequest added in v1.61.1251

func CreateListProduceAuthorizationRequest() (request *ListProduceAuthorizationRequest)

CreateListProduceAuthorizationRequest creates a request to invoke ListProduceAuthorization API

type ListProduceAuthorizationResponse added in v1.61.1251

type ListProduceAuthorizationResponse struct {
	*responses.BaseResponse
	RequestId      string                  `json:"RequestId" xml:"RequestId"`
	Success        bool                    `json:"Success" xml:"Success"`
	TotalItemNum   int                     `json:"TotalItemNum" xml:"TotalItemNum"`
	CurrentPageNum int                     `json:"CurrentPageNum" xml:"CurrentPageNum"`
	PageSize       int                     `json:"PageSize" xml:"PageSize"`
	TotalPageNum   int                     `json:"TotalPageNum" xml:"TotalPageNum"`
	Data           []ProduceAuthorizations `json:"Data" xml:"Data"`
}

ListProduceAuthorizationResponse is the response struct for api ListProduceAuthorization

func CreateListProduceAuthorizationResponse added in v1.61.1251

func CreateListProduceAuthorizationResponse() (response *ListProduceAuthorizationResponse)

CreateListProduceAuthorizationResponse creates a response to parse from ListProduceAuthorization response

type ListUserDetailSolutionsRequest added in v1.61.1251

type ListUserDetailSolutionsRequest struct {
	*requests.RpcRequest
	BizType        string           `position:"Query" name:"BizType"`
	PageSize       requests.Integer `position:"Query" name:"PageSize"`
	IntentionBizId string           `position:"Query" name:"IntentionBizId"`
	PageNum        requests.Integer `position:"Query" name:"PageNum"`
}

ListUserDetailSolutionsRequest is the request struct for api ListUserDetailSolutions

func CreateListUserDetailSolutionsRequest added in v1.61.1251

func CreateListUserDetailSolutionsRequest() (request *ListUserDetailSolutionsRequest)

CreateListUserDetailSolutionsRequest creates a request to invoke ListUserDetailSolutions API

type ListUserDetailSolutionsResponse added in v1.61.1251

type ListUserDetailSolutionsResponse struct {
	*responses.BaseResponse
	CurrentPageNum int        `json:"CurrentPageNum" xml:"CurrentPageNum"`
	TotalPageNum   int        `json:"TotalPageNum" xml:"TotalPageNum"`
	RequestId      string     `json:"RequestId" xml:"RequestId"`
	PageSize       int        `json:"PageSize" xml:"PageSize"`
	TotalItemNum   int        `json:"TotalItemNum" xml:"TotalItemNum"`
	Data           []Solution `json:"Data" xml:"Data"`
}

ListUserDetailSolutionsResponse is the response struct for api ListUserDetailSolutions

func CreateListUserDetailSolutionsResponse added in v1.61.1251

func CreateListUserDetailSolutionsResponse() (response *ListUserDetailSolutionsResponse)

CreateListUserDetailSolutionsResponse creates a response to parse from ListUserDetailSolutions response

type ListUserIntentionNotesRequest added in v1.61.1251

type ListUserIntentionNotesRequest struct {
	*requests.RpcRequest
	BizType        string           `position:"Query" name:"BizType"`
	PageSize       requests.Integer `position:"Query" name:"PageSize"`
	IntentionBizId string           `position:"Query" name:"IntentionBizId"`
	PageNum        requests.Integer `position:"Query" name:"PageNum"`
}

ListUserIntentionNotesRequest is the request struct for api ListUserIntentionNotes

func CreateListUserIntentionNotesRequest added in v1.61.1251

func CreateListUserIntentionNotesRequest() (request *ListUserIntentionNotesRequest)

CreateListUserIntentionNotesRequest creates a request to invoke ListUserIntentionNotes API

type ListUserIntentionNotesResponse added in v1.61.1251

type ListUserIntentionNotesResponse struct {
	*responses.BaseResponse
	PageNum      int         `json:"PageNum" xml:"PageNum"`
	RequestId    string      `json:"RequestId" xml:"RequestId"`
	Success      bool        `json:"Success" xml:"Success"`
	TotalItemNum int         `json:"TotalItemNum" xml:"TotalItemNum"`
	PageSize     int         `json:"PageSize" xml:"PageSize"`
	TotalPageNum int         `json:"TotalPageNum" xml:"TotalPageNum"`
	Data         []OpateLogs `json:"Data" xml:"Data"`
}

ListUserIntentionNotesResponse is the response struct for api ListUserIntentionNotes

func CreateListUserIntentionNotesResponse added in v1.61.1251

func CreateListUserIntentionNotesResponse() (response *ListUserIntentionNotesResponse)

CreateListUserIntentionNotesResponse creates a response to parse from ListUserIntentionNotes response

type ListUserIntentionsRequest added in v1.61.1251

type ListUserIntentionsRequest struct {
	*requests.RpcRequest
	Area           string           `position:"Query" name:"Area"`
	BizTypes       string           `position:"Query" name:"BizTypes"`
	IntentionBizId string           `position:"Query" name:"IntentionBizId"`
	PageNum        requests.Integer `position:"Query" name:"PageNum"`
	SortFiled      string           `position:"Query" name:"SortFiled"`
	BizType        string           `position:"Query" name:"BizType"`
	PageSize       requests.Integer `position:"Query" name:"PageSize"`
	SortOrder      string           `position:"Query" name:"SortOrder"`
	Status         requests.Integer `position:"Query" name:"Status"`
}

ListUserIntentionsRequest is the request struct for api ListUserIntentions

func CreateListUserIntentionsRequest added in v1.61.1251

func CreateListUserIntentionsRequest() (request *ListUserIntentionsRequest)

CreateListUserIntentionsRequest creates a request to invoke ListUserIntentions API

type ListUserIntentionsResponse added in v1.61.1251

type ListUserIntentionsResponse struct {
	*responses.BaseResponse
	CurrentPageNum int         `json:"CurrentPageNum" xml:"CurrentPageNum"`
	TotalPageNum   int         `json:"TotalPageNum" xml:"TotalPageNum"`
	PageSize       int         `json:"PageSize" xml:"PageSize"`
	RequestId      string      `json:"RequestId" xml:"RequestId"`
	TotalItemNum   int         `json:"TotalItemNum" xml:"TotalItemNum"`
	Data           []Intention `json:"Data" xml:"Data"`
}

ListUserIntentionsResponse is the response struct for api ListUserIntentions

func CreateListUserIntentionsResponse added in v1.61.1251

func CreateListUserIntentionsResponse() (response *ListUserIntentionsResponse)

CreateListUserIntentionsResponse creates a response to parse from ListUserIntentions response

type ListUserProduceOperateLogsRequest added in v1.61.1251

type ListUserProduceOperateLogsRequest struct {
	*requests.RpcRequest
	PageNum  requests.Integer `position:"Query" name:"PageNum"`
	BizType  string           `position:"Query" name:"BizType"`
	BizId    string           `position:"Query" name:"BizId"`
	PageSize requests.Integer `position:"Query" name:"PageSize"`
}

ListUserProduceOperateLogsRequest is the request struct for api ListUserProduceOperateLogs

func CreateListUserProduceOperateLogsRequest added in v1.61.1251

func CreateListUserProduceOperateLogsRequest() (request *ListUserProduceOperateLogsRequest)

CreateListUserProduceOperateLogsRequest creates a request to invoke ListUserProduceOperateLogs API

type ListUserProduceOperateLogsResponse added in v1.61.1251

type ListUserProduceOperateLogsResponse struct {
	*responses.BaseResponse
	PageNum      int         `json:"PageNum" xml:"PageNum"`
	RequestId    string      `json:"RequestId" xml:"RequestId"`
	Success      bool        `json:"Success" xml:"Success"`
	TotalItemNum int         `json:"TotalItemNum" xml:"TotalItemNum"`
	PageSize     int         `json:"PageSize" xml:"PageSize"`
	TotalPageNum int         `json:"TotalPageNum" xml:"TotalPageNum"`
	Data         []OpateLogs `json:"Data" xml:"Data"`
}

ListUserProduceOperateLogsResponse is the response struct for api ListUserProduceOperateLogs

func CreateListUserProduceOperateLogsResponse added in v1.61.1251

func CreateListUserProduceOperateLogsResponse() (response *ListUserProduceOperateLogsResponse)

CreateListUserProduceOperateLogsResponse creates a response to parse from ListUserProduceOperateLogs response

type ListUserSolutionsRequest added in v1.61.1251

type ListUserSolutionsRequest struct {
	*requests.RpcRequest
	PageSize       requests.Integer `position:"Query" name:"PageSize"`
	ExistStatus    *[]string        `position:"Query" name:"ExistStatus"  type:"Json"`
	IntentionBizId string           `position:"Query" name:"IntentionBizId"`
	PageNum        requests.Integer `position:"Query" name:"PageNum"`
}

ListUserSolutionsRequest is the request struct for api ListUserSolutions

func CreateListUserSolutionsRequest added in v1.61.1251

func CreateListUserSolutionsRequest() (request *ListUserSolutionsRequest)

CreateListUserSolutionsRequest creates a request to invoke ListUserSolutions API

type ListUserSolutionsResponse added in v1.61.1251

type ListUserSolutionsResponse struct {
	*responses.BaseResponse
	CurrentPageNum int        `json:"CurrentPageNum" xml:"CurrentPageNum"`
	TotalPageNum   int        `json:"TotalPageNum" xml:"TotalPageNum"`
	PageSize       int        `json:"PageSize" xml:"PageSize"`
	RequestId      string     `json:"RequestId" xml:"RequestId"`
	TotalItemNum   int        `json:"TotalItemNum" xml:"TotalItemNum"`
	Data           []Solution `json:"Data" xml:"Data"`
}

ListUserSolutionsResponse is the response struct for api ListUserSolutions

func CreateListUserSolutionsResponse added in v1.61.1251

func CreateListUserSolutionsResponse() (response *ListUserSolutionsResponse)

CreateListUserSolutionsResponse creates a response to parse from ListUserSolutions response

type Note added in v1.61.1251

type Note struct {
	Type           string `json:"Type" xml:"Type"`
	Note           string `json:"Note" xml:"Note"`
	Source         int    `json:"Source" xml:"Source"`
	CreateTime     string `json:"CreateTime" xml:"CreateTime"`
	IntentionBizId string `json:"IntentionBizId" xml:"IntentionBizId"`
}

Note is a nested struct in companyreg response

type OpateLogs added in v1.61.1251

type OpateLogs struct {
	BizId           string `json:"BizId" xml:"BizId"`
	ToBizStatus     int    `json:"ToBizStatus" xml:"ToBizStatus"`
	OperateName     string `json:"OperateName" xml:"OperateName"`
	BizType         string `json:"BizType" xml:"BizType"`
	OperateUserType string `json:"OperateUserType" xml:"OperateUserType"`
	BizStatus       int    `json:"BizStatus" xml:"BizStatus"`
	CreateTime      string `json:"CreateTime" xml:"CreateTime"`
	Note            string `json:"Note" xml:"Note"`
	OperateTime     int64  `json:"OperateTime" xml:"OperateTime"`
}

OpateLogs is a nested struct in companyreg response

type OperateProduceForPartnerRequest added in v1.61.1251

type OperateProduceForPartnerRequest struct {
	*requests.RpcRequest
	BizType     string `position:"Query" name:"BizType"`
	ExtInfo     string `position:"Query" name:"ExtInfo"`
	BizId       string `position:"Query" name:"BizId"`
	OperateType string `position:"Query" name:"OperateType"`
}

OperateProduceForPartnerRequest is the request struct for api OperateProduceForPartner

func CreateOperateProduceForPartnerRequest added in v1.61.1251

func CreateOperateProduceForPartnerRequest() (request *OperateProduceForPartnerRequest)

CreateOperateProduceForPartnerRequest creates a request to invoke OperateProduceForPartner API

type OperateProduceForPartnerResponse added in v1.61.1251

type OperateProduceForPartnerResponse struct {
	*responses.BaseResponse
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
	RequestId string `json:"RequestId" xml:"RequestId"`
	ErrorCode string `json:"ErrorCode" xml:"ErrorCode"`
	Success   bool   `json:"Success" xml:"Success"`
}

OperateProduceForPartnerResponse is the response struct for api OperateProduceForPartner

func CreateOperateProduceForPartnerResponse added in v1.61.1251

func CreateOperateProduceForPartnerResponse() (response *OperateProduceForPartnerResponse)

CreateOperateProduceForPartnerResponse creates a response to parse from OperateProduceForPartner response

type Produce added in v1.61.1447

type Produce struct {
	BizId   string `json:"BizId" xml:"BizId"`
	BizType string `json:"BizType" xml:"BizType"`
	Mobile  string `json:"mobile" xml:"mobile"`
}

Produce is a nested struct in companyreg response

type ProduceAuthorizations added in v1.61.1251

type ProduceAuthorizations struct {
	AuthorizedUserId   string `json:"AuthorizedUserId" xml:"AuthorizedUserId"`
	AuthorizedUserName string `json:"AuthorizedUserName" xml:"AuthorizedUserName"`
}

ProduceAuthorizations is a nested struct in companyreg response

type PutMeasureDataRequest added in v1.61.1251

type PutMeasureDataRequest struct {
	*requests.RpcRequest
	Data      string `position:"Body" name:"Data"`
	EndTime   string `position:"Body" name:"EndTime"`
	StartTime string `position:"Body" name:"StartTime"`
	BizType   string `position:"Body" name:"BizType"`
	DataType  string `position:"Body" name:"DataType"`
}

PutMeasureDataRequest is the request struct for api PutMeasureData

func CreatePutMeasureDataRequest added in v1.61.1251

func CreatePutMeasureDataRequest() (request *PutMeasureDataRequest)

CreatePutMeasureDataRequest creates a request to invoke PutMeasureData API

type PutMeasureDataResponse added in v1.61.1251

type PutMeasureDataResponse struct {
	*responses.BaseResponse
	Data      bool   `json:"Data" xml:"Data"`
	RequestId string `json:"RequestId" xml:"RequestId"`
}

PutMeasureDataResponse is the response struct for api PutMeasureData

func CreatePutMeasureDataResponse added in v1.61.1251

func CreatePutMeasureDataResponse() (response *PutMeasureDataResponse)

CreatePutMeasureDataResponse creates a response to parse from PutMeasureData response

type PutMeasureReadyFlagRequest added in v1.61.1251

type PutMeasureReadyFlagRequest struct {
	*requests.RpcRequest
	ReadyFlag string `position:"Query" name:"ReadyFlag"`
	EndTime   string `position:"Query" name:"EndTime"`
	StartTime string `position:"Query" name:"StartTime"`
	BizType   string `position:"Query" name:"BizType"`
	DataType  string `position:"Query" name:"DataType"`
}

PutMeasureReadyFlagRequest is the request struct for api PutMeasureReadyFlag

func CreatePutMeasureReadyFlagRequest added in v1.61.1251

func CreatePutMeasureReadyFlagRequest() (request *PutMeasureReadyFlagRequest)

CreatePutMeasureReadyFlagRequest creates a request to invoke PutMeasureReadyFlag API

type PutMeasureReadyFlagResponse added in v1.61.1251

type PutMeasureReadyFlagResponse struct {
	*responses.BaseResponse
	Data      bool   `json:"Data" xml:"Data"`
	RequestId string `json:"RequestId" xml:"RequestId"`
}

PutMeasureReadyFlagResponse is the response struct for api PutMeasureReadyFlag

func CreatePutMeasureReadyFlagResponse added in v1.61.1251

func CreatePutMeasureReadyFlagResponse() (response *PutMeasureReadyFlagResponse)

CreatePutMeasureReadyFlagResponse creates a response to parse from PutMeasureReadyFlag response

type QueryAvailableNumbersRequest added in v1.61.1447

type QueryAvailableNumbersRequest struct {
	*requests.RpcRequest
	BizType string `position:"Query" name:"BizType"`
}

QueryAvailableNumbersRequest is the request struct for api QueryAvailableNumbers

func CreateQueryAvailableNumbersRequest added in v1.61.1447

func CreateQueryAvailableNumbersRequest() (request *QueryAvailableNumbersRequest)

CreateQueryAvailableNumbersRequest creates a request to invoke QueryAvailableNumbers API

type QueryAvailableNumbersResponse added in v1.61.1447

type QueryAvailableNumbersResponse struct {
	*responses.BaseResponse
	ErrorMsg  string   `json:"ErrorMsg" xml:"ErrorMsg"`
	RequestId string   `json:"RequestId" xml:"RequestId"`
	ErrorCode string   `json:"ErrorCode" xml:"ErrorCode"`
	Success   bool     `json:"Success" xml:"Success"`
	Data      []string `json:"Data" xml:"Data"`
}

QueryAvailableNumbersResponse is the response struct for api QueryAvailableNumbers

func CreateQueryAvailableNumbersResponse added in v1.61.1447

func CreateQueryAvailableNumbersResponse() (response *QueryAvailableNumbersResponse)

CreateQueryAvailableNumbersResponse creates a response to parse from QueryAvailableNumbers response

type QueryBagRemainingRequest added in v1.61.1251

type QueryBagRemainingRequest struct {
	*requests.RpcRequest
	BizType string `position:"Query" name:"BizType"`
}

QueryBagRemainingRequest is the request struct for api QueryBagRemaining

func CreateQueryBagRemainingRequest added in v1.61.1251

func CreateQueryBagRemainingRequest() (request *QueryBagRemainingRequest)

CreateQueryBagRemainingRequest creates a request to invoke QueryBagRemaining API

type QueryBagRemainingResponse added in v1.61.1251

type QueryBagRemainingResponse struct {
	*responses.BaseResponse
	Data      int64  `json:"Data" xml:"Data"`
	RequestId string `json:"RequestId" xml:"RequestId"`
}

QueryBagRemainingResponse is the response struct for api QueryBagRemaining

func CreateQueryBagRemainingResponse added in v1.61.1251

func CreateQueryBagRemainingResponse() (response *QueryBagRemainingResponse)

CreateQueryBagRemainingResponse creates a response to parse from QueryBagRemaining response

type QueryCommodityConfigRequest added in v1.61.1251

type QueryCommodityConfigRequest struct {
	*requests.RpcRequest
	BizType       string           `position:"Query" name:"BizType"`
	QueryModule   requests.Boolean `position:"Query" name:"QueryModule"`
	CommodityCode string           `position:"Query" name:"CommodityCode"`
}

QueryCommodityConfigRequest is the request struct for api QueryCommodityConfig

func CreateQueryCommodityConfigRequest added in v1.61.1251

func CreateQueryCommodityConfigRequest() (request *QueryCommodityConfigRequest)

CreateQueryCommodityConfigRequest creates a request to invoke QueryCommodityConfig API

type QueryCommodityConfigResponse added in v1.61.1251

type QueryCommodityConfigResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Data      Data   `json:"Data" xml:"Data"`
}

QueryCommodityConfigResponse is the response struct for api QueryCommodityConfig

func CreateQueryCommodityConfigResponse added in v1.61.1251

func CreateQueryCommodityConfigResponse() (response *QueryCommodityConfigResponse)

CreateQueryCommodityConfigResponse creates a response to parse from QueryCommodityConfig response

type QueryInstanceRequest added in v1.61.1251

type QueryInstanceRequest struct {
	*requests.RpcRequest
	BizType    string `position:"Query" name:"BizType"`
	InstanceId string `position:"Query" name:"InstanceId"`
}

QueryInstanceRequest is the request struct for api QueryInstance

func CreateQueryInstanceRequest added in v1.61.1251

func CreateQueryInstanceRequest() (request *QueryInstanceRequest)

CreateQueryInstanceRequest creates a request to invoke QueryInstance API

type QueryInstanceResponse added in v1.61.1251

type QueryInstanceResponse struct {
	*responses.BaseResponse
	Data      string `json:"Data" xml:"Data"`
	RequestId string `json:"RequestId" xml:"RequestId"`
}

QueryInstanceResponse is the response struct for api QueryInstance

func CreateQueryInstanceResponse added in v1.61.1251

func CreateQueryInstanceResponse() (response *QueryInstanceResponse)

CreateQueryInstanceResponse creates a response to parse from QueryInstance response

type QueryPartnerIntentionListRequest added in v1.61.1447

type QueryPartnerIntentionListRequest struct {
	*requests.RpcRequest
	BizType  string           `position:"Query" name:"BizType"`
	BizId    string           `position:"Query" name:"BizId"`
	PageSize requests.Integer `position:"Query" name:"PageSize"`
	PageNum  requests.Integer `position:"Query" name:"PageNum"`
}

QueryPartnerIntentionListRequest is the request struct for api QueryPartnerIntentionList

func CreateQueryPartnerIntentionListRequest added in v1.61.1447

func CreateQueryPartnerIntentionListRequest() (request *QueryPartnerIntentionListRequest)

CreateQueryPartnerIntentionListRequest creates a request to invoke QueryPartnerIntentionList API

type QueryPartnerIntentionListResponse added in v1.61.1447

type QueryPartnerIntentionListResponse struct {
	*responses.BaseResponse
	RequestId      string      `json:"RequestId" xml:"RequestId"`
	CurrentPageNum int64       `json:"CurrentPageNum" xml:"CurrentPageNum"`
	TotalPageNum   int64       `json:"TotalPageNum" xml:"TotalPageNum"`
	PageSize       int64       `json:"PageSize" xml:"PageSize"`
	TotalItemNum   int64       `json:"TotalItemNum" xml:"TotalItemNum"`
	Data           []Intention `json:"Data" xml:"Data"`
}

QueryPartnerIntentionListResponse is the response struct for api QueryPartnerIntentionList

func CreateQueryPartnerIntentionListResponse added in v1.61.1447

func CreateQueryPartnerIntentionListResponse() (response *QueryPartnerIntentionListResponse)

CreateQueryPartnerIntentionListResponse creates a response to parse from QueryPartnerIntentionList response

type QueryPartnerProduceListRequest added in v1.61.1447

type QueryPartnerProduceListRequest struct {
	*requests.RpcRequest
	BizType  string           `position:"Query" name:"BizType"`
	BizId    string           `position:"Query" name:"BizId"`
	PageSize requests.Integer `position:"Query" name:"PageSize"`
	PageNum  requests.Integer `position:"Query" name:"PageNum"`
}

QueryPartnerProduceListRequest is the request struct for api QueryPartnerProduceList

func CreateQueryPartnerProduceListRequest added in v1.61.1447

func CreateQueryPartnerProduceListRequest() (request *QueryPartnerProduceListRequest)

CreateQueryPartnerProduceListRequest creates a request to invoke QueryPartnerProduceList API

type QueryPartnerProduceListResponse added in v1.61.1447

type QueryPartnerProduceListResponse struct {
	*responses.BaseResponse
	RequestId      string    `json:"RequestId" xml:"RequestId"`
	CurrentPageNum int64     `json:"CurrentPageNum" xml:"CurrentPageNum"`
	TotalPageNum   int64     `json:"TotalPageNum" xml:"TotalPageNum"`
	PageSize       int64     `json:"PageSize" xml:"PageSize"`
	TotalItemNum   int64     `json:"TotalItemNum" xml:"TotalItemNum"`
	Data           []Produce `json:"Data" xml:"Data"`
}

QueryPartnerProduceListResponse is the response struct for api QueryPartnerProduceList

func CreateQueryPartnerProduceListResponse added in v1.61.1447

func CreateQueryPartnerProduceListResponse() (response *QueryPartnerProduceListResponse)

CreateQueryPartnerProduceListResponse creates a response to parse from QueryPartnerProduceList response

type QueryUserNeedAuthRequest added in v1.61.1251

type QueryUserNeedAuthRequest struct {
	*requests.RpcRequest
}

QueryUserNeedAuthRequest is the request struct for api QueryUserNeedAuth

func CreateQueryUserNeedAuthRequest added in v1.61.1251

func CreateQueryUserNeedAuthRequest() (request *QueryUserNeedAuthRequest)

CreateQueryUserNeedAuthRequest creates a request to invoke QueryUserNeedAuth API

type QueryUserNeedAuthResponse added in v1.61.1251

type QueryUserNeedAuthResponse struct {
	*responses.BaseResponse
	RequestId string `json:"RequestId" xml:"RequestId"`
	Success   bool   `json:"Success" xml:"Success"`
	NeedAuth  bool   `json:"NeedAuth" xml:"NeedAuth"`
}

QueryUserNeedAuthResponse is the response struct for api QueryUserNeedAuth

func CreateQueryUserNeedAuthResponse added in v1.61.1251

func CreateQueryUserNeedAuthResponse() (response *QueryUserNeedAuthResponse)

CreateQueryUserNeedAuthResponse creates a response to parse from QueryUserNeedAuth response

type RejectSolutionRequest added in v1.61.1251

type RejectSolutionRequest struct {
	*requests.RpcRequest
	Note          string `position:"Query" name:"Note"`
	SolutionBizId string `position:"Query" name:"SolutionBizId"`
}

RejectSolutionRequest is the request struct for api RejectSolution

func CreateRejectSolutionRequest added in v1.61.1251

func CreateRejectSolutionRequest() (request *RejectSolutionRequest)

CreateRejectSolutionRequest creates a request to invoke RejectSolution API

type RejectSolutionResponse added in v1.61.1251

type RejectSolutionResponse struct {
	*responses.BaseResponse
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
	RequestId string `json:"RequestId" xml:"RequestId"`
	ErrorCode string `json:"ErrorCode" xml:"ErrorCode"`
	Success   bool   `json:"Success" xml:"Success"`
}

RejectSolutionResponse is the response struct for api RejectSolution

func CreateRejectSolutionResponse added in v1.61.1251

func CreateRejectSolutionResponse() (response *RejectSolutionResponse)

CreateRejectSolutionResponse creates a response to parse from RejectSolution response

type RejectUserSolutionRequest added in v1.61.1251

type RejectUserSolutionRequest struct {
	*requests.RpcRequest
	BizType       string `position:"Query" name:"BizType"`
	Note          string `position:"Query" name:"Note"`
	SolutionBizId string `position:"Query" name:"SolutionBizId"`
}

RejectUserSolutionRequest is the request struct for api RejectUserSolution

func CreateRejectUserSolutionRequest added in v1.61.1251

func CreateRejectUserSolutionRequest() (request *RejectUserSolutionRequest)

CreateRejectUserSolutionRequest creates a request to invoke RejectUserSolution API

type RejectUserSolutionResponse added in v1.61.1251

type RejectUserSolutionResponse struct {
	*responses.BaseResponse
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
	RequestId string `json:"RequestId" xml:"RequestId"`
	ErrorCode string `json:"ErrorCode" xml:"ErrorCode"`
	Success   bool   `json:"Success" xml:"Success"`
}

RejectUserSolutionResponse is the response struct for api RejectUserSolution

func CreateRejectUserSolutionResponse added in v1.61.1251

func CreateRejectUserSolutionResponse() (response *RejectUserSolutionResponse)

CreateRejectUserSolutionResponse creates a response to parse from RejectUserSolution response

type ReleaseProduceAuthorizationRequest added in v1.61.1251

type ReleaseProduceAuthorizationRequest struct {
	*requests.RpcRequest
	BizType          string `position:"Body" name:"BizType"`
	AuthorizedUserId string `position:"Body" name:"AuthorizedUserId"`
	BizId            string `position:"Body" name:"BizId"`
}

ReleaseProduceAuthorizationRequest is the request struct for api ReleaseProduceAuthorization

func CreateReleaseProduceAuthorizationRequest added in v1.61.1251

func CreateReleaseProduceAuthorizationRequest() (request *ReleaseProduceAuthorizationRequest)

CreateReleaseProduceAuthorizationRequest creates a request to invoke ReleaseProduceAuthorization API

type ReleaseProduceAuthorizationResponse added in v1.61.1251

type ReleaseProduceAuthorizationResponse struct {
	*responses.BaseResponse
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
	RequestId string `json:"RequestId" xml:"RequestId"`
	ErrorCode string `json:"ErrorCode" xml:"ErrorCode"`
	Success   bool   `json:"Success" xml:"Success"`
}

ReleaseProduceAuthorizationResponse is the response struct for api ReleaseProduceAuthorization

func CreateReleaseProduceAuthorizationResponse added in v1.61.1251

func CreateReleaseProduceAuthorizationResponse() (response *ReleaseProduceAuthorizationResponse)

CreateReleaseProduceAuthorizationResponse creates a response to parse from ReleaseProduceAuthorization response

type Solution added in v1.61.1251

type Solution struct {
	BizId                string `json:"BizId" xml:"BizId"`
	Reason               string `json:"Reason" xml:"Reason"`
	PartnerCode          string `json:"PartnerCode" xml:"PartnerCode"`
	BizType              string `json:"BizType" xml:"BizType"`
	Status               int    `json:"Status" xml:"Status"`
	ExtInfo              string `json:"ExtInfo" xml:"ExtInfo"`
	DeliveryOrderBizId   string `json:"DeliveryOrderBizId" xml:"DeliveryOrderBizId"`
	UpdateTime           int64  `json:"UpdateTime" xml:"UpdateTime"`
	UserId               string `json:"UserId" xml:"UserId"`
	IntentionBizId       string `json:"IntentionBizId" xml:"IntentionBizId"`
	CreateTime           int64  `json:"CreateTime" xml:"CreateTime"`
	IntentionAssignBizId string `json:"IntentionAssignBizId" xml:"IntentionAssignBizId"`
}

Solution is a nested struct in companyreg response

type StartBackToBackCallRequest added in v1.61.1447

type StartBackToBackCallRequest struct {
	*requests.RpcRequest
	CallCenterNumber string           `position:"Query" name:"CallCenterNumber"`
	MobileKey        string           `position:"Query" name:"MobileKey"`
	BizType          string           `position:"Query" name:"BizType"`
	Caller           string           `position:"Query" name:"Caller"`
	SkillType        requests.Integer `position:"Query" name:"SkillType"`
	BizId            string           `position:"Query" name:"BizId"`
}

StartBackToBackCallRequest is the request struct for api StartBackToBackCall

func CreateStartBackToBackCallRequest added in v1.61.1447

func CreateStartBackToBackCallRequest() (request *StartBackToBackCallRequest)

CreateStartBackToBackCallRequest creates a request to invoke StartBackToBackCall API

type StartBackToBackCallResponse added in v1.61.1447

type StartBackToBackCallResponse struct {
	*responses.BaseResponse
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
	RequestId string `json:"RequestId" xml:"RequestId"`
	ErrorCode string `json:"ErrorCode" xml:"ErrorCode"`
	Success   bool   `json:"Success" xml:"Success"`
	Data      bool   `json:"Data" xml:"Data"`
}

StartBackToBackCallResponse is the response struct for api StartBackToBackCall

func CreateStartBackToBackCallResponse added in v1.61.1447

func CreateStartBackToBackCallResponse() (response *StartBackToBackCallResponse)

CreateStartBackToBackCallResponse creates a response to parse from StartBackToBackCall response

type SubmitIntentionNoteRequest added in v1.61.1251

type SubmitIntentionNoteRequest struct {
	*requests.RpcRequest
	Note           string `position:"Query" name:"Note"`
	IntentionBizId string `position:"Query" name:"IntentionBizId"`
}

SubmitIntentionNoteRequest is the request struct for api SubmitIntentionNote

func CreateSubmitIntentionNoteRequest added in v1.61.1251

func CreateSubmitIntentionNoteRequest() (request *SubmitIntentionNoteRequest)

CreateSubmitIntentionNoteRequest creates a request to invoke SubmitIntentionNote API

type SubmitIntentionNoteResponse added in v1.61.1251

type SubmitIntentionNoteResponse struct {
	*responses.BaseResponse
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
	RequestId string `json:"RequestId" xml:"RequestId"`
	ErrorCode string `json:"ErrorCode" xml:"ErrorCode"`
	Success   bool   `json:"Success" xml:"Success"`
}

SubmitIntentionNoteResponse is the response struct for api SubmitIntentionNote

func CreateSubmitIntentionNoteResponse added in v1.61.1251

func CreateSubmitIntentionNoteResponse() (response *SubmitIntentionNoteResponse)

CreateSubmitIntentionNoteResponse creates a response to parse from SubmitIntentionNote response

type SubmitSolutionRequest added in v1.61.1251

type SubmitSolutionRequest struct {
	*requests.RpcRequest
	BizType        string `position:"Query" name:"BizType"`
	Solution       string `position:"Query" name:"Solution"`
	IntentionBizId string `position:"Query" name:"IntentionBizId"`
	UserId         string `position:"Query" name:"UserId"`
}

SubmitSolutionRequest is the request struct for api SubmitSolution

func CreateSubmitSolutionRequest added in v1.61.1251

func CreateSubmitSolutionRequest() (request *SubmitSolutionRequest)

CreateSubmitSolutionRequest creates a request to invoke SubmitSolution API

type SubmitSolutionResponse added in v1.61.1251

type SubmitSolutionResponse struct {
	*responses.BaseResponse
	SolutionBizId string `json:"SolutionBizId" xml:"SolutionBizId"`
	RequestId     string `json:"RequestId" xml:"RequestId"`
	Success       bool   `json:"Success" xml:"Success"`
	ErrorCode     string `json:"ErrorCode" xml:"ErrorCode"`
	ErrorMsg      string `json:"ErrorMsg" xml:"ErrorMsg"`
	ConfirmUrl    string `json:"ConfirmUrl" xml:"ConfirmUrl"`
}

SubmitSolutionResponse is the response struct for api SubmitSolution

func CreateSubmitSolutionResponse added in v1.61.1251

func CreateSubmitSolutionResponse() (response *SubmitSolutionResponse)

CreateSubmitSolutionResponse creates a response to parse from SubmitSolution response

type TransferIntentionOwnerRequest added in v1.61.1500

type TransferIntentionOwnerRequest struct {
	*requests.RpcRequest
	BizType  string           `position:"Query" name:"BizType"`
	BizId    string           `position:"Query" name:"BizId"`
	PersonId requests.Integer `position:"Query" name:"PersonId"`
	Remark   string           `position:"Query" name:"Remark"`
}

TransferIntentionOwnerRequest is the request struct for api TransferIntentionOwner

func CreateTransferIntentionOwnerRequest added in v1.61.1500

func CreateTransferIntentionOwnerRequest() (request *TransferIntentionOwnerRequest)

CreateTransferIntentionOwnerRequest creates a request to invoke TransferIntentionOwner API

type TransferIntentionOwnerResponse added in v1.61.1500

type TransferIntentionOwnerResponse struct {
	*responses.BaseResponse
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
	RequestId string `json:"RequestId" xml:"RequestId"`
	ErrorCode string `json:"ErrorCode" xml:"ErrorCode"`
	Success   bool   `json:"Success" xml:"Success"`
	Data      bool   `json:"Data" xml:"Data"`
}

TransferIntentionOwnerResponse is the response struct for api TransferIntentionOwner

func CreateTransferIntentionOwnerResponse added in v1.61.1500

func CreateTransferIntentionOwnerResponse() (response *TransferIntentionOwnerResponse)

CreateTransferIntentionOwnerResponse creates a response to parse from TransferIntentionOwner response

type TransferProduceOwnerRequest added in v1.61.1500

type TransferProduceOwnerRequest struct {
	*requests.RpcRequest
	BizType  string           `position:"Query" name:"BizType"`
	BizId    string           `position:"Query" name:"BizId"`
	PersonId requests.Integer `position:"Query" name:"PersonId"`
	Remark   string           `position:"Query" name:"Remark"`
}

TransferProduceOwnerRequest is the request struct for api TransferProduceOwner

func CreateTransferProduceOwnerRequest added in v1.61.1500

func CreateTransferProduceOwnerRequest() (request *TransferProduceOwnerRequest)

CreateTransferProduceOwnerRequest creates a request to invoke TransferProduceOwner API

type TransferProduceOwnerResponse added in v1.61.1500

type TransferProduceOwnerResponse struct {
	*responses.BaseResponse
	ErrorMsg  string `json:"ErrorMsg" xml:"ErrorMsg"`
	RequestId string `json:"RequestId" xml:"RequestId"`
	ErrorCode string `json:"ErrorCode" xml:"ErrorCode"`
	Success   bool   `json:"Success" xml:"Success"`
	Data      bool   `json:"Data" xml:"Data"`
}

TransferProduceOwnerResponse is the response struct for api TransferProduceOwner

func CreateTransferProduceOwnerResponse added in v1.61.1500

func CreateTransferProduceOwnerResponse() (response *TransferProduceOwnerResponse)

CreateTransferProduceOwnerResponse creates a response to parse from TransferProduceOwner response

Source Files

Jump to

Keyboard shortcuts

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