Documentation ¶
Overview ¶
网上法庭对外API model
Index ¶
- type ActionResult
- type AlibabaInfodeptLassenCasestatisticsGetAPIResponse
- type AlibabaInfodeptLassenCasestatisticsGetRequest
- func (r AlibabaInfodeptLassenCasestatisticsGetRequest) GetApiMethodName() string
- func (r AlibabaInfodeptLassenCasestatisticsGetRequest) GetApiParams() url.Values
- func (r AlibabaInfodeptLassenCasestatisticsGetRequest) GetAreaCode() string
- func (r AlibabaInfodeptLassenCasestatisticsGetRequest) GetEndTime() string
- func (r AlibabaInfodeptLassenCasestatisticsGetRequest) GetStartTime() string
- func (r *AlibabaInfodeptLassenCasestatisticsGetRequest) SetAreaCode(areaCode string) error
- func (r *AlibabaInfodeptLassenCasestatisticsGetRequest) SetEndTime(endTime string) error
- func (r *AlibabaInfodeptLassenCasestatisticsGetRequest) SetStartTime(startTime string) error
- type AlibabaInfodeptLassenCasestatisticsGetResponse
- type AlibabaNazcaAuthAuthapplyCallbackAPIResponse
- type AlibabaNazcaAuthAuthapplyCallbackRequest
- func (r AlibabaNazcaAuthAuthapplyCallbackRequest) GetApiMethodName() string
- func (r AlibabaNazcaAuthAuthapplyCallbackRequest) GetApiParams() url.Values
- func (r AlibabaNazcaAuthAuthapplyCallbackRequest) GetAuthApplyDoneCallbackDo() *AuthApplyDoneCallBackDo
- func (r *AlibabaNazcaAuthAuthapplyCallbackRequest) SetAuthApplyDoneCallbackDo(authApplyDoneCallbackDo *AuthApplyDoneCallBackDo) error
- type AlibabaNazcaAuthAuthapplyCallbackResponse
- type AlibabaNazcaAuthChangeauthapplyCallbackAPIResponse
- type AlibabaNazcaAuthChangeauthapplyCallbackRequest
- func (r AlibabaNazcaAuthChangeauthapplyCallbackRequest) GetApiMethodName() string
- func (r AlibabaNazcaAuthChangeauthapplyCallbackRequest) GetApiParams() url.Values
- func (r AlibabaNazcaAuthChangeauthapplyCallbackRequest) GetParamChangeAuthCallBackDo() *ChangeAuthCallBackDo
- func (r *AlibabaNazcaAuthChangeauthapplyCallbackRequest) SetParamChangeAuthCallBackDo(paramChangeAuthCallBackDo *ChangeAuthCallBackDo) error
- type AlibabaNazcaAuthChangeauthapplyCallbackResponse
- type AlibabaNazcaAuthIssueauthapplyCallbackAPIResponse
- type AlibabaNazcaAuthIssueauthapplyCallbackRequest
- func (r AlibabaNazcaAuthIssueauthapplyCallbackRequest) GetApiMethodName() string
- func (r AlibabaNazcaAuthIssueauthapplyCallbackRequest) GetApiParams() url.Values
- func (r AlibabaNazcaAuthIssueauthapplyCallbackRequest) GetContractNum() string
- func (r AlibabaNazcaAuthIssueauthapplyCallbackRequest) GetIssueOrg() string
- func (r AlibabaNazcaAuthIssueauthapplyCallbackRequest) GetPlatformUserId() string
- func (r AlibabaNazcaAuthIssueauthapplyCallbackRequest) GetReportUrl() string
- func (r AlibabaNazcaAuthIssueauthapplyCallbackRequest) GetStatus() string
- func (r *AlibabaNazcaAuthIssueauthapplyCallbackRequest) SetContractNum(contractNum string) error
- func (r *AlibabaNazcaAuthIssueauthapplyCallbackRequest) SetIssueOrg(issueOrg string) error
- func (r *AlibabaNazcaAuthIssueauthapplyCallbackRequest) SetPlatformUserId(platformUserId string) error
- func (r *AlibabaNazcaAuthIssueauthapplyCallbackRequest) SetReportUrl(reportUrl string) error
- func (r *AlibabaNazcaAuthIssueauthapplyCallbackRequest) SetStatus(status string) error
- type AlibabaNazcaAuthIssueauthapplyCallbackResponse
- type AlibabaNazcaTokenAuthapplyGetAPIResponse
- type AlibabaNazcaTokenAuthapplyGetRequest
- type AlibabaNazcaTokenAuthapplyGetResponse
- type AlibabaNazcaTokenChangeauthapplyGetAPIResponse
- type AlibabaNazcaTokenChangeauthapplyGetRequest
- func (r AlibabaNazcaTokenChangeauthapplyGetRequest) GetApiMethodName() string
- func (r AlibabaNazcaTokenChangeauthapplyGetRequest) GetApiParams() url.Values
- func (r AlibabaNazcaTokenChangeauthapplyGetRequest) GetToken() string
- func (r *AlibabaNazcaTokenChangeauthapplyGetRequest) SetToken(token string) error
- type AlibabaNazcaTokenChangeauthapplyGetResponse
- type AlibabaNazcaTokenFilesecretGetAPIResponse
- type AlibabaNazcaTokenFilesecretGetRequest
- func (r AlibabaNazcaTokenFilesecretGetRequest) GetApiMethodName() string
- func (r AlibabaNazcaTokenFilesecretGetRequest) GetApiParams() url.Values
- func (r AlibabaNazcaTokenFilesecretGetRequest) GetContractNum() string
- func (r AlibabaNazcaTokenFilesecretGetRequest) GetPlatformUserId() string
- func (r *AlibabaNazcaTokenFilesecretGetRequest) SetContractNum(contractNum string) error
- func (r *AlibabaNazcaTokenFilesecretGetRequest) SetPlatformUserId(platformUserId string) error
- type AlibabaNazcaTokenFilesecretGetResponse
- type AlibabaNazcaTokenIssuecertapplyGetAPIResponse
- type AlibabaNazcaTokenIssuecertapplyGetRequest
- func (r AlibabaNazcaTokenIssuecertapplyGetRequest) GetApiMethodName() string
- func (r AlibabaNazcaTokenIssuecertapplyGetRequest) GetApiParams() url.Values
- func (r AlibabaNazcaTokenIssuecertapplyGetRequest) GetToken() string
- func (r *AlibabaNazcaTokenIssuecertapplyGetRequest) SetToken(token string) error
- type AlibabaNazcaTokenIssuecertapplyGetResponse
- type AuthApplyDo
- type AuthApplyDoneCallBackDo
- type ChangeAuthApplyDo
- type ChangeAuthCallBackDo
- type IssueAuthCallBackDo
- type IssueCertApplyDo
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 AlibabaInfodeptLassenCasestatisticsGetAPIResponse ¶
type AlibabaInfodeptLassenCasestatisticsGetAPIResponse struct { model.CommonResponse AlibabaInfodeptLassenCasestatisticsGetResponse }
法庭提交和结案案件量接口 API返回值 alibaba.infodept.lassen.casestatistics.get
功能描述:云嘉为浙江省高院制作数据大屏,需展示网上法庭相关数据,我方为省高院提供浙江省内法院收案和结案的案件量,开放数据接口,供其调取这两组数据。
type AlibabaInfodeptLassenCasestatisticsGetRequest ¶
type AlibabaInfodeptLassenCasestatisticsGetRequest struct { model.Params // contains filtered or unexported fields }
法庭提交和结案案件量接口 API请求 alibaba.infodept.lassen.casestatistics.get
功能描述:云嘉为浙江省高院制作数据大屏,需展示网上法庭相关数据,我方为省高院提供浙江省内法院收案和结案的案件量,开放数据接口,供其调取这两组数据。
func NewAlibabaInfodeptLassenCasestatisticsGetRequest ¶
func NewAlibabaInfodeptLassenCasestatisticsGetRequest() *AlibabaInfodeptLassenCasestatisticsGetRequest
初始化AlibabaInfodeptLassenCasestatisticsGetRequest对象
func (AlibabaInfodeptLassenCasestatisticsGetRequest) GetApiMethodName ¶
func (r AlibabaInfodeptLassenCasestatisticsGetRequest) GetApiMethodName() string
IRequest interface 方法, 获取Api method
func (AlibabaInfodeptLassenCasestatisticsGetRequest) GetApiParams ¶
func (r AlibabaInfodeptLassenCasestatisticsGetRequest) GetApiParams() url.Values
IRequest interface 方法, 获取API参数
func (AlibabaInfodeptLassenCasestatisticsGetRequest) GetAreaCode ¶
func (r AlibabaInfodeptLassenCasestatisticsGetRequest) GetAreaCode() string
AreaCode Getter
func (AlibabaInfodeptLassenCasestatisticsGetRequest) GetEndTime ¶
func (r AlibabaInfodeptLassenCasestatisticsGetRequest) GetEndTime() string
EndTime Getter
func (AlibabaInfodeptLassenCasestatisticsGetRequest) GetStartTime ¶
func (r AlibabaInfodeptLassenCasestatisticsGetRequest) GetStartTime() string
StartTime Getter
func (*AlibabaInfodeptLassenCasestatisticsGetRequest) SetAreaCode ¶
func (r *AlibabaInfodeptLassenCasestatisticsGetRequest) SetAreaCode(areaCode string) error
AreaCode Setter 地区代码
func (*AlibabaInfodeptLassenCasestatisticsGetRequest) SetEndTime ¶
func (r *AlibabaInfodeptLassenCasestatisticsGetRequest) SetEndTime(endTime string) error
EndTime Setter 结束时间
func (*AlibabaInfodeptLassenCasestatisticsGetRequest) SetStartTime ¶
func (r *AlibabaInfodeptLassenCasestatisticsGetRequest) SetStartTime(startTime string) error
StartTime Setter 开始时间
type AlibabaInfodeptLassenCasestatisticsGetResponse ¶
type AlibabaInfodeptLassenCasestatisticsGetResponse 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"` // result Result string `json:"result,omitempty" xml:"result,omitempty"` }
法庭提交和结案案件量接口 成功返回结果
type AlibabaNazcaAuthAuthapplyCallbackAPIResponse ¶
type AlibabaNazcaAuthAuthapplyCallbackAPIResponse struct { model.CommonResponse AlibabaNazcaAuthAuthapplyCallbackResponse }
认证的统一回调接口 API返回值 alibaba.nazca.auth.authapply.callback
认证的统一回调接口
type AlibabaNazcaAuthAuthapplyCallbackRequest ¶
type AlibabaNazcaAuthAuthapplyCallbackRequest struct { model.Params // contains filtered or unexported fields }
认证的统一回调接口 API请求 alibaba.nazca.auth.authapply.callback
认证的统一回调接口
func NewAlibabaNazcaAuthAuthapplyCallbackRequest ¶
func NewAlibabaNazcaAuthAuthapplyCallbackRequest() *AlibabaNazcaAuthAuthapplyCallbackRequest
初始化AlibabaNazcaAuthAuthapplyCallbackRequest对象
func (AlibabaNazcaAuthAuthapplyCallbackRequest) GetApiMethodName ¶
func (r AlibabaNazcaAuthAuthapplyCallbackRequest) GetApiMethodName() string
IRequest interface 方法, 获取Api method
func (AlibabaNazcaAuthAuthapplyCallbackRequest) GetApiParams ¶
func (r AlibabaNazcaAuthAuthapplyCallbackRequest) GetApiParams() url.Values
IRequest interface 方法, 获取API参数
func (AlibabaNazcaAuthAuthapplyCallbackRequest) GetAuthApplyDoneCallbackDo ¶
func (r AlibabaNazcaAuthAuthapplyCallbackRequest) GetAuthApplyDoneCallbackDo() *AuthApplyDoneCallBackDo
AuthApplyDoneCallbackDo Getter
func (*AlibabaNazcaAuthAuthapplyCallbackRequest) SetAuthApplyDoneCallbackDo ¶
func (r *AlibabaNazcaAuthAuthapplyCallbackRequest) SetAuthApplyDoneCallbackDo(authApplyDoneCallbackDo *AuthApplyDoneCallBackDo) error
AuthApplyDoneCallbackDo Setter 认证回调参数
type AlibabaNazcaAuthAuthapplyCallbackResponse ¶
type AlibabaNazcaAuthAuthapplyCallbackResponse 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 AlibabaNazcaAuthChangeauthapplyCallbackAPIResponse ¶
type AlibabaNazcaAuthChangeauthapplyCallbackAPIResponse struct { model.CommonResponse AlibabaNazcaAuthChangeauthapplyCallbackResponse }
变更认证回调 API返回值 alibaba.nazca.auth.changeauthapply.callback
变更认证回调
type AlibabaNazcaAuthChangeauthapplyCallbackRequest ¶
type AlibabaNazcaAuthChangeauthapplyCallbackRequest struct { model.Params // contains filtered or unexported fields }
变更认证回调 API请求 alibaba.nazca.auth.changeauthapply.callback
变更认证回调
func NewAlibabaNazcaAuthChangeauthapplyCallbackRequest ¶
func NewAlibabaNazcaAuthChangeauthapplyCallbackRequest() *AlibabaNazcaAuthChangeauthapplyCallbackRequest
初始化AlibabaNazcaAuthChangeauthapplyCallbackRequest对象
func (AlibabaNazcaAuthChangeauthapplyCallbackRequest) GetApiMethodName ¶
func (r AlibabaNazcaAuthChangeauthapplyCallbackRequest) GetApiMethodName() string
IRequest interface 方法, 获取Api method
func (AlibabaNazcaAuthChangeauthapplyCallbackRequest) GetApiParams ¶
func (r AlibabaNazcaAuthChangeauthapplyCallbackRequest) GetApiParams() url.Values
IRequest interface 方法, 获取API参数
func (AlibabaNazcaAuthChangeauthapplyCallbackRequest) GetParamChangeAuthCallBackDo ¶
func (r AlibabaNazcaAuthChangeauthapplyCallbackRequest) GetParamChangeAuthCallBackDo() *ChangeAuthCallBackDo
ParamChangeAuthCallBackDo Getter
func (*AlibabaNazcaAuthChangeauthapplyCallbackRequest) SetParamChangeAuthCallBackDo ¶
func (r *AlibabaNazcaAuthChangeauthapplyCallbackRequest) SetParamChangeAuthCallBackDo(paramChangeAuthCallBackDo *ChangeAuthCallBackDo) error
ParamChangeAuthCallBackDo Setter 变更认证回调参数
type AlibabaNazcaAuthChangeauthapplyCallbackResponse ¶
type AlibabaNazcaAuthChangeauthapplyCallbackResponse 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 AlibabaNazcaAuthIssueauthapplyCallbackAPIResponse ¶
type AlibabaNazcaAuthIssueauthapplyCallbackAPIResponse struct { model.CommonResponse AlibabaNazcaAuthIssueauthapplyCallbackResponse }
出证申请回调 API返回值 alibaba.nazca.auth.issueauthapply.callback
出证申请回调
type AlibabaNazcaAuthIssueauthapplyCallbackRequest ¶
type AlibabaNazcaAuthIssueauthapplyCallbackRequest struct { model.Params // contains filtered or unexported fields }
出证申请回调 API请求 alibaba.nazca.auth.issueauthapply.callback
出证申请回调
func NewAlibabaNazcaAuthIssueauthapplyCallbackRequest ¶
func NewAlibabaNazcaAuthIssueauthapplyCallbackRequest() *AlibabaNazcaAuthIssueauthapplyCallbackRequest
初始化AlibabaNazcaAuthIssueauthapplyCallbackRequest对象
func (AlibabaNazcaAuthIssueauthapplyCallbackRequest) GetApiMethodName ¶
func (r AlibabaNazcaAuthIssueauthapplyCallbackRequest) GetApiMethodName() string
IRequest interface 方法, 获取Api method
func (AlibabaNazcaAuthIssueauthapplyCallbackRequest) GetApiParams ¶
func (r AlibabaNazcaAuthIssueauthapplyCallbackRequest) GetApiParams() url.Values
IRequest interface 方法, 获取API参数
func (AlibabaNazcaAuthIssueauthapplyCallbackRequest) GetContractNum ¶
func (r AlibabaNazcaAuthIssueauthapplyCallbackRequest) GetContractNum() string
ContractNum Getter
func (AlibabaNazcaAuthIssueauthapplyCallbackRequest) GetIssueOrg ¶
func (r AlibabaNazcaAuthIssueauthapplyCallbackRequest) GetIssueOrg() string
IssueOrg Getter
func (AlibabaNazcaAuthIssueauthapplyCallbackRequest) GetPlatformUserId ¶
func (r AlibabaNazcaAuthIssueauthapplyCallbackRequest) GetPlatformUserId() string
PlatformUserId Getter
func (AlibabaNazcaAuthIssueauthapplyCallbackRequest) GetReportUrl ¶
func (r AlibabaNazcaAuthIssueauthapplyCallbackRequest) GetReportUrl() string
ReportUrl Getter
func (AlibabaNazcaAuthIssueauthapplyCallbackRequest) GetStatus ¶
func (r AlibabaNazcaAuthIssueauthapplyCallbackRequest) GetStatus() string
Status Getter
func (*AlibabaNazcaAuthIssueauthapplyCallbackRequest) SetContractNum ¶
func (r *AlibabaNazcaAuthIssueauthapplyCallbackRequest) SetContractNum(contractNum string) error
ContractNum Setter 合同编号
func (*AlibabaNazcaAuthIssueauthapplyCallbackRequest) SetIssueOrg ¶
func (r *AlibabaNazcaAuthIssueauthapplyCallbackRequest) SetIssueOrg(issueOrg string) error
IssueOrg Setter 出证机构
func (*AlibabaNazcaAuthIssueauthapplyCallbackRequest) SetPlatformUserId ¶
func (r *AlibabaNazcaAuthIssueauthapplyCallbackRequest) SetPlatformUserId(platformUserId string) error
PlatformUserId Setter 客户在1688的唯一标识
func (*AlibabaNazcaAuthIssueauthapplyCallbackRequest) SetReportUrl ¶
func (r *AlibabaNazcaAuthIssueauthapplyCallbackRequest) SetReportUrl(reportUrl string) error
ReportUrl Setter 出证报告下载地址
func (*AlibabaNazcaAuthIssueauthapplyCallbackRequest) SetStatus ¶
func (r *AlibabaNazcaAuthIssueauthapplyCallbackRequest) SetStatus(status string) error
Status Setter 出证状态
type AlibabaNazcaAuthIssueauthapplyCallbackResponse ¶
type AlibabaNazcaAuthIssueauthapplyCallbackResponse 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 AlibabaNazcaTokenAuthapplyGetAPIResponse ¶
type AlibabaNazcaTokenAuthapplyGetAPIResponse struct { model.CommonResponse AlibabaNazcaTokenAuthapplyGetResponse }
根据token获取认证申请信息 API返回值 alibaba.nazca.token.authapply.get
根据token获取认证申请信息
type AlibabaNazcaTokenAuthapplyGetRequest ¶
type AlibabaNazcaTokenAuthapplyGetRequest struct { model.Params // contains filtered or unexported fields }
根据token获取认证申请信息 API请求 alibaba.nazca.token.authapply.get
根据token获取认证申请信息
func NewAlibabaNazcaTokenAuthapplyGetRequest ¶
func NewAlibabaNazcaTokenAuthapplyGetRequest() *AlibabaNazcaTokenAuthapplyGetRequest
初始化AlibabaNazcaTokenAuthapplyGetRequest对象
func (AlibabaNazcaTokenAuthapplyGetRequest) GetApiMethodName ¶
func (r AlibabaNazcaTokenAuthapplyGetRequest) GetApiMethodName() string
IRequest interface 方法, 获取Api method
func (AlibabaNazcaTokenAuthapplyGetRequest) GetApiParams ¶
func (r AlibabaNazcaTokenAuthapplyGetRequest) GetApiParams() url.Values
IRequest interface 方法, 获取API参数
func (AlibabaNazcaTokenAuthapplyGetRequest) GetToken ¶
func (r AlibabaNazcaTokenAuthapplyGetRequest) GetToken() string
Token Getter
func (*AlibabaNazcaTokenAuthapplyGetRequest) SetToken ¶
func (r *AlibabaNazcaTokenAuthapplyGetRequest) SetToken(token string) error
Token Setter token
type AlibabaNazcaTokenAuthapplyGetResponse ¶
type AlibabaNazcaTokenAuthapplyGetResponse 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 AlibabaNazcaTokenChangeauthapplyGetAPIResponse ¶
type AlibabaNazcaTokenChangeauthapplyGetAPIResponse struct { model.CommonResponse AlibabaNazcaTokenChangeauthapplyGetResponse }
根据token获取变更认证申请信息 API返回值 alibaba.nazca.token.changeauthapply.get
根据token获取变更认证申请信息
type AlibabaNazcaTokenChangeauthapplyGetRequest ¶
type AlibabaNazcaTokenChangeauthapplyGetRequest struct { model.Params // contains filtered or unexported fields }
根据token获取变更认证申请信息 API请求 alibaba.nazca.token.changeauthapply.get
根据token获取变更认证申请信息
func NewAlibabaNazcaTokenChangeauthapplyGetRequest ¶
func NewAlibabaNazcaTokenChangeauthapplyGetRequest() *AlibabaNazcaTokenChangeauthapplyGetRequest
初始化AlibabaNazcaTokenChangeauthapplyGetRequest对象
func (AlibabaNazcaTokenChangeauthapplyGetRequest) GetApiMethodName ¶
func (r AlibabaNazcaTokenChangeauthapplyGetRequest) GetApiMethodName() string
IRequest interface 方法, 获取Api method
func (AlibabaNazcaTokenChangeauthapplyGetRequest) GetApiParams ¶
func (r AlibabaNazcaTokenChangeauthapplyGetRequest) GetApiParams() url.Values
IRequest interface 方法, 获取API参数
func (AlibabaNazcaTokenChangeauthapplyGetRequest) GetToken ¶
func (r AlibabaNazcaTokenChangeauthapplyGetRequest) GetToken() string
Token Getter
func (*AlibabaNazcaTokenChangeauthapplyGetRequest) SetToken ¶
func (r *AlibabaNazcaTokenChangeauthapplyGetRequest) SetToken(token string) error
Token Setter token
type AlibabaNazcaTokenChangeauthapplyGetResponse ¶
type AlibabaNazcaTokenChangeauthapplyGetResponse 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 AlibabaNazcaTokenFilesecretGetAPIResponse ¶
type AlibabaNazcaTokenFilesecretGetAPIResponse struct { model.CommonResponse AlibabaNazcaTokenFilesecretGetResponse }
获取文件秘钥 API返回值 alibaba.nazca.token.filesecret.get
获取文件秘钥
type AlibabaNazcaTokenFilesecretGetRequest ¶
type AlibabaNazcaTokenFilesecretGetRequest struct { model.Params // contains filtered or unexported fields }
获取文件秘钥 API请求 alibaba.nazca.token.filesecret.get
获取文件秘钥
func NewAlibabaNazcaTokenFilesecretGetRequest ¶
func NewAlibabaNazcaTokenFilesecretGetRequest() *AlibabaNazcaTokenFilesecretGetRequest
初始化AlibabaNazcaTokenFilesecretGetRequest对象
func (AlibabaNazcaTokenFilesecretGetRequest) GetApiMethodName ¶
func (r AlibabaNazcaTokenFilesecretGetRequest) GetApiMethodName() string
IRequest interface 方法, 获取Api method
func (AlibabaNazcaTokenFilesecretGetRequest) GetApiParams ¶
func (r AlibabaNazcaTokenFilesecretGetRequest) GetApiParams() url.Values
IRequest interface 方法, 获取API参数
func (AlibabaNazcaTokenFilesecretGetRequest) GetContractNum ¶
func (r AlibabaNazcaTokenFilesecretGetRequest) GetContractNum() string
ContractNum Getter
func (AlibabaNazcaTokenFilesecretGetRequest) GetPlatformUserId ¶
func (r AlibabaNazcaTokenFilesecretGetRequest) GetPlatformUserId() string
PlatformUserId Getter
func (*AlibabaNazcaTokenFilesecretGetRequest) SetContractNum ¶
func (r *AlibabaNazcaTokenFilesecretGetRequest) SetContractNum(contractNum string) error
ContractNum Setter 合同编号
func (*AlibabaNazcaTokenFilesecretGetRequest) SetPlatformUserId ¶
func (r *AlibabaNazcaTokenFilesecretGetRequest) SetPlatformUserId(platformUserId string) error
PlatformUserId Setter 客户在1688的唯一标识
type AlibabaNazcaTokenFilesecretGetResponse ¶
type AlibabaNazcaTokenFilesecretGetResponse 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 AlibabaNazcaTokenIssuecertapplyGetAPIResponse ¶
type AlibabaNazcaTokenIssuecertapplyGetAPIResponse struct { model.CommonResponse AlibabaNazcaTokenIssuecertapplyGetResponse }
根据token获取出证申请信息 API返回值 alibaba.nazca.token.issuecertapply.get
根据token获取出证申请信息
type AlibabaNazcaTokenIssuecertapplyGetRequest ¶
type AlibabaNazcaTokenIssuecertapplyGetRequest struct { model.Params // contains filtered or unexported fields }
根据token获取出证申请信息 API请求 alibaba.nazca.token.issuecertapply.get
根据token获取出证申请信息
func NewAlibabaNazcaTokenIssuecertapplyGetRequest ¶
func NewAlibabaNazcaTokenIssuecertapplyGetRequest() *AlibabaNazcaTokenIssuecertapplyGetRequest
初始化AlibabaNazcaTokenIssuecertapplyGetRequest对象
func (AlibabaNazcaTokenIssuecertapplyGetRequest) GetApiMethodName ¶
func (r AlibabaNazcaTokenIssuecertapplyGetRequest) GetApiMethodName() string
IRequest interface 方法, 获取Api method
func (AlibabaNazcaTokenIssuecertapplyGetRequest) GetApiParams ¶
func (r AlibabaNazcaTokenIssuecertapplyGetRequest) GetApiParams() url.Values
IRequest interface 方法, 获取API参数
func (AlibabaNazcaTokenIssuecertapplyGetRequest) GetToken ¶
func (r AlibabaNazcaTokenIssuecertapplyGetRequest) GetToken() string
Token Getter
func (*AlibabaNazcaTokenIssuecertapplyGetRequest) SetToken ¶
func (r *AlibabaNazcaTokenIssuecertapplyGetRequest) SetToken(token string) error
Token Setter token
type AlibabaNazcaTokenIssuecertapplyGetResponse ¶
type AlibabaNazcaTokenIssuecertapplyGetResponse 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
Source Files ¶
- ActionResult.go
- AlibabaInfodeptLassenCasestatisticsGetRequest.go
- AlibabaInfodeptLassenCasestatisticsGetResponse.go
- AlibabaNazcaAuthAuthapplyCallbackRequest.go
- AlibabaNazcaAuthAuthapplyCallbackResponse.go
- AlibabaNazcaAuthChangeauthapplyCallbackRequest.go
- AlibabaNazcaAuthChangeauthapplyCallbackResponse.go
- AlibabaNazcaAuthIssueauthapplyCallbackRequest.go
- AlibabaNazcaAuthIssueauthapplyCallbackResponse.go
- AlibabaNazcaTokenAuthapplyGetRequest.go
- AlibabaNazcaTokenAuthapplyGetResponse.go
- AlibabaNazcaTokenChangeauthapplyGetRequest.go
- AlibabaNazcaTokenChangeauthapplyGetResponse.go
- AlibabaNazcaTokenFilesecretGetRequest.go
- AlibabaNazcaTokenFilesecretGetResponse.go
- AlibabaNazcaTokenIssuecertapplyGetRequest.go
- AlibabaNazcaTokenIssuecertapplyGetResponse.go
- AuthApplyDo.go
- AuthApplyDoneCallBackDo.go
- ChangeAuthApplyDo.go
- ChangeAuthCallBackDo.go
- IssueAuthCallBackDo.go
- IssueCertApplyDo.go
- doc.go