companyreg

package
v1.61.1038 Latest Latest
Warning

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

Go to latest
Published: Apr 20, 2021 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 BizOperation

type BizOperation struct {
	GmtAction  int64  `json:"GmtAction" xml:"GmtAction"`
	ActionType string `json:"ActionType" xml:"ActionType"`
	ActionInfo string `json:"ActionInfo" xml:"ActionInfo"`
}

BizOperation is a nested struct in companyreg 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) GenerateCompanyRegUploadPolicy

func (client *Client) GenerateCompanyRegUploadPolicy(request *GenerateCompanyRegUploadPolicyRequest) (response *GenerateCompanyRegUploadPolicyResponse, err error)

GenerateCompanyRegUploadPolicy invokes the companyreg.GenerateCompanyRegUploadPolicy API synchronously api document: https://help.aliyun.com/api/companyreg/generatecompanyreguploadpolicy.html

func (*Client) GenerateCompanyRegUploadPolicyWithCallback

func (client *Client) GenerateCompanyRegUploadPolicyWithCallback(request *GenerateCompanyRegUploadPolicyRequest, callback func(response *GenerateCompanyRegUploadPolicyResponse, err error)) <-chan int

GenerateCompanyRegUploadPolicyWithCallback invokes the companyreg.GenerateCompanyRegUploadPolicy API asynchronously api document: https://help.aliyun.com/api/companyreg/generatecompanyreguploadpolicy.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GenerateCompanyRegUploadPolicyWithChan

func (client *Client) GenerateCompanyRegUploadPolicyWithChan(request *GenerateCompanyRegUploadPolicyRequest) (<-chan *GenerateCompanyRegUploadPolicyResponse, <-chan error)

GenerateCompanyRegUploadPolicyWithChan invokes the companyreg.GenerateCompanyRegUploadPolicy API asynchronously api document: https://help.aliyun.com/api/companyreg/generatecompanyreguploadpolicy.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetCompanyRegOrder

func (client *Client) GetCompanyRegOrder(request *GetCompanyRegOrderRequest) (response *GetCompanyRegOrderResponse, err error)

GetCompanyRegOrder invokes the companyreg.GetCompanyRegOrder API synchronously api document: https://help.aliyun.com/api/companyreg/getcompanyregorder.html

func (*Client) GetCompanyRegOrderWithCallback

func (client *Client) GetCompanyRegOrderWithCallback(request *GetCompanyRegOrderRequest, callback func(response *GetCompanyRegOrderResponse, err error)) <-chan int

GetCompanyRegOrderWithCallback invokes the companyreg.GetCompanyRegOrder API asynchronously api document: https://help.aliyun.com/api/companyreg/getcompanyregorder.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) GetCompanyRegOrderWithChan

func (client *Client) GetCompanyRegOrderWithChan(request *GetCompanyRegOrderRequest) (<-chan *GetCompanyRegOrderResponse, <-chan error)

GetCompanyRegOrderWithChan invokes the companyreg.GetCompanyRegOrder API asynchronously api document: https://help.aliyun.com/api/companyreg/getcompanyregorder.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListCompanyRegConsultations

func (client *Client) ListCompanyRegConsultations(request *ListCompanyRegConsultationsRequest) (response *ListCompanyRegConsultationsResponse, err error)

ListCompanyRegConsultations invokes the companyreg.ListCompanyRegConsultations API synchronously api document: https://help.aliyun.com/api/companyreg/listcompanyregconsultations.html

func (*Client) ListCompanyRegConsultationsWithCallback

func (client *Client) ListCompanyRegConsultationsWithCallback(request *ListCompanyRegConsultationsRequest, callback func(response *ListCompanyRegConsultationsResponse, err error)) <-chan int

ListCompanyRegConsultationsWithCallback invokes the companyreg.ListCompanyRegConsultations API asynchronously api document: https://help.aliyun.com/api/companyreg/listcompanyregconsultations.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListCompanyRegConsultationsWithChan

func (client *Client) ListCompanyRegConsultationsWithChan(request *ListCompanyRegConsultationsRequest) (<-chan *ListCompanyRegConsultationsResponse, <-chan error)

ListCompanyRegConsultationsWithChan invokes the companyreg.ListCompanyRegConsultations API asynchronously api document: https://help.aliyun.com/api/companyreg/listcompanyregconsultations.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListCompanyRegOrders

