Documentation ¶
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 string `json:"error,omitempty" xml:"error,omitempty"` Message string `json:"message,omitempty" xml:"message,omitempty"` 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 }
法庭提交和结案案件量接口 APIResponse alibaba.infodept.lassen.casestatistics.get
功能描述:云嘉为浙江省高院制作数据大屏,需展示网上法庭相关数据,我方为省高院提供浙江省内法院收案和结案的案件量,开放数据接口,供其调取这两组数据。
type AlibabaInfodeptLassenCasestatisticsGetRequest ¶
type AlibabaInfodeptLassenCasestatisticsGetRequest struct { model.Params // contains filtered or unexported fields }
法庭提交和结案案件量接口 APIRequest alibaba.infodept.lassen.casestatistics.get
功能描述:云嘉为浙江省高院制作数据大屏,需展示网上法庭相关数据,我方为省高院提供浙江省内法院收案和结案的案件量,开放数据接口,供其调取这两组数据。
func NewAlibabaInfodeptLassenCasestatisticsGetRequest ¶
func NewAlibabaInfodeptLassenCasestatisticsGetRequest() *AlibabaInfodeptLassenCasestatisticsGetRequest
func (AlibabaInfodeptLassenCasestatisticsGetRequest) GetApiMethodName ¶
func (r AlibabaInfodeptLassenCasestatisticsGetRequest) GetApiMethodName() string
func (AlibabaInfodeptLassenCasestatisticsGetRequest) GetApiParams ¶
func (r AlibabaInfodeptLassenCasestatisticsGetRequest) GetApiParams() url.Values
func (AlibabaInfodeptLassenCasestatisticsGetRequest) GetAreaCode ¶
func (r AlibabaInfodeptLassenCasestatisticsGetRequest) GetAreaCode() string
func (AlibabaInfodeptLassenCasestatisticsGetRequest) GetEndTime ¶
func (r AlibabaInfodeptLassenCasestatisticsGetRequest) GetEndTime() string
func (AlibabaInfodeptLassenCasestatisticsGetRequest) GetStartTime ¶
func (r AlibabaInfodeptLassenCasestatisticsGetRequest) GetStartTime() string
func (*AlibabaInfodeptLassenCasestatisticsGetRequest) SetAreaCode ¶
func (r *AlibabaInfodeptLassenCasestatisticsGetRequest) SetAreaCode(areaCode string) error
func (*AlibabaInfodeptLassenCasestatisticsGetRequest) SetEndTime ¶
func (r *AlibabaInfodeptLassenCasestatisticsGetRequest) SetEndTime(endTime string) error
func (*AlibabaInfodeptLassenCasestatisticsGetRequest) SetStartTime ¶
func (r *AlibabaInfodeptLassenCasestatisticsGetRequest) SetStartTime(startTime string) error
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 string `json:"result,omitempty" xml:"result,omitempty"` Result string `json:"result,omitempty" xml:"result,omitempty"` }
type AlibabaNazcaAuthAuthapplyCallbackAPIResponse ¶
type AlibabaNazcaAuthAuthapplyCallbackAPIResponse struct { model.CommonResponse AlibabaNazcaAuthAuthapplyCallbackResponse }
认证的统一回调接口 APIResponse alibaba.nazca.auth.authapply.callback
认证的统一回调接口
type AlibabaNazcaAuthAuthapplyCallbackRequest ¶
type AlibabaNazcaAuthAuthapplyCallbackRequest struct { model.Params // contains filtered or unexported fields }
认证的统一回调接口 APIRequest alibaba.nazca.auth.authapply.callback
认证的统一回调接口
func NewAlibabaNazcaAuthAuthapplyCallbackRequest ¶
func NewAlibabaNazcaAuthAuthapplyCallbackRequest() *AlibabaNazcaAuthAuthapplyCallbackRequest
func (AlibabaNazcaAuthAuthapplyCallbackRequest) GetApiMethodName ¶
func (r AlibabaNazcaAuthAuthapplyCallbackRequest) GetApiMethodName() string
func (AlibabaNazcaAuthAuthapplyCallbackRequest) GetApiParams ¶
func (r AlibabaNazcaAuthAuthapplyCallbackRequest) GetApiParams() url.Values
func (AlibabaNazcaAuthAuthapplyCallbackRequest) GetAuthApplyDoneCallbackDo ¶
func (r AlibabaNazcaAuthAuthapplyCallbackRequest) GetAuthApplyDoneCallbackDo() *AuthApplyDoneCallBackDo
func (*AlibabaNazcaAuthAuthapplyCallbackRequest) SetAuthApplyDoneCallbackDo ¶
func (r *AlibabaNazcaAuthAuthapplyCallbackRequest) SetAuthApplyDoneCallbackDo(authApplyDoneCallbackDo *AuthApplyDoneCallBackDo) error
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 *ActionResult `json:"result,omitempty" xml:"result,omitempty"` }
type AlibabaNazcaAuthChangeauthapplyCallbackAPIResponse ¶
type AlibabaNazcaAuthChangeauthapplyCallbackAPIResponse struct { model.CommonResponse AlibabaNazcaAuthChangeauthapplyCallbackResponse }
变更认证回调 APIResponse alibaba.nazca.auth.changeauthapply.callback
变更认证回调
type AlibabaNazcaAuthChangeauthapplyCallbackRequest ¶
type AlibabaNazcaAuthChangeauthapplyCallbackRequest struct { model.Params // contains filtered or unexported fields }
变更认证回调 APIRequest alibaba.nazca.auth.changeauthapply.callback
变更认证回调
func NewAlibabaNazcaAuthChangeauthapplyCallbackRequest ¶
func NewAlibabaNazcaAuthChangeauthapplyCallbackRequest() *AlibabaNazcaAuthChangeauthapplyCallbackRequest
func (AlibabaNazcaAuthChangeauthapplyCallbackRequest) GetApiMethodName ¶
func (r AlibabaNazcaAuthChangeauthapplyCallbackRequest) GetApiMethodName() string
func (AlibabaNazcaAuthChangeauthapplyCallbackRequest) GetApiParams ¶
func (r AlibabaNazcaAuthChangeauthapplyCallbackRequest) GetApiParams() url.Values
func (AlibabaNazcaAuthChangeauthapplyCallbackRequest) GetParamChangeAuthCallBackDo ¶
func (r AlibabaNazcaAuthChangeauthapplyCallbackRequest) GetParamChangeAuthCallBackDo() *ChangeAuthCallBackDo
func (*AlibabaNazcaAuthChangeauthapplyCallbackRequest) SetParamChangeAuthCallBackDo ¶
func (r *AlibabaNazcaAuthChangeauthapplyCallbackRequest) SetParamChangeAuthCallBackDo(paramChangeAuthCallBackDo *ChangeAuthCallBackDo) error
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 *ActionResult `json:"result,omitempty" xml:"result,omitempty"` }
type AlibabaNazcaAuthIssueauthapplyCallbackAPIResponse ¶
type AlibabaNazcaAuthIssueauthapplyCallbackAPIResponse struct { model.CommonResponse AlibabaNazcaAuthIssueauthapplyCallbackResponse }
出证申请回调 APIResponse alibaba.nazca.auth.issueauthapply.callback
出证申请回调
type AlibabaNazcaAuthIssueauthapplyCallbackRequest ¶
type AlibabaNazcaAuthIssueauthapplyCallbackRequest struct { model.Params // contains filtered or unexported fields }
出证申请回调 APIRequest alibaba.nazca.auth.issueauthapply.callback
出证申请回调
func NewAlibabaNazcaAuthIssueauthapplyCallbackRequest ¶
func NewAlibabaNazcaAuthIssueauthapplyCallbackRequest() *AlibabaNazcaAuthIssueauthapplyCallbackRequest
func (AlibabaNazcaAuthIssueauthapplyCallbackRequest) GetApiMethodName ¶
func (r AlibabaNazcaAuthIssueauthapplyCallbackRequest) GetApiMethodName() string
func (AlibabaNazcaAuthIssueauthapplyCallbackRequest) GetApiParams ¶
func (r AlibabaNazcaAuthIssueauthapplyCallbackRequest) GetApiParams() url.Values
func (AlibabaNazcaAuthIssueauthapplyCallbackRequest) GetContractNum ¶
func (r AlibabaNazcaAuthIssueauthapplyCallbackRequest) GetContractNum() string
func (AlibabaNazcaAuthIssueauthapplyCallbackRequest) GetIssueOrg ¶
func (r AlibabaNazcaAuthIssueauthapplyCallbackRequest) GetIssueOrg() string
func (AlibabaNazcaAuthIssueauthapplyCallbackRequest) GetPlatformUserId ¶
func (r AlibabaNazcaAuthIssueauthapplyCallbackRequest) GetPlatformUserId() string
func (AlibabaNazcaAuthIssueauthapplyCallbackRequest) GetReportUrl ¶
func (r AlibabaNazcaAuthIssueauthapplyCallbackRequest) GetReportUrl() string
func (AlibabaNazcaAuthIssueauthapplyCallbackRequest) GetStatus ¶
func (r AlibabaNazcaAuthIssueauthapplyCallbackRequest) GetStatus() string
func (*AlibabaNazcaAuthIssueauthapplyCallbackRequest) SetContractNum ¶
func (r *AlibabaNazcaAuthIssueauthapplyCallbackRequest) SetContractNum(contractNum string) error
func (*AlibabaNazcaAuthIssueauthapplyCallbackRequest) SetIssueOrg ¶
func (r *AlibabaNazcaAuthIssueauthapplyCallbackRequest) SetIssueOrg(issueOrg string) error
func (*AlibabaNazcaAuthIssueauthapplyCallbackRequest) SetPlatformUserId ¶
func (r *AlibabaNazcaAuthIssueauthapplyCallbackRequest) SetPlatformUserId(platformUserId string) error
func (*AlibabaNazcaAuthIssueauthapplyCallbackRequest) SetReportUrl ¶
func (r *AlibabaNazcaAuthIssueauthapplyCallbackRequest) SetReportUrl(reportUrl string) error
func (*AlibabaNazcaAuthIssueauthapplyCallbackRequest) SetStatus ¶
func (r *AlibabaNazcaAuthIssueauthapplyCallbackRequest) SetStatus(status string) error
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 *ActionResult `json:"result,omitempty" xml:"result,omitempty"` }
type AlibabaNazcaTokenAuthapplyGetAPIResponse ¶
type AlibabaNazcaTokenAuthapplyGetAPIResponse struct { model.CommonResponse AlibabaNazcaTokenAuthapplyGetResponse }
根据token获取认证申请信息 APIResponse alibaba.nazca.token.authapply.get
根据token获取认证申请信息
type AlibabaNazcaTokenAuthapplyGetRequest ¶
type AlibabaNazcaTokenAuthapplyGetRequest struct { model.Params // contains filtered or unexported fields }
根据token获取认证申请信息 APIRequest alibaba.nazca.token.authapply.get
根据token获取认证申请信息
func NewAlibabaNazcaTokenAuthapplyGetRequest ¶
func NewAlibabaNazcaTokenAuthapplyGetRequest() *AlibabaNazcaTokenAuthapplyGetRequest
func (AlibabaNazcaTokenAuthapplyGetRequest) GetApiMethodName ¶
func (r AlibabaNazcaTokenAuthapplyGetRequest) GetApiMethodName() string
func (AlibabaNazcaTokenAuthapplyGetRequest) GetApiParams ¶
func (r AlibabaNazcaTokenAuthapplyGetRequest) GetApiParams() url.Values
func (AlibabaNazcaTokenAuthapplyGetRequest) GetToken ¶
func (r AlibabaNazcaTokenAuthapplyGetRequest) GetToken() string
func (*AlibabaNazcaTokenAuthapplyGetRequest) SetToken ¶
func (r *AlibabaNazcaTokenAuthapplyGetRequest) SetToken(token string) error
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 *ActionResult `json:"result,omitempty" xml:"result,omitempty"` }
type AlibabaNazcaTokenChangeauthapplyGetAPIResponse ¶
type AlibabaNazcaTokenChangeauthapplyGetAPIResponse struct { model.CommonResponse AlibabaNazcaTokenChangeauthapplyGetResponse }
根据token获取变更认证申请信息 APIResponse alibaba.nazca.token.changeauthapply.get
根据token获取变更认证申请信息
type AlibabaNazcaTokenChangeauthapplyGetRequest ¶
type AlibabaNazcaTokenChangeauthapplyGetRequest struct { model.Params // contains filtered or unexported fields }
根据token获取变更认证申请信息 APIRequest alibaba.nazca.token.changeauthapply.get
根据token获取变更认证申请信息
func NewAlibabaNazcaTokenChangeauthapplyGetRequest ¶
func NewAlibabaNazcaTokenChangeauthapplyGetRequest() *AlibabaNazcaTokenChangeauthapplyGetRequest
func (AlibabaNazcaTokenChangeauthapplyGetRequest) GetApiMethodName ¶
func (r AlibabaNazcaTokenChangeauthapplyGetRequest) GetApiMethodName() string
func (AlibabaNazcaTokenChangeauthapplyGetRequest) GetApiParams ¶
func (r AlibabaNazcaTokenChangeauthapplyGetRequest) GetApiParams() url.Values
func (AlibabaNazcaTokenChangeauthapplyGetRequest) GetToken ¶
func (r AlibabaNazcaTokenChangeauthapplyGetRequest) GetToken() string
func (*AlibabaNazcaTokenChangeauthapplyGetRequest) SetToken ¶
func (r *AlibabaNazcaTokenChangeauthapplyGetRequest) SetToken(token string) error
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 *ActionResult `json:"result,omitempty" xml:"result,omitempty"` }
type AlibabaNazcaTokenFilesecretGetAPIResponse ¶
type AlibabaNazcaTokenFilesecretGetAPIResponse struct { model.CommonResponse AlibabaNazcaTokenFilesecretGetResponse }
获取文件秘钥 APIResponse alibaba.nazca.token.filesecret.get
获取文件秘钥
type AlibabaNazcaTokenFilesecretGetRequest ¶
type AlibabaNazcaTokenFilesecretGetRequest struct { model.Params // contains filtered or unexported fields }
获取文件秘钥 APIRequest alibaba.nazca.token.filesecret.get
获取文件秘钥
func NewAlibabaNazcaTokenFilesecretGetRequest ¶
func NewAlibabaNazcaTokenFilesecretGetRequest() *AlibabaNazcaTokenFilesecretGetRequest
func (AlibabaNazcaTokenFilesecretGetRequest) GetApiMethodName ¶
func (r AlibabaNazcaTokenFilesecretGetRequest) GetApiMethodName() string
func (AlibabaNazcaTokenFilesecretGetRequest) GetApiParams ¶
func (r AlibabaNazcaTokenFilesecretGetRequest) GetApiParams() url.Values
func (AlibabaNazcaTokenFilesecretGetRequest) GetContractNum ¶
func (r AlibabaNazcaTokenFilesecretGetRequest) GetContractNum() string
func (AlibabaNazcaTokenFilesecretGetRequest) GetPlatformUserId ¶
func (r AlibabaNazcaTokenFilesecretGetRequest) GetPlatformUserId() string
func (*AlibabaNazcaTokenFilesecretGetRequest) SetContractNum ¶
func (r *AlibabaNazcaTokenFilesecretGetRequest) SetContractNum(contractNum string) error
func (*AlibabaNazcaTokenFilesecretGetRequest) SetPlatformUserId ¶
func (r *AlibabaNazcaTokenFilesecretGetRequest) SetPlatformUserId(platformUserId string) error
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 string `json:"error,omitempty" xml:"error,omitempty"` 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获取出证申请信息 APIResponse alibaba.nazca.token.issuecertapply.get
根据token获取出证申请信息
type AlibabaNazcaTokenIssuecertapplyGetRequest ¶
type AlibabaNazcaTokenIssuecertapplyGetRequest struct { model.Params // contains filtered or unexported fields }
根据token获取出证申请信息 APIRequest alibaba.nazca.token.issuecertapply.get
根据token获取出证申请信息
func NewAlibabaNazcaTokenIssuecertapplyGetRequest ¶
func NewAlibabaNazcaTokenIssuecertapplyGetRequest() *AlibabaNazcaTokenIssuecertapplyGetRequest
func (AlibabaNazcaTokenIssuecertapplyGetRequest) GetApiMethodName ¶
func (r AlibabaNazcaTokenIssuecertapplyGetRequest) GetApiMethodName() string
func (AlibabaNazcaTokenIssuecertapplyGetRequest) GetApiParams ¶
func (r AlibabaNazcaTokenIssuecertapplyGetRequest) GetApiParams() url.Values
func (AlibabaNazcaTokenIssuecertapplyGetRequest) GetToken ¶
func (r AlibabaNazcaTokenIssuecertapplyGetRequest) GetToken() string
func (*AlibabaNazcaTokenIssuecertapplyGetRequest) SetToken ¶
func (r *AlibabaNazcaTokenIssuecertapplyGetRequest) SetToken(token string) error
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 *ActionResult `json:"result,omitempty" xml:"result,omitempty"` }
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"` PlatformUserId string `json:"platform_user_id,omitempty" xml:"platform_user_id,omitempty"` 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"` 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"` AlipayUserId string `json:"alipay_user_id,omitempty" xml:"alipay_user_id,omitempty"` ApplicantType string `json:"applicant_type,omitempty" xml:"applicant_type,omitempty"` 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 string `json:"pfx,omitempty" xml:"pfx,omitempty"` PfxKey string `json:"pfx_key,omitempty" xml:"pfx_key,omitempty"` Phone string `json:"phone,omitempty" xml:"phone,omitempty"` 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"` 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"` PlatformUserId string `json:"platform_user_id,omitempty" xml:"platform_user_id,omitempty"` 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"` 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"` 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"` PlatformUserId string `json:"platform_user_id,omitempty" xml:"platform_user_id,omitempty"` ReportUrl string `json:"report_url,omitempty" xml:"report_url,omitempty"` 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 int64 `json:"page_num,omitempty" xml:"page_num,omitempty"` PlatformUserId string `json:"platform_user_id,omitempty" xml:"platform_user_id,omitempty"` ReturnUrl string `json:"return_url,omitempty" xml:"return_url,omitempty"` 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