nazca

package
v1.3.0 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: 3 Imported by: 0

Documentation

Overview

Package nazca 包含网上法庭对外API相关结构体

https://open.taobao.com/API.htm?docType=2&docId=27772

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ActionResult

type ActionResult struct {
	// error
	Error string `json:"error,omitempty" xml:"error,omitempty"`
	// message
	Message string `json:"message,omitempty" xml:"message,omitempty"`
	// 错误信息
	SubErrorMessage string `json:"sub_error_message,omitempty" xml:"sub_error_message,omitempty"`
	// retValue
	RetValue *AuthApplyDoneCallBackDo `json:"ret_value,omitempty" xml:"ret_value,omitempty"`
	// 成功状态
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

ActionResult 结构体

type AlibabaInfodeptLassenCasestatisticsGetAPIRequest added in v1.2.0

type AlibabaInfodeptLassenCasestatisticsGetAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaInfodeptLassenCasestatisticsGetAPIRequest 法庭提交和结案案件量接口 API请求 alibaba.infodept.lassen.casestatistics.get

功能描述:云嘉为浙江省高院制作数据大屏,需展示网上法庭相关数据,我方为省高院提供浙江省内法院收案和结案的案件量,开放数据接口,供其调取这两组数据。

func NewAlibabaInfodeptLassenCasestatisticsGetRequest

func NewAlibabaInfodeptLassenCasestatisticsGetRequest() *AlibabaInfodeptLassenCasestatisticsGetAPIRequest

NewAlibabaInfodeptLassenCasestatisticsGetRequest 初始化AlibabaInfodeptLassenCasestatisticsGetAPIRequest对象

func (AlibabaInfodeptLassenCasestatisticsGetAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaInfodeptLassenCasestatisticsGetAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaInfodeptLassenCasestatisticsGetAPIRequest) GetAreaCode added in v1.2.0

GetAreaCode AreaCode Getter

func (AlibabaInfodeptLassenCasestatisticsGetAPIRequest) GetEndTime added in v1.2.0

GetEndTime EndTime Getter

func (AlibabaInfodeptLassenCasestatisticsGetAPIRequest) GetRawParams added in v1.2.8

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabaInfodeptLassenCasestatisticsGetAPIRequest) GetStartTime added in v1.2.0

GetStartTime StartTime Getter

func (*AlibabaInfodeptLassenCasestatisticsGetAPIRequest) SetAreaCode added in v1.2.0

SetAreaCode is AreaCode Setter 地区代码

func (*AlibabaInfodeptLassenCasestatisticsGetAPIRequest) SetEndTime added in v1.2.0

SetEndTime is EndTime Setter 结束时间

func (*AlibabaInfodeptLassenCasestatisticsGetAPIRequest) SetStartTime added in v1.2.0

SetStartTime is StartTime Setter 开始时间

type AlibabaInfodeptLassenCasestatisticsGetAPIResponse

type AlibabaInfodeptLassenCasestatisticsGetAPIResponse struct {
	model.CommonResponse
	AlibabaInfodeptLassenCasestatisticsGetAPIResponseModel
}

AlibabaInfodeptLassenCasestatisticsGetAPIResponse 法庭提交和结案案件量接口 API返回值 alibaba.infodept.lassen.casestatistics.get

功能描述:云嘉为浙江省高院制作数据大屏,需展示网上法庭相关数据,我方为省高院提供浙江省内法院收案和结案的案件量,开放数据接口,供其调取这两组数据。

type AlibabaInfodeptLassenCasestatisticsGetAPIResponseModel added in v1.2.0

type AlibabaInfodeptLassenCasestatisticsGetAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_infodept_lassen_casestatistics_get_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// result
	Result string `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaInfodeptLassenCasestatisticsGetAPIResponseModel is 法庭提交和结案案件量接口 成功返回结果

type AlibabaNazcaAuthAuthapplyCallbackAPIRequest added in v1.2.0

type AlibabaNazcaAuthAuthapplyCallbackAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaNazcaAuthAuthapplyCallbackAPIRequest 认证的统一回调接口 API请求 alibaba.nazca.auth.authapply.callback

认证的统一回调接口

func NewAlibabaNazcaAuthAuthapplyCallbackRequest

func NewAlibabaNazcaAuthAuthapplyCallbackRequest() *AlibabaNazcaAuthAuthapplyCallbackAPIRequest

NewAlibabaNazcaAuthAuthapplyCallbackRequest 初始化AlibabaNazcaAuthAuthapplyCallbackAPIRequest对象

func (AlibabaNazcaAuthAuthapplyCallbackAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaNazcaAuthAuthapplyCallbackAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaNazcaAuthAuthapplyCallbackAPIRequest) GetAuthApplyDoneCallbackDo added in v1.2.0

GetAuthApplyDoneCallbackDo AuthApplyDoneCallbackDo Getter

func (AlibabaNazcaAuthAuthapplyCallbackAPIRequest) GetRawParams added in v1.2.8

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabaNazcaAuthAuthapplyCallbackAPIRequest) SetAuthApplyDoneCallbackDo added in v1.2.0

func (r *AlibabaNazcaAuthAuthapplyCallbackAPIRequest) SetAuthApplyDoneCallbackDo(_authApplyDoneCallbackDo *AuthApplyDoneCallBackDo) error

SetAuthApplyDoneCallbackDo is AuthApplyDoneCallbackDo Setter 认证回调参数

type AlibabaNazcaAuthAuthapplyCallbackAPIResponse

type AlibabaNazcaAuthAuthapplyCallbackAPIResponse struct {
	model.CommonResponse
	AlibabaNazcaAuthAuthapplyCallbackAPIResponseModel
}

AlibabaNazcaAuthAuthapplyCallbackAPIResponse 认证的统一回调接口 API返回值 alibaba.nazca.auth.authapply.callback

认证的统一回调接口

type AlibabaNazcaAuthAuthapplyCallbackAPIResponseModel added in v1.2.0

type AlibabaNazcaAuthAuthapplyCallbackAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_nazca_auth_authapply_callback_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// result
	Result *ActionResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaNazcaAuthAuthapplyCallbackAPIResponseModel is 认证的统一回调接口 成功返回结果

type AlibabaNazcaAuthChangeauthapplyCallbackAPIRequest added in v1.2.0

type AlibabaNazcaAuthChangeauthapplyCallbackAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaNazcaAuthChangeauthapplyCallbackAPIRequest 变更认证回调 API请求 alibaba.nazca.auth.changeauthapply.callback

变更认证回调

func NewAlibabaNazcaAuthChangeauthapplyCallbackRequest

func NewAlibabaNazcaAuthChangeauthapplyCallbackRequest() *AlibabaNazcaAuthChangeauthapplyCallbackAPIRequest

NewAlibabaNazcaAuthChangeauthapplyCallbackRequest 初始化AlibabaNazcaAuthChangeauthapplyCallbackAPIRequest对象

func (AlibabaNazcaAuthChangeauthapplyCallbackAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaNazcaAuthChangeauthapplyCallbackAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaNazcaAuthChangeauthapplyCallbackAPIRequest) GetParamChangeAuthCallBackDo added in v1.2.0

GetParamChangeAuthCallBackDo ParamChangeAuthCallBackDo Getter

func (AlibabaNazcaAuthChangeauthapplyCallbackAPIRequest) GetRawParams added in v1.2.8

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabaNazcaAuthChangeauthapplyCallbackAPIRequest) SetParamChangeAuthCallBackDo added in v1.2.0

func (r *AlibabaNazcaAuthChangeauthapplyCallbackAPIRequest) SetParamChangeAuthCallBackDo(_paramChangeAuthCallBackDo *ChangeAuthCallBackDo) error

SetParamChangeAuthCallBackDo is ParamChangeAuthCallBackDo Setter 变更认证回调参数

type AlibabaNazcaAuthChangeauthapplyCallbackAPIResponse

type AlibabaNazcaAuthChangeauthapplyCallbackAPIResponse struct {
	model.CommonResponse
	AlibabaNazcaAuthChangeauthapplyCallbackAPIResponseModel
}

AlibabaNazcaAuthChangeauthapplyCallbackAPIResponse 变更认证回调 API返回值 alibaba.nazca.auth.changeauthapply.callback

变更认证回调

type AlibabaNazcaAuthChangeauthapplyCallbackAPIResponseModel added in v1.2.0

type AlibabaNazcaAuthChangeauthapplyCallbackAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_nazca_auth_changeauthapply_callback_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// result
	Result *ActionResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaNazcaAuthChangeauthapplyCallbackAPIResponseModel is 变更认证回调 成功返回结果

type AlibabaNazcaAuthIssueauthapplyCallbackAPIRequest added in v1.2.0

type AlibabaNazcaAuthIssueauthapplyCallbackAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaNazcaAuthIssueauthapplyCallbackAPIRequest 出证申请回调 API请求 alibaba.nazca.auth.issueauthapply.callback

出证申请回调

func NewAlibabaNazcaAuthIssueauthapplyCallbackRequest

func NewAlibabaNazcaAuthIssueauthapplyCallbackRequest() *AlibabaNazcaAuthIssueauthapplyCallbackAPIRequest

NewAlibabaNazcaAuthIssueauthapplyCallbackRequest 初始化AlibabaNazcaAuthIssueauthapplyCallbackAPIRequest对象

func (AlibabaNazcaAuthIssueauthapplyCallbackAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaNazcaAuthIssueauthapplyCallbackAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaNazcaAuthIssueauthapplyCallbackAPIRequest) GetContractNum added in v1.2.0

GetContractNum ContractNum Getter

func (AlibabaNazcaAuthIssueauthapplyCallbackAPIRequest) GetIssueOrg added in v1.2.0

GetIssueOrg IssueOrg Getter

func (AlibabaNazcaAuthIssueauthapplyCallbackAPIRequest) GetPlatformUserId added in v1.2.0

GetPlatformUserId PlatformUserId Getter

func (AlibabaNazcaAuthIssueauthapplyCallbackAPIRequest) GetRawParams added in v1.2.8

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabaNazcaAuthIssueauthapplyCallbackAPIRequest) GetReportUrl added in v1.2.0

GetReportUrl ReportUrl Getter

func (AlibabaNazcaAuthIssueauthapplyCallbackAPIRequest) GetStatus added in v1.2.0

GetStatus Status Getter

func (*AlibabaNazcaAuthIssueauthapplyCallbackAPIRequest) SetContractNum added in v1.2.0

func (r *AlibabaNazcaAuthIssueauthapplyCallbackAPIRequest) SetContractNum(_contractNum string) error

SetContractNum is ContractNum Setter 合同编号

func (*AlibabaNazcaAuthIssueauthapplyCallbackAPIRequest) SetIssueOrg added in v1.2.0

SetIssueOrg is IssueOrg Setter 出证机构

func (*AlibabaNazcaAuthIssueauthapplyCallbackAPIRequest) SetPlatformUserId added in v1.2.0

func (r *AlibabaNazcaAuthIssueauthapplyCallbackAPIRequest) SetPlatformUserId(_platformUserId string) error

SetPlatformUserId is PlatformUserId Setter 客户在1688的唯一标识

func (*AlibabaNazcaAuthIssueauthapplyCallbackAPIRequest) SetReportUrl added in v1.2.0

SetReportUrl is ReportUrl Setter 出证报告下载地址

func (*AlibabaNazcaAuthIssueauthapplyCallbackAPIRequest) SetStatus added in v1.2.0

SetStatus is Status Setter 出证状态

type AlibabaNazcaAuthIssueauthapplyCallbackAPIResponse

type AlibabaNazcaAuthIssueauthapplyCallbackAPIResponse struct {
	model.CommonResponse
	AlibabaNazcaAuthIssueauthapplyCallbackAPIResponseModel
}

AlibabaNazcaAuthIssueauthapplyCallbackAPIResponse 出证申请回调 API返回值 alibaba.nazca.auth.issueauthapply.callback

出证申请回调

type AlibabaNazcaAuthIssueauthapplyCallbackAPIResponseModel added in v1.2.0

type AlibabaNazcaAuthIssueauthapplyCallbackAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_nazca_auth_issueauthapply_callback_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// result
	Result *ActionResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaNazcaAuthIssueauthapplyCallbackAPIResponseModel is 出证申请回调 成功返回结果

type AlibabaNazcaTokenAuthapplyGetAPIRequest added in v1.2.0

type AlibabaNazcaTokenAuthapplyGetAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaNazcaTokenAuthapplyGetAPIRequest 根据token获取认证申请信息 API请求 alibaba.nazca.token.authapply.get

根据token获取认证申请信息

func NewAlibabaNazcaTokenAuthapplyGetRequest

func NewAlibabaNazcaTokenAuthapplyGetRequest() *AlibabaNazcaTokenAuthapplyGetAPIRequest

NewAlibabaNazcaTokenAuthapplyGetRequest 初始化AlibabaNazcaTokenAuthapplyGetAPIRequest对象

func (AlibabaNazcaTokenAuthapplyGetAPIRequest) GetApiMethodName added in v1.2.0

func (r AlibabaNazcaTokenAuthapplyGetAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaNazcaTokenAuthapplyGetAPIRequest) GetApiParams added in v1.2.0

func (r AlibabaNazcaTokenAuthapplyGetAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaNazcaTokenAuthapplyGetAPIRequest) GetRawParams added in v1.2.8

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabaNazcaTokenAuthapplyGetAPIRequest) GetToken added in v1.2.0

GetToken Token Getter

func (*AlibabaNazcaTokenAuthapplyGetAPIRequest) SetToken added in v1.2.0

SetToken is Token Setter token

type AlibabaNazcaTokenAuthapplyGetAPIResponse

type AlibabaNazcaTokenAuthapplyGetAPIResponse struct {
	model.CommonResponse
	AlibabaNazcaTokenAuthapplyGetAPIResponseModel
}

AlibabaNazcaTokenAuthapplyGetAPIResponse 根据token获取认证申请信息 API返回值 alibaba.nazca.token.authapply.get

根据token获取认证申请信息

type AlibabaNazcaTokenAuthapplyGetAPIResponseModel added in v1.2.0

type AlibabaNazcaTokenAuthapplyGetAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_nazca_token_authapply_get_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// result
	Result *ActionResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaNazcaTokenAuthapplyGetAPIResponseModel is 根据token获取认证申请信息 成功返回结果

type AlibabaNazcaTokenChangeauthapplyGetAPIRequest added in v1.2.0

type AlibabaNazcaTokenChangeauthapplyGetAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaNazcaTokenChangeauthapplyGetAPIRequest 根据token获取变更认证申请信息 API请求 alibaba.nazca.token.changeauthapply.get

根据token获取变更认证申请信息

func NewAlibabaNazcaTokenChangeauthapplyGetRequest

func NewAlibabaNazcaTokenChangeauthapplyGetRequest() *AlibabaNazcaTokenChangeauthapplyGetAPIRequest

NewAlibabaNazcaTokenChangeauthapplyGetRequest 初始化AlibabaNazcaTokenChangeauthapplyGetAPIRequest对象

func (AlibabaNazcaTokenChangeauthapplyGetAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaNazcaTokenChangeauthapplyGetAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaNazcaTokenChangeauthapplyGetAPIRequest) GetRawParams added in v1.2.8

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabaNazcaTokenChangeauthapplyGetAPIRequest) GetToken added in v1.2.0

GetToken Token Getter

func (*AlibabaNazcaTokenChangeauthapplyGetAPIRequest) SetToken added in v1.2.0

SetToken is Token Setter token

type AlibabaNazcaTokenChangeauthapplyGetAPIResponse

type AlibabaNazcaTokenChangeauthapplyGetAPIResponse struct {
	model.CommonResponse
	AlibabaNazcaTokenChangeauthapplyGetAPIResponseModel
}

AlibabaNazcaTokenChangeauthapplyGetAPIResponse 根据token获取变更认证申请信息 API返回值 alibaba.nazca.token.changeauthapply.get

根据token获取变更认证申请信息

type AlibabaNazcaTokenChangeauthapplyGetAPIResponseModel added in v1.2.0

type AlibabaNazcaTokenChangeauthapplyGetAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_nazca_token_changeauthapply_get_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// result
	Result *ActionResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaNazcaTokenChangeauthapplyGetAPIResponseModel is 根据token获取变更认证申请信息 成功返回结果

type AlibabaNazcaTokenFilesecretGetAPIRequest added in v1.2.0

type AlibabaNazcaTokenFilesecretGetAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaNazcaTokenFilesecretGetAPIRequest 获取文件秘钥 API请求 alibaba.nazca.token.filesecret.get

获取文件秘钥

func NewAlibabaNazcaTokenFilesecretGetRequest

func NewAlibabaNazcaTokenFilesecretGetRequest() *AlibabaNazcaTokenFilesecretGetAPIRequest

NewAlibabaNazcaTokenFilesecretGetRequest 初始化AlibabaNazcaTokenFilesecretGetAPIRequest对象

func (AlibabaNazcaTokenFilesecretGetAPIRequest) GetApiMethodName added in v1.2.0

func (r AlibabaNazcaTokenFilesecretGetAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaNazcaTokenFilesecretGetAPIRequest) GetApiParams added in v1.2.0

func (r AlibabaNazcaTokenFilesecretGetAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaNazcaTokenFilesecretGetAPIRequest) GetContractNum added in v1.2.0

GetContractNum ContractNum Getter

func (AlibabaNazcaTokenFilesecretGetAPIRequest) GetPlatformUserId added in v1.2.0

func (r AlibabaNazcaTokenFilesecretGetAPIRequest) GetPlatformUserId() string

GetPlatformUserId PlatformUserId Getter

func (AlibabaNazcaTokenFilesecretGetAPIRequest) GetRawParams added in v1.2.8

GetRawParams IRequest interface 方法, 获取API原始参数

func (*AlibabaNazcaTokenFilesecretGetAPIRequest) SetContractNum added in v1.2.0

func (r *AlibabaNazcaTokenFilesecretGetAPIRequest) SetContractNum(_contractNum string) error

SetContractNum is ContractNum Setter 合同编号

func (*AlibabaNazcaTokenFilesecretGetAPIRequest) SetPlatformUserId added in v1.2.0

func (r *AlibabaNazcaTokenFilesecretGetAPIRequest) SetPlatformUserId(_platformUserId string) error

SetPlatformUserId is PlatformUserId Setter 客户在1688的唯一标识

type AlibabaNazcaTokenFilesecretGetAPIResponse

type AlibabaNazcaTokenFilesecretGetAPIResponse struct {
	model.CommonResponse
	AlibabaNazcaTokenFilesecretGetAPIResponseModel
}

AlibabaNazcaTokenFilesecretGetAPIResponse 获取文件秘钥 API返回值 alibaba.nazca.token.filesecret.get

获取文件秘钥

type AlibabaNazcaTokenFilesecretGetAPIResponseModel added in v1.2.0

type AlibabaNazcaTokenFilesecretGetAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_nazca_token_filesecret_get_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// error
	Error string `json:"error,omitempty" xml:"error,omitempty"`
	// message
	Message string `json:"message,omitempty" xml:"message,omitempty"`
	// 文件秘钥
	RetValue string `json:"ret_value,omitempty" xml:"ret_value,omitempty"`
	// 错误信息
	SubErrorMessage string `json:"sub_error_message,omitempty" xml:"sub_error_message,omitempty"`
	// 是否成功
	IsSuccess bool `json:"is_success,omitempty" xml:"is_success,omitempty"`
}

AlibabaNazcaTokenFilesecretGetAPIResponseModel is 获取文件秘钥 成功返回结果

type AlibabaNazcaTokenIssuecertapplyGetAPIRequest added in v1.2.0

type AlibabaNazcaTokenIssuecertapplyGetAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

AlibabaNazcaTokenIssuecertapplyGetAPIRequest 根据token获取出证申请信息 API请求 alibaba.nazca.token.issuecertapply.get

根据token获取出证申请信息

func NewAlibabaNazcaTokenIssuecertapplyGetRequest

func NewAlibabaNazcaTokenIssuecertapplyGetRequest() *AlibabaNazcaTokenIssuecertapplyGetAPIRequest

NewAlibabaNazcaTokenIssuecertapplyGetRequest 初始化AlibabaNazcaTokenIssuecertapplyGetAPIRequest对象

func (AlibabaNazcaTokenIssuecertapplyGetAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaNazcaTokenIssuecertapplyGetAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaNazcaTokenIssuecertapplyGetAPIRequest) GetRawParams added in v1.2.8

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlibabaNazcaTokenIssuecertapplyGetAPIRequest) GetToken added in v1.2.0

GetToken Token Getter

func (*AlibabaNazcaTokenIssuecertapplyGetAPIRequest) SetToken added in v1.2.0

SetToken is Token Setter token

type AlibabaNazcaTokenIssuecertapplyGetAPIResponse

type AlibabaNazcaTokenIssuecertapplyGetAPIResponse struct {
	model.CommonResponse
	AlibabaNazcaTokenIssuecertapplyGetAPIResponseModel
}

AlibabaNazcaTokenIssuecertapplyGetAPIResponse 根据token获取出证申请信息 API返回值 alibaba.nazca.token.issuecertapply.get

根据token获取出证申请信息

type AlibabaNazcaTokenIssuecertapplyGetAPIResponseModel added in v1.2.0

type AlibabaNazcaTokenIssuecertapplyGetAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_nazca_token_issuecertapply_get_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// result
	Result *ActionResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaNazcaTokenIssuecertapplyGetAPIResponseModel is 根据token获取出证申请信息 成功返回结果

type AuthApplyDo

type AuthApplyDo struct {
	// 企业名称
	EnterpriseName string `json:"enterprise_name,omitempty" xml:"enterprise_name,omitempty"`
	// 营业执照号
	License string `json:"license,omitempty" xml:"license,omitempty"`
	// 组织机构代码
	Organization string `json:"organization,omitempty" xml:"organization,omitempty"`
	// 客户在1688的唯一标识
	PlatformUserId string `json:"platform_user_id,omitempty" xml:"platform_user_id,omitempty"`
	// 页面跳转同步通知URL
	ReturnUrl string `json:"return_url,omitempty" xml:"return_url,omitempty"`
	// 认证状态
	Status string `json:"status,omitempty" xml:"status,omitempty"`
	// 统一社会信用代码
	ThreeCertNumber string `json:"three_cert_number,omitempty" xml:"three_cert_number,omitempty"`
	// 证件类型 1:旧版三证 2:新版三证合一
	Type int64 `json:"type,omitempty" xml:"type,omitempty"`
	// 是否认证
	Autherized bool `json:"autherized,omitempty" xml:"autherized,omitempty"`
}

AuthApplyDo 结构体

type AuthApplyDoneCallBackDo

type AuthApplyDoneCallBackDo struct {
	// 身份证
	Id string `json:"id,omitempty" xml:"id,omitempty"`
	// 支付宝账号
	AlipayAccount string `json:"alipay_account,omitempty" xml:"alipay_account,omitempty"`
	// 支付宝用户id
	AlipayUserId string `json:"alipay_user_id,omitempty" xml:"alipay_user_id,omitempty"`
	// 申请人身份: 1:企业法人/负责人;2:企业代理人
	ApplicantType string `json:"applicant_type,omitempty" xml:"applicant_type,omitempty"`
	// 证书DN
	Dn string `json:"dn,omitempty" xml:"dn,omitempty"`
	// 邮箱
	Email string `json:"email,omitempty" xml:"email,omitempty"`
	// 证书有效期截止时间
	EndTime string `json:"end_time,omitempty" xml:"end_time,omitempty"`
	// 待认证的企业名称
	EnterpriseName string `json:"enterprise_name,omitempty" xml:"enterprise_name,omitempty"`
	// 营业执照号
	License string `json:"license,omitempty" xml:"license,omitempty"`
	// 组织机构代码
	Organization string `json:"organization,omitempty" xml:"organization,omitempty"`
	// 对应人员名称
	PersonName string `json:"person_name,omitempty" xml:"person_name,omitempty"`
	// 证书pfx文件
	Pfx string `json:"pfx,omitempty" xml:"pfx,omitempty"`
	// 证书pfx密钥
	PfxKey string `json:"pfx_key,omitempty" xml:"pfx_key,omitempty"`
	// 电话
	Phone string `json:"phone,omitempty" xml:"phone,omitempty"`
	// 客户在1688的唯一标识
	PlatformUserId string `json:"platform_user_id,omitempty" xml:"platform_user_id,omitempty"`
	// 证书序列号
	SequenceNo string `json:"sequence_no,omitempty" xml:"sequence_no,omitempty"`
	// 证书有效期起始时间
	StartTime string `json:"start_time,omitempty" xml:"start_time,omitempty"`
	// 审核状态
	Status string `json:"status,omitempty" xml:"status,omitempty"`
	// 统一社会信用代码
	ThreeCertNumber string `json:"three_cert_number,omitempty" xml:"three_cert_number,omitempty"`
	// 证件类型 1:旧版三证 2:新版三证合一
	Type int64 `json:"type,omitempty" xml:"type,omitempty"`
}

AuthApplyDoneCallBackDo 结构体

type ChangeAuthApplyDo

type ChangeAuthApplyDo struct {
	// 企业名称
	EnterpriseName string `json:"enterprise_name,omitempty" xml:"enterprise_name,omitempty"`
	// 营业执照号
	License string `json:"license,omitempty" xml:"license,omitempty"`
	// 组织机构代码
	Organization string `json:"organization,omitempty" xml:"organization,omitempty"`
	// 客户在1688的唯一标识
	PlatformUserId string `json:"platform_user_id,omitempty" xml:"platform_user_id,omitempty"`
	// 页面跳转同步通知URL
	ReturnUrl string `json:"return_url,omitempty" xml:"return_url,omitempty"`
	// 认证状态
	Status string `json:"status,omitempty" xml:"status,omitempty"`
	// 统一社会信用代码
	ThreeCertNumber string `json:"three_cert_number,omitempty" xml:"three_cert_number,omitempty"`
	// 证件类型 1:旧版三证 2:新版三证合一
	Type int64 `json:"type,omitempty" xml:"type,omitempty"`
	// 是否认证
	Autherized bool `json:"autherized,omitempty" xml:"autherized,omitempty"`
}

ChangeAuthApplyDo 结构体

type ChangeAuthCallBackDo

type ChangeAuthCallBackDo struct {
	// 身份证号
	Id string `json:"id,omitempty" xml:"id,omitempty"`
	// 支付宝账号
	AlipayAccount string `json:"alipay_account,omitempty" xml:"alipay_account,omitempty"`
	// 邮箱
	Email string `json:"email,omitempty" xml:"email,omitempty"`
	// 姓名
	PersonName string `json:"person_name,omitempty" xml:"person_name,omitempty"`
	// 客户在1688的唯一标识
	PlatformUserId string `json:"platform_user_id,omitempty" xml:"platform_user_id,omitempty"`
	// 认证状态
	Status string `json:"status,omitempty" xml:"status,omitempty"`
	// 联系手机
	Telphone string `json:"telphone,omitempty" xml:"telphone,omitempty"`
}

ChangeAuthCallBackDo 结构体

type IssueAuthCallBackDo

type IssueAuthCallBackDo struct {
	// 合同编号
	ContractNum string `json:"contract_num,omitempty" xml:"contract_num,omitempty"`
	// 出证机构
	IssueOrg string `json:"issue_org,omitempty" xml:"issue_org,omitempty"`
	// 客户在1688的唯一标识
	PlatformUserId string `json:"platform_user_id,omitempty" xml:"platform_user_id,omitempty"`
	// 出证报告下载地址
	ReportUrl string `json:"report_url,omitempty" xml:"report_url,omitempty"`
	// 出证状态 0:出证中;1:出证成功
	Status string `json:"status,omitempty" xml:"status,omitempty"`
}

IssueAuthCallBackDo 结构体

type IssueCertApplyDo

type IssueCertApplyDo struct {
	// 合同编号
	ContractNum string `json:"contract_num,omitempty" xml:"contract_num,omitempty"`
	// 客户在1688的唯一标识
	PlatformUserId string `json:"platform_user_id,omitempty" xml:"platform_user_id,omitempty"`
	// 页面跳转同步通知URL
	ReturnUrl string `json:"return_url,omitempty" xml:"return_url,omitempty"`
	// 合同名称
	Topic string `json:"topic,omitempty" xml:"topic,omitempty"`
	// pageNum
	PageNum int64 `json:"page_num,omitempty" xml:"page_num,omitempty"`
	// 角色 0:接收者 1:发送者
	SendReceive int64 `json:"send_receive,omitempty" xml:"send_receive,omitempty"`
}

IssueCertApplyDo 结构体

Jump to

Keyboard shortcuts

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