nazca

package
v1.2.0 Latest Latest
Warning

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

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

Documentation

Overview

网上法庭对外API model

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

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"`
	// retValue
	RetValue *AuthApplyDoneCallBackDo `json:"ret_value,omitempty" xml:"ret_value,omitempty"`
	// 错误信息
	SubErrorMessage string `json:"sub_error_message,omitempty" xml:"sub_error_message,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
}

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

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

func NewAlibabaInfodeptLassenCasestatisticsGetRequest

func NewAlibabaInfodeptLassenCasestatisticsGetRequest() *AlibabaInfodeptLassenCasestatisticsGetAPIRequest

初始化AlibabaInfodeptLassenCasestatisticsGetAPIRequest对象

func (AlibabaInfodeptLassenCasestatisticsGetAPIRequest) GetApiMethodName added in v1.2.0

IRequest interface 方法, 获取Api method

func (AlibabaInfodeptLassenCasestatisticsGetAPIRequest) GetApiParams added in v1.2.0

IRequest interface 方法, 获取API参数

func (AlibabaInfodeptLassenCasestatisticsGetAPIRequest) GetAreaCode added in v1.2.0

AreaCode Getter

func (AlibabaInfodeptLassenCasestatisticsGetAPIRequest) GetEndTime added in v1.2.0

EndTime Getter

func (AlibabaInfodeptLassenCasestatisticsGetAPIRequest) GetStartTime added in v1.2.0

StartTime Getter

func (*AlibabaInfodeptLassenCasestatisticsGetAPIRequest) SetAreaCode added in v1.2.0

AreaCode Setter 地区代码

func (*AlibabaInfodeptLassenCasestatisticsGetAPIRequest) SetEndTime added in v1.2.0

EndTime Setter 结束时间

func (*AlibabaInfodeptLassenCasestatisticsGetAPIRequest) SetStartTime added in v1.2.0

StartTime Setter 开始时间

type AlibabaInfodeptLassenCasestatisticsGetAPIResponse

type AlibabaInfodeptLassenCasestatisticsGetAPIResponse struct {
	model.CommonResponse
	AlibabaInfodeptLassenCasestatisticsGetAPIResponseModel
}

法庭提交和结案案件量接口 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"`
}

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

type AlibabaNazcaAuthAuthapplyCallbackAPIRequest added in v1.2.0

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

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

认证的统一回调接口

func NewAlibabaNazcaAuthAuthapplyCallbackRequest

func NewAlibabaNazcaAuthAuthapplyCallbackRequest() *AlibabaNazcaAuthAuthapplyCallbackAPIRequest

初始化AlibabaNazcaAuthAuthapplyCallbackAPIRequest对象

func (AlibabaNazcaAuthAuthapplyCallbackAPIRequest) GetApiMethodName added in v1.2.0

IRequest interface 方法, 获取Api method

func (AlibabaNazcaAuthAuthapplyCallbackAPIRequest) GetApiParams added in v1.2.0

IRequest interface 方法, 获取API参数

func (AlibabaNazcaAuthAuthapplyCallbackAPIRequest) GetAuthApplyDoneCallbackDo added in v1.2.0

AuthApplyDoneCallbackDo Getter

func (*AlibabaNazcaAuthAuthapplyCallbackAPIRequest) SetAuthApplyDoneCallbackDo added in v1.2.0

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

AuthApplyDoneCallbackDo Setter 认证回调参数

type AlibabaNazcaAuthAuthapplyCallbackAPIResponse

type AlibabaNazcaAuthAuthapplyCallbackAPIResponse struct {
	model.CommonResponse
	AlibabaNazcaAuthAuthapplyCallbackAPIResponseModel
}

认证的统一回调接口 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"`
}

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

type AlibabaNazcaAuthChangeauthapplyCallbackAPIRequest added in v1.2.0

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

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

变更认证回调

func NewAlibabaNazcaAuthChangeauthapplyCallbackRequest

func NewAlibabaNazcaAuthChangeauthapplyCallbackRequest() *AlibabaNazcaAuthChangeauthapplyCallbackAPIRequest

初始化AlibabaNazcaAuthChangeauthapplyCallbackAPIRequest对象

func (AlibabaNazcaAuthChangeauthapplyCallbackAPIRequest) GetApiMethodName added in v1.2.0

IRequest interface 方法, 获取Api method

func (AlibabaNazcaAuthChangeauthapplyCallbackAPIRequest) GetApiParams added in v1.2.0

IRequest interface 方法, 获取API参数

func (AlibabaNazcaAuthChangeauthapplyCallbackAPIRequest) GetParamChangeAuthCallBackDo added in v1.2.0

ParamChangeAuthCallBackDo Getter

func (*AlibabaNazcaAuthChangeauthapplyCallbackAPIRequest) SetParamChangeAuthCallBackDo added in v1.2.0

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