func (client *Client) ListCompanyRegOrders(request *ListCompanyRegOrdersRequest) (response *ListCompanyRegOrdersResponse, err error)

ListCompanyRegOrders invokes the companyreg.ListCompanyRegOrders API synchronously api document: https://help.aliyun.com/api/companyreg/listcompanyregorders.html

func (*Client) ListCompanyRegOrdersWithCallback

func (client *Client) ListCompanyRegOrdersWithCallback(request *ListCompanyRegOrdersRequest, callback func(response *ListCompanyRegOrdersResponse, err error)) <-chan int

ListCompanyRegOrdersWithCallback invokes the companyreg.ListCompanyRegOrders API asynchronously api document: https://help.aliyun.com/api/companyreg/listcompanyregorders.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ListCompanyRegOrdersWithChan

func (client *Client) ListCompanyRegOrdersWithChan(request *ListCompanyRegOrdersRequest) (<-chan *ListCompanyRegOrdersResponse, <-chan error)

ListCompanyRegOrdersWithChan invokes the companyreg.ListCompanyRegOrders API asynchronously api document: https://help.aliyun.com/api/companyreg/listcompanyregorders.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ProcessCompanyRegOrder

func (client *Client) ProcessCompanyRegOrder(request *ProcessCompanyRegOrderRequest) (response *ProcessCompanyRegOrderResponse, err error)

ProcessCompanyRegOrder invokes the companyreg.ProcessCompanyRegOrder API synchronously api document: https://help.aliyun.com/api/companyreg/processcompanyregorder.html

func (*Client) ProcessCompanyRegOrderWithCallback

func (client *Client) ProcessCompanyRegOrderWithCallback(request *ProcessCompanyRegOrderRequest, callback func(response *ProcessCompanyRegOrderResponse, err error)) <-chan int

ProcessCompanyRegOrderWithCallback invokes the companyreg.ProcessCompanyRegOrder API asynchronously api document: https://help.aliyun.com/api/companyreg/processcompanyregorder.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) ProcessCompanyRegOrderWithChan

func (client *Client) ProcessCompanyRegOrderWithChan(request *ProcessCompanyRegOrderRequest) (<-chan *ProcessCompanyRegOrderResponse, <-chan error)

ProcessCompanyRegOrderWithChan invokes the companyreg.ProcessCompanyRegOrder API asynchronously api document: https://help.aliyun.com/api/companyreg/processcompanyregorder.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SendVcode

func (client *Client) SendVcode(request *SendVcodeRequest) (response *SendVcodeResponse, err error)

SendVcode invokes the companyreg.SendVcode API synchronously api document: https://help.aliyun.com/api/companyreg/sendvcode.html

func (*Client) SendVcodeWithCallback

func (client *Client) SendVcodeWithCallback(request *SendVcodeRequest, callback func(response *SendVcodeResponse, err error)) <-chan int

SendVcodeWithCallback invokes the companyreg.SendVcode API asynchronously api document: https://help.aliyun.com/api/companyreg/sendvcode.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SendVcodeWithChan

func (client *Client) SendVcodeWithChan(request *SendVcodeRequest) (<-chan *SendVcodeResponse, <-chan error)

SendVcodeWithChan invokes the companyreg.SendVcode API asynchronously api document: https://help.aliyun.com/api/companyreg/sendvcode.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SubmitCommunicationNote

func (client *Client) SubmitCommunicationNote(request *SubmitCommunicationNoteRequest) (response *SubmitCommunicationNoteResponse, err error)

SubmitCommunicationNote invokes the companyreg.SubmitCommunicationNote API synchronously api document: https://help.aliyun.com/api/companyreg/submitcommunicationnote.html

func (*Client) SubmitCommunicationNoteWithCallback

func (client *Client) SubmitCommunicationNoteWithCallback(request *SubmitCommunicationNoteRequest, callback func(response *SubmitCommunicationNoteResponse, err error)) <-chan int

SubmitCommunicationNoteWithCallback invokes the companyreg.SubmitCommunicationNote API asynchronously api document: https://help.aliyun.com/api/companyreg/submitcommunicationnote.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SubmitCommunicationNoteWithChan

func (client *Client) SubmitCommunicationNoteWithChan(request *SubmitCommunicationNoteRequest) (<-chan *SubmitCommunicationNoteResponse, <-chan error)

SubmitCommunicationNoteWithChan invokes the companyreg.SubmitCommunicationNote API asynchronously api document: https://help.aliyun.com/api/companyreg/submitcommunicationnote.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SubmitConsultation

func (client *Client) SubmitConsultation(request *SubmitConsultationRequest) (response *SubmitConsultationResponse, err error)

SubmitConsultation invokes the companyreg.SubmitConsultation API synchronously api document: https://help.aliyun.com/api/companyreg/submitconsultation.html

func (*Client) SubmitConsultationWithCallback

func (client *Client) SubmitConsultationWithCallback(request *SubmitConsultationRequest, callback func(response *SubmitConsultationResponse, err error)) <-chan int

SubmitConsultationWithCallback invokes the companyreg.SubmitConsultation API asynchronously api document: https://help.aliyun.com/api/companyreg/submitconsultation.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

func (*Client) SubmitConsultationWithChan

func (client *Client) SubmitConsultationWithChan(request *SubmitConsultationRequest) (<-chan *SubmitConsultationResponse, <-chan error)

SubmitConsultationWithChan invokes the companyreg.SubmitConsultation API asynchronously api document: https://help.aliyun.com/api/companyreg/submitconsultation.html asynchronous document: https://help.aliyun.com/document_detail/66220.html

type CompanyRegConsultation

type CompanyRegConsultation struct {
	BizId         string `json:"BizId" xml:"BizId"`
	ConsultInfo   string `json:"ConsultInfo" xml:"ConsultInfo"`
	GmtModified   int64  `json:"GmtModified" xml:"GmtModified"`
	City          string `json:"City" xml:"City"`
	PlatformName  string `json:"PlatformName" xml:"PlatformName"`
	InboundPhone  string `json:"InboundPhone" xml:"InboundPhone"`
	OutboundPhone string `json:"OutboundPhone" xml:"OutboundPhone"`
}

CompanyRegConsultation is a nested struct in companyreg response

type CompanyRegOrder

type CompanyRegOrder struct {
	BizId             string `json:"BizId" xml:"BizId"`
	CompanyName       string `json:"CompanyName" xml:"CompanyName"`
	BizStatus         string `json:"BizStatus" xml:"BizStatus"`
	BizInfo           string `json:"BizInfo" xml:"BizInfo"`
	SupplementBizInfo string `json:"SupplementBizInfo" xml:"SupplementBizInfo"`
	AliyunOrderId     string `json:"AliyunOrderId" xml:"AliyunOrderId"`
	GmtModified       int64  `json:"GmtModified" xml:"GmtModified"`
	Extend            string `json:"Extend" xml:"Extend"`
	BizSubCode        string `json:"BizSubCode" xml:"BizSubCode"`
}

CompanyRegOrder is a nested struct in companyreg response

type DataInListCompanyRegConsultations

type DataInListCompanyRegConsultations struct {
	CompanyRegConsultation []CompanyRegConsultation `json:"CompanyRegConsultation" xml:"CompanyRegConsultation"`
}

DataInListCompanyRegConsultations is a nested struct in companyreg response

type DataInListCompanyRegOrders

type DataInListCompanyRegOrders struct {
	CompanyRegOrder []CompanyRegOrder `json:"CompanyRegOrder" xml:"CompanyRegOrder"`
}

DataInListCompanyRegOrders is a nested struct in companyreg response

type GenerateCompanyRegUploadPolicyRequest

type GenerateCompanyRegUploadPolicyRequest struct {
	*requests.RpcRequest
	Data       string `position:"Query" name:"Data"`
	BizCode    string `position:"Query" name:"BizCode"`
	BizSubCode string `position:"Query" name:"BizSubCode"`
}

GenerateCompanyRegUploadPolicyRequest is the request struct for api GenerateCompanyRegUploadPolicy

func CreateGenerateCompanyRegUploadPolicyRequest

func CreateGenerateCompanyRegUploadPolicyRequest() (request *GenerateCompanyRegUploadPolicyRequest)

CreateGenerateCompanyRegUploadPolicyRequest creates a request to invoke GenerateCompanyRegUploadPolicy API

type GenerateCompanyRegUploadPolicyResponse

type GenerateCompanyRegUploadPolicyResponse struct {
	*responses.BaseResponse
	RequestId     string `json:"RequestId" xml:"RequestId"`
	AccessId      string `json:"AccessId" xml:"AccessId"`
	Signature     string `json:"Signature" xml:"Signature"`
	FileDir       string `json:"FileDir" xml:"FileDir"`
	Host          string `json:"Host" xml:"Host"`
	ExpireTime    int64  `json:"ExpireTime" xml:"ExpireTime"`
	EncodedPolicy string `json:"EncodedPolicy" xml:"EncodedPolicy"`
	Min           int64  `json:"Min" xml:"Min"`
	Max           int64  `json:"Max" xml:"Max"`
	Encryption    string `json:"Encryption" xml:"Encryption"`
}

GenerateCompanyRegUploadPolicyResponse is the response struct for api GenerateCompanyRegUploadPolicy

func CreateGenerateCompanyRegUploadPolicyResponse

func CreateGenerateCompanyRegUploadPolicyResponse() (response *GenerateCompanyRegUploadPolicyResponse)

CreateGenerateCompanyRegUploadPolicyResponse creates a response to parse from GenerateCompanyRegUploadPolicy response

type GetCompanyRegOrderRequest

type GetCompanyRegOrderRequest struct {
	*requests.RpcRequest
	ActionTypes      string           `position:"Query" name:"ActionTypes"`
	BizCode          string           `position:"Query" name:"BizCode"`
	BizId            string           `position:"Query" name:"BizId"`
	MaxOperationSize requests.Integer `position:"Query" name:"MaxOperationSize"`
	BizSubCode       string           `position:"Query" name:"BizSubCode"`
}

GetCompanyRegOrderRequest is the request struct for api GetCompanyRegOrder

func CreateGetCompanyRegOrderRequest

func CreateGetCompanyRegOrderRequest() (request *GetCompanyRegOrderRequest)

CreateGetCompanyRegOrderRequest creates a request to invoke GetCompanyRegOrder API

type GetCompanyRegOrderResponse

type GetCompanyRegOrderResponse struct {
	*responses.BaseResponse
	RequestId            string     `json:"RequestId" xml:"RequestId"`
	BizId                string     `json:"BizId" xml:"BizId"`
	CompanyName          string     `json:"CompanyName" xml:"CompanyName"`
	BizStatus            string     `json:"BizStatus" xml:"BizStatus"`
	BizInfo              string     `json:"BizInfo" xml:"BizInfo"`
	SupplementBizInfo    string     `json:"SupplementBizInfo" xml:"SupplementBizInfo"`
	AliyunOrderId        string     `json:"AliyunOrderId" xml:"AliyunOrderId"`
	GmtModified          int64      `json:"GmtModified" xml:"GmtModified"`
	OrderAmount          float64    `json:"OrderAmount" xml:"OrderAmount"`
	YunMarketOrderAmount float64    `json:"YunMarketOrderAmount" xml:"YunMarketOrderAmount"`
	GmtPaid              int64      `json:"GmtPaid" xml:"GmtPaid"`
	Extend               string     `json:"Extend" xml:"Extend"`
	BizStatusStage       string     `json:"BizStatusStage" xml:"BizStatusStage"`
	PlatformName         string     `json:"PlatformName" xml:"PlatformName"`
	InboundPhone         string     `json:"InboundPhone" xml:"InboundPhone"`
	OutboundPhone        string     `json:"OutboundPhone" xml:"OutboundPhone"`
	BizSubCode           string     `json:"BizSubCode" xml:"BizSubCode"`
	Operations           Operations `json:"Operations" xml:"Operations"`
}

GetCompanyRegOrderResponse is the response struct for api GetCompanyRegOrder

func CreateGetCompanyRegOrderResponse

func CreateGetCompanyRegOrderResponse() (response *GetCompanyRegOrderResponse)

CreateGetCompanyRegOrderResponse creates a response to parse from GetCompanyRegOrder response

type ListCompanyRegConsultationsRequest

type ListCompanyRegConsultationsRequest struct {
	*requests.RpcRequest
	EndGmtCreate   requests.Integer `position:"Query" name:"EndGmtCreate"`
	City           string           `position:"Query" name:"City"`
	PageNum        requests.Integer `position:"Query" name:"PageNum"`
	BizCode        string           `position:"Query" name:"BizCode"`
	PageSize       requests.Integer `position:"Query" name:"PageSize"`
	BizId          string           `position:"Query" name:"BizId"`
	StartGmtCreate requests.Integer `position:"Query" name:"StartGmtCreate"`
}

ListCompanyRegConsultationsRequest is the request struct for api ListCompanyRegConsultations

func CreateListCompanyRegConsultationsRequest

func CreateListCompanyRegConsultationsRequest() (request *ListCompanyRegConsultationsRequest)

CreateListCompanyRegConsultationsRequest creates a request to invoke ListCompanyRegConsultations API

type ListCompanyRegConsultationsResponse

type ListCompanyRegConsultationsResponse struct {
	*responses.BaseResponse
	RequestId      string                            `json:"RequestId" xml:"RequestId"`
	TotalItemNum   int                               `json:"TotalItemNum" xml:"TotalItemNum"`
	CurrentPageNum int                               `json:"CurrentPageNum" xml:"CurrentPageNum"`
	PageSize       int                               `json:"PageSize" xml:"PageSize"`
	TotalPageNum   int                               `json:"TotalPageNum" xml:"TotalPageNum"`
	PrePage        bool                              `json:"PrePage" xml:"PrePage"`
	NextPage       bool                              `json:"NextPage" xml:"NextPage"`
	Data           DataInListCompanyRegConsultations `json:"Data" xml:"Data"`
}

ListCompanyRegConsultationsResponse is the response struct for api ListCompanyRegConsultations

func CreateListCompanyRegConsultationsResponse

func CreateListCompanyRegConsultationsResponse() (response *ListCompanyRegConsultationsResponse)

CreateListCompanyRegConsultationsResponse creates a response to parse from ListCompanyRegConsultations response

type ListCompanyRegOrdersRequest

type ListCompanyRegOrdersRequest struct {
	*requests.RpcRequest
	PageNum       requests.Integer `position:"Query" name:"PageNum"`
	BizCode       string           `position:"Query" name:"BizCode"`
	BizStatus     string           `position:"Query" name:"BizStatus"`
	CompanyName   string           `position:"Query" name:"CompanyName"`
	PageSize      requests.Integer `position:"Query" name:"PageSize"`
	AliyunOrderId string           `position:"Query" name:"AliyunOrderId"`
	BizSubCode    string           `position:"Query" name:"BizSubCode"`
}

ListCompanyRegOrdersRequest is the request struct for api ListCompanyRegOrders

func CreateListCompanyRegOrdersRequest

func CreateListCompanyRegOrdersRequest() (request *ListCompanyRegOrdersRequest)

CreateListCompanyRegOrdersRequest creates a request to invoke ListCompanyRegOrders API

type ListCompanyRegOrdersResponse

type ListCompanyRegOrdersResponse struct {
	*responses.BaseResponse
	RequestId      string                     `json:"RequestId" xml:"RequestId"`
	TotalItemNum   int                        `json:"TotalItemNum" xml:"TotalItemNum"`
	CurrentPageNum int                        `json:"CurrentPageNum" xml:"CurrentPageNum"`
	PageSize       int                        `json:"PageSize" xml:"PageSize"`
	TotalPageNum   int                        `json:"TotalPageNum" xml:"TotalPageNum"`
	PrePage        bool                       `json:"PrePage" xml:"PrePage"`
	NextPage       bool                       `json:"NextPage" xml:"NextPage"`
	Data           DataInListCompanyRegOrders `json:"Data" xml:"Data"`
}

ListCompanyRegOrdersResponse is the response struct for api ListCompanyRegOrders

func CreateListCompanyRegOrdersResponse

func CreateListCompanyRegOrdersResponse() (response *ListCompanyRegOrdersResponse)

CreateListCompanyRegOrdersResponse creates a response to parse from ListCompanyRegOrders response

type Operations

type Operations struct {
	BizOperation []BizOperation `json:"BizOperation" xml:"BizOperation"`
}

Operations is a nested struct in companyreg response

type ProcessCompanyRegOrderRequest

type ProcessCompanyRegOrderRequest struct {
	*requests.RpcRequest
	ActionType      string           `position:"Query" name:"ActionType"`
	ActionRequestId string           `position:"Query" name:"ActionRequestId"`
	OperatorType    requests.Integer `position:"Query" name:"OperatorType"`
	ActionInfo      string           `position:"Query" name:"ActionInfo"`
	BizCode         string           `position:"Query" name:"BizCode"`
	BizId           string           `position:"Query" name:"BizId"`
	BizSubCode      string           `position:"Query" name:"BizSubCode"`
}

ProcessCompanyRegOrderRequest is the request struct for api ProcessCompanyRegOrder

func CreateProcessCompanyRegOrderRequest

func CreateProcessCompanyRegOrderRequest() (request *ProcessCompanyRegOrderRequest)

CreateProcessCompanyRegOrderRequest creates a request to invoke ProcessCompanyRegOrder API

type ProcessCompanyRegOrderResponse

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

ProcessCompanyRegOrderResponse is the response struct for api ProcessCompanyRegOrder

func CreateProcessCompanyRegOrderResponse

func CreateProcessCompanyRegOrderResponse() (response *ProcessCompanyRegOrderResponse)

CreateProcessCompanyRegOrderResponse creates a response to parse from ProcessCompanyRegOrder response

type SendVcodeRequest

type SendVcodeRequest struct {
	*requests.RpcRequest
	Mobile  string `position:"Query" name:"Mobile"`
	BizCode string `position:"Query" name:"BizCode"`
}

SendVcodeRequest is the request struct for api SendVcode

func CreateSendVcodeRequest

func CreateSendVcodeRequest() (request *SendVcodeRequest)

CreateSendVcodeRequest creates a request to invoke SendVcode API

type SendVcodeResponse

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

SendVcodeResponse is the response struct for api SendVcode

func CreateSendVcodeResponse

func CreateSendVcodeResponse() (response *SendVcodeResponse)

CreateSendVcodeResponse creates a response to parse from SendVcode response

type SubmitCommunicationNoteRequest

type SubmitCommunicationNoteRequest struct {
	*requests.RpcRequest
	Note            string           `position:"Query" name:"Note"`
	Type            requests.Integer `position:"Query" name:"Type"`
	ActionRequestId string           `position:"Query" name:"ActionRequestId"`
	OperatorType    requests.Integer `position:"Query" name:"OperatorType"`
	BizCode         string           `position:"Query" name:"BizCode"`
	BizId           string           `position:"Query" name:"BizId"`
}

SubmitCommunicationNoteRequest is the request struct for api SubmitCommunicationNote

func CreateSubmitCommunicationNoteRequest

func CreateSubmitCommunicationNoteRequest() (request *SubmitCommunicationNoteRequest)

CreateSubmitCommunicationNoteRequest creates a request to invoke SubmitCommunicationNote API

type SubmitCommunicationNoteResponse

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

SubmitCommunicationNoteResponse is the response struct for api SubmitCommunicationNote

func CreateSubmitCommunicationNoteResponse

func CreateSubmitCommunicationNoteResponse() (response *SubmitCommunicationNoteResponse)

CreateSubmitCommunicationNoteResponse creates a response to parse from SubmitCommunicationNote response

type SubmitConsultationRequest

type SubmitConsultationRequest struct {
	*requests.RpcRequest
	Data             string `position:"Query" name:"Data"`
	Vcode            string `position:"Query" name:"Vcode"`
	BizCode          string `position:"Query" name:"BizCode"`
	ConsultRequestId string `position:"Query" name:"ConsultRequestId"`
	BizSubCode       string `position:"Query" name:"BizSubCode"`
}

SubmitConsultationRequest is the request struct for api SubmitConsultation

func CreateSubmitConsultationRequest

func CreateSubmitConsultationRequest() (request *SubmitConsultationRequest)

CreateSubmitConsultationRequest creates a request to invoke SubmitConsultation API

type SubmitConsultationResponse

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

SubmitConsultationResponse is the response struct for api SubmitConsultation

func CreateSubmitConsultationResponse

func CreateSubmitConsultationResponse() (response *SubmitConsultationResponse)

CreateSubmitConsultationResponse creates a response to parse from SubmitConsultation response

Jump to

Keyboard shortcuts

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