ParamChangeAuthCallBackDo Setter 变更认证回调参数

type AlibabaNazcaAuthChangeauthapplyCallbackAPIResponse

type AlibabaNazcaAuthChangeauthapplyCallbackAPIResponse struct {
	model.CommonResponse
	AlibabaNazcaAuthChangeauthapplyCallbackAPIResponseModel
}

变更认证回调 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"`
}

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

type AlibabaNazcaAuthIssueauthapplyCallbackAPIRequest added in v1.2.0

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

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

出证申请回调

func NewAlibabaNazcaAuthIssueauthapplyCallbackRequest

func NewAlibabaNazcaAuthIssueauthapplyCallbackRequest() *AlibabaNazcaAuthIssueauthapplyCallbackAPIRequest

初始化AlibabaNazcaAuthIssueauthapplyCallbackAPIRequest对象

func (AlibabaNazcaAuthIssueauthapplyCallbackAPIRequest) GetApiMethodName added in v1.2.0

IRequest interface 方法, 获取Api method

func (AlibabaNazcaAuthIssueauthapplyCallbackAPIRequest) GetApiParams added in v1.2.0

IRequest interface 方法, 获取API参数

func (AlibabaNazcaAuthIssueauthapplyCallbackAPIRequest) GetContractNum added in v1.2.0

ContractNum Getter

func (AlibabaNazcaAuthIssueauthapplyCallbackAPIRequest) GetIssueOrg added in v1.2.0

IssueOrg Getter

func (AlibabaNazcaAuthIssueauthapplyCallbackAPIRequest) GetPlatformUserId added in v1.2.0

PlatformUserId Getter

func (AlibabaNazcaAuthIssueauthapplyCallbackAPIRequest) GetReportUrl added in v1.2.0

ReportUrl Getter

func (AlibabaNazcaAuthIssueauthapplyCallbackAPIRequest) GetStatus added in v1.2.0

Status Getter

func (*AlibabaNazcaAuthIssueauthapplyCallbackAPIRequest) SetContractNum added in v1.2.0

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

ContractNum Setter 合同编号

func (*AlibabaNazcaAuthIssueauthapplyCallbackAPIRequest) SetIssueOrg added in v1.2.0

IssueOrg Setter 出证机构

func (*AlibabaNazcaAuthIssueauthapplyCallbackAPIRequest) SetPlatformUserId added in v1.2.0

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

PlatformUserId Setter 客户在1688的唯一标识

func (*AlibabaNazcaAuthIssueauthapplyCallbackAPIRequest) SetReportUrl added in v1.2.0

ReportUrl Setter 出证报告下载地址

func (*AlibabaNazcaAuthIssueauthapplyCallbackAPIRequest) SetStatus added in v1.2.0

Status Setter 出证状态

type AlibabaNazcaAuthIssueauthapplyCallbackAPIResponse

type AlibabaNazcaAuthIssueauthapplyCallbackAPIResponse struct {
	model.CommonResponse
	AlibabaNazcaAuthIssueauthapplyCallbackAPIResponseModel
}

出证申请回调 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"`
}

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

type AlibabaNazcaTokenAuthapplyGetAPIRequest added in v1.2.0

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

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

根据token获取认证申请信息

func NewAlibabaNazcaTokenAuthapplyGetRequest

func NewAlibabaNazcaTokenAuthapplyGetRequest() *AlibabaNazcaTokenAuthapplyGetAPIRequest

初始化AlibabaNazcaTokenAuthapplyGetAPIRequest对象

func (AlibabaNazcaTokenAuthapplyGetAPIRequest) GetApiMethodName added in v1.2.0

func (r AlibabaNazcaTokenAuthapplyGetAPIRequest) GetApiMethodName() string

IRequest interface 方法, 获取Api method

func (AlibabaNazcaTokenAuthapplyGetAPIRequest) GetApiParams added in v1.2.0

IRequest interface 方法, 获取API参数

func (AlibabaNazcaTokenAuthapplyGetAPIRequest) GetToken added in v1.2.0

Token Getter

func (*AlibabaNazcaTokenAuthapplyGetAPIRequest) SetToken added in v1.2.0

Token Setter token

type AlibabaNazcaTokenAuthapplyGetAPIResponse

type AlibabaNazcaTokenAuthapplyGetAPIResponse struct {
	model.CommonResponse
	AlibabaNazcaTokenAuthapplyGetAPIResponseModel
}

根据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"`
}

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

type AlibabaNazcaTokenChangeauthapplyGetAPIRequest added in v1.2.0

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

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

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

func NewAlibabaNazcaTokenChangeauthapplyGetRequest

func NewAlibabaNazcaTokenChangeauthapplyGetRequest() *AlibabaNazcaTokenChangeauthapplyGetAPIRequest

初始化AlibabaNazcaTokenChangeauthapplyGetAPIRequest对象

func (AlibabaNazcaTokenChangeauthapplyGetAPIRequest) GetApiMethodName added in v1.2.0

IRequest interface 方法, 获取Api method

func (AlibabaNazcaTokenChangeauthapplyGetAPIRequest) GetApiParams added in v1.2.0

IRequest interface 方法, 获取API参数

func (AlibabaNazcaTokenChangeauthapplyGetAPIRequest) GetToken added in v1.2.0

Token Getter

func (*AlibabaNazcaTokenChangeauthapplyGetAPIRequest) SetToken added in v1.2.0

Token Setter token

type AlibabaNazcaTokenChangeauthapplyGetAPIResponse

type AlibabaNazcaTokenChangeauthapplyGetAPIResponse struct {
	model.CommonResponse
	AlibabaNazcaTokenChangeauthapplyGetAPIResponseModel
}

根据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"`
}

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

type AlibabaNazcaTokenFilesecretGetAPIRequest added in v1.2.0

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

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

获取文件秘钥

func NewAlibabaNazcaTokenFilesecretGetRequest

func NewAlibabaNazcaTokenFilesecretGetRequest() *AlibabaNazcaTokenFilesecretGetAPIRequest

初始化AlibabaNazcaTokenFilesecretGetAPIRequest对象

func (AlibabaNazcaTokenFilesecretGetAPIRequest) GetApiMethodName added in v1.2.0

func (r AlibabaNazcaTokenFilesecretGetAPIRequest) GetApiMethodName() string

IRequest interface 方法, 获取Api method

func (AlibabaNazcaTokenFilesecretGetAPIRequest) GetApiParams added in v1.2.0

IRequest interface 方法, 获取API参数

func (AlibabaNazcaTokenFilesecretGetAPIRequest) GetContractNum added in v1.2.0

ContractNum Getter

func (AlibabaNazcaTokenFilesecretGetAPIRequest) GetPlatformUserId added in v1.2.0

func (r AlibabaNazcaTokenFilesecretGetAPIRequest) GetPlatformUserId() string

PlatformUserId Getter

func (*AlibabaNazcaTokenFilesecretGetAPIRequest) SetContractNum added in v1.2.0

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

ContractNum Setter 合同编号

func (*AlibabaNazcaTokenFilesecretGetAPIRequest) SetPlatformUserId added in v1.2.0

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

PlatformUserId Setter 客户在1688的唯一标识

type AlibabaNazcaTokenFilesecretGetAPIResponse

type AlibabaNazcaTokenFilesecretGetAPIResponse struct {
	model.CommonResponse
	AlibabaNazcaTokenFilesecretGetAPIResponseModel
}

获取文件秘钥 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"`
}

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

type AlibabaNazcaTokenIssuecertapplyGetAPIRequest added in v1.2.0

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

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

根据token获取出证申请信息

func NewAlibabaNazcaTokenIssuecertapplyGetRequest

func NewAlibabaNazcaTokenIssuecertapplyGetRequest() *AlibabaNazcaTokenIssuecertapplyGetAPIRequest

初始化AlibabaNazcaTokenIssuecertapplyGetAPIRequest对象

func (AlibabaNazcaTokenIssuecertapplyGetAPIRequest) GetApiMethodName added in v1.2.0

IRequest interface 方法, 获取Api method

func (AlibabaNazcaTokenIssuecertapplyGetAPIRequest) GetApiParams added in v1.2.0

IRequest interface 方法, 获取API参数

func (AlibabaNazcaTokenIssuecertapplyGetAPIRequest) GetToken added in v1.2.0

Token Getter

func (*AlibabaNazcaTokenIssuecertapplyGetAPIRequest) SetToken added in v1.2.0

Token Setter token

type AlibabaNazcaTokenIssuecertapplyGetAPIResponse

type AlibabaNazcaTokenIssuecertapplyGetAPIResponse struct {
	model.CommonResponse
	AlibabaNazcaTokenIssuecertapplyGetAPIResponseModel
}

根据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"`
}

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

type AuthApplyDo

type AuthApplyDo struct {
	// 是否认证
	Autherized bool `json:"autherized,omitempty" xml:"autherized,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"`
	// 客户在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"`
}

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 {
	// 是否认证
	Autherized bool `json:"autherized,omitempty" xml:"autherized,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"`
	// 客户在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"`
}

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"`
	// pageNum
	PageNum int64 `json:"page_num,omitempty" xml:"page_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"`
	// 角色 0:接收者 1:发送者
	SendReceive int64 `json:"send_receive,omitempty" xml:"send_receive,omitempty"`
	// 合同名称
	Topic string `json:"topic,omitempty" xml:"topic,omitempty"`
}

IssueCertApplyDo

Jump to

Keyboard shortcuts

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