Documentation
¶
Overview ¶
This file is auto-generated, don't edit it. Thanks. *
*
Index ¶
- type AuthUrlHeaders
- type AuthUrlRequest
- type AuthUrlResponse
- type AuthUrlResponseBody
- func (s AuthUrlResponseBody) GoString() string
- func (s *AuthUrlResponseBody) SetCode(v int32) *AuthUrlResponseBody
- func (s *AuthUrlResponseBody) SetData(v *AuthUrlResponseBodyData) *AuthUrlResponseBody
- func (s *AuthUrlResponseBody) SetMessage(v string) *AuthUrlResponseBody
- func (s AuthUrlResponseBody) String() string
- type AuthUrlResponseBodyData
- func (s AuthUrlResponseBodyData) GoString() string
- func (s *AuthUrlResponseBodyData) SetMobileUrl(v string) *AuthUrlResponseBodyData
- func (s *AuthUrlResponseBodyData) SetPcUrl(v string) *AuthUrlResponseBodyData
- func (s *AuthUrlResponseBodyData) SetTaskId(v string) *AuthUrlResponseBodyData
- func (s AuthUrlResponseBodyData) String() string
- type CancelCorpAuthHeaders
- type CancelCorpAuthResponse
- type CancelCorpAuthResponseBody
- func (s CancelCorpAuthResponseBody) GoString() string
- func (s *CancelCorpAuthResponseBody) SetCode(v int32) *CancelCorpAuthResponseBody
- func (s *CancelCorpAuthResponseBody) SetData(v *CancelCorpAuthResponseBodyData) *CancelCorpAuthResponseBody
- func (s *CancelCorpAuthResponseBody) SetMessage(v string) *CancelCorpAuthResponseBody
- func (s CancelCorpAuthResponseBody) String() string
- type CancelCorpAuthResponseBodyData
- type ChannelOrderHeaders
- type ChannelOrderRequest
- func (s ChannelOrderRequest) GoString() string
- func (s *ChannelOrderRequest) SetItemCode(v string) *ChannelOrderRequest
- func (s *ChannelOrderRequest) SetItemName(v string) *ChannelOrderRequest
- func (s *ChannelOrderRequest) SetOrderCreateTime(v int64) *ChannelOrderRequest
- func (s *ChannelOrderRequest) SetOrderId(v string) *ChannelOrderRequest
- func (s *ChannelOrderRequest) SetPayFee(v int64) *ChannelOrderRequest
- func (s *ChannelOrderRequest) SetQuantity(v int64) *ChannelOrderRequest
- func (s ChannelOrderRequest) String() string
- type ChannelOrderResponse
- type ChannelOrderResponseBody
- func (s ChannelOrderResponseBody) GoString() string
- func (s *ChannelOrderResponseBody) SetCode(v int32) *ChannelOrderResponseBody
- func (s *ChannelOrderResponseBody) SetData(v *ChannelOrderResponseBodyData) *ChannelOrderResponseBody
- func (s *ChannelOrderResponseBody) SetMessage(v string) *ChannelOrderResponseBody
- func (s ChannelOrderResponseBody) String() string
- type ChannelOrderResponseBodyData
- type Client
- func (client *Client) AuthUrl(request *AuthUrlRequest) (_result *AuthUrlResponse, _err error)
- func (client *Client) AuthUrlWithOptions(request *AuthUrlRequest, headers *AuthUrlHeaders, runtime *util.RuntimeOptions) (_result *AuthUrlResponse, _err error)
- func (client *Client) CancelCorpAuth() (_result *CancelCorpAuthResponse, _err error)
- func (client *Client) CancelCorpAuthWithOptions(headers *CancelCorpAuthHeaders, runtime *util.RuntimeOptions) (_result *CancelCorpAuthResponse, _err error)
- func (client *Client) ChannelOrder(request *ChannelOrderRequest) (_result *ChannelOrderResponse, _err error)
- func (client *Client) ChannelOrderWithOptions(request *ChannelOrderRequest, headers *ChannelOrderHeaders, ...) (_result *ChannelOrderResponse, _err error)
- func (client *Client) ContractMargin() (_result *ContractMarginResponse, _err error)
- func (client *Client) ContractMarginWithOptions(headers *ContractMarginHeaders, runtime *util.RuntimeOptions) (_result *ContractMarginResponse, _err error)
- func (client *Client) CorpConsole() (_result *CorpConsoleResponse, _err error)
- func (client *Client) CorpConsoleWithOptions(headers *CorpConsoleHeaders, runtime *util.RuntimeOptions) (_result *CorpConsoleResponse, _err error)
- func (client *Client) CorpInfo() (_result *CorpInfoResponse, _err error)
- func (client *Client) CorpInfoWithOptions(headers *CorpInfoHeaders, runtime *util.RuntimeOptions) (_result *CorpInfoResponse, _err error)
- func (client *Client) CreateDeveloper(request *CreateDeveloperRequest) (_result *CreateDeveloperResponse, _err error)
- func (client *Client) CreateDeveloperWithOptions(request *CreateDeveloperRequest, headers *CreateDeveloperHeaders, ...) (_result *CreateDeveloperResponse, _err error)
- func (client *Client) GetCorpRealnameUrl(request *GetCorpRealnameUrlRequest) (_result *GetCorpRealnameUrlResponse, _err error)
- func (client *Client) GetCorpRealnameUrlWithOptions(request *GetCorpRealnameUrlRequest, headers *GetCorpRealnameUrlHeaders, ...) (_result *GetCorpRealnameUrlResponse, _err error)
- func (client *Client) GetCropStatus() (_result *GetCropStatusResponse, _err error)
- func (client *Client) GetCropStatusWithOptions(headers *GetCropStatusHeaders, runtime *util.RuntimeOptions) (_result *GetCropStatusResponse, _err error)
- func (client *Client) GetFile(fileId *string) (_result *GetFileResponse, _err error)
- func (client *Client) GetFileWithOptions(fileId *string, headers *GetFileHeaders, runtime *util.RuntimeOptions) (_result *GetFileResponse, _err error)
- func (client *Client) GetFlowDetail(request *GetFlowDetailRequest) (_result *GetFlowDetailResponse, _err error)
- func (client *Client) GetFlowDetailWithOptions(request *GetFlowDetailRequest, headers *GetFlowDetailHeaders, ...) (_result *GetFlowDetailResponse, _err error)
- func (client *Client) GetFlowSignDetail(request *GetFlowSignDetailRequest) (_result *GetFlowSignDetailResponse, _err error)
- func (client *Client) GetFlowSignDetailWithOptions(request *GetFlowSignDetailRequest, headers *GetFlowSignDetailHeaders, ...) (_result *GetFlowSignDetailResponse, _err error)
- func (client *Client) GetProcessStartUrl(request *GetProcessStartUrlRequest) (_result *GetProcessStartUrlResponse, _err error)
- func (client *Client) GetProcessStartUrlWithOptions(request *GetProcessStartUrlRequest, headers *GetProcessStartUrlHeaders, ...) (_result *GetProcessStartUrlResponse, _err error)
- func (client *Client) GetSignNoticeUrl(request *GetSignNoticeUrlRequest) (_result *GetSignNoticeUrlResponse, _err error)
- func (client *Client) GetSignNoticeUrlWithOptions(request *GetSignNoticeUrlRequest, headers *GetSignNoticeUrlHeaders, ...) (_result *GetSignNoticeUrlResponse, _err error)
- func (client *Client) GetUploadUrl(request *GetUploadUrlRequest) (_result *GetUploadUrlResponse, _err error)
- func (client *Client) GetUploadUrlWithOptions(request *GetUploadUrlRequest, headers *GetUploadUrlHeaders, ...) (_result *GetUploadUrlResponse, _err error)
- func (client *Client) GetUserInfo(userId *string) (_result *GetUserInfoResponse, _err error)
- func (client *Client) GetUserInfoWithOptions(userId *string, headers *GetUserInfoHeaders, runtime *util.RuntimeOptions) (_result *GetUserInfoResponse, _err error)
- func (client *Client) GetUserRealnameUrl(request *GetUserRealnameUrlRequest) (_result *GetUserRealnameUrlResponse, _err error)
- func (client *Client) GetUserRealnameUrlWithOptions(request *GetUserRealnameUrlRequest, headers *GetUserRealnameUrlHeaders, ...) (_result *GetUserRealnameUrlResponse, _err error)
- func (client *Client) Init(config *openapi.Config) (_err error)
- func (client *Client) ListFlowDocs(request *ListFlowDocsRequest) (_result *ListFlowDocsResponse, _err error)
- func (client *Client) ListFlowDocsWithOptions(request *ListFlowDocsRequest, headers *ListFlowDocsHeaders, ...) (_result *ListFlowDocsResponse, _err error)
- func (client *Client) ListSealApproval(request *ListSealApprovalRequest) (_result *ListSealApprovalResponse, _err error)
- func (client *Client) ListSealApprovalWithOptions(request *ListSealApprovalRequest, headers *ListSealApprovalHeaders, ...) (_result *ListSealApprovalResponse, _err error)
- func (client *Client) OrderResale(request *OrderResaleRequest) (_result *OrderResaleResponse, _err error)
- func (client *Client) OrderResaleWithOptions(request *OrderResaleRequest, headers *OrderResaleHeaders, ...) (_result *OrderResaleResponse, _err error)
- type ContractMarginHeaders
- type ContractMarginResponse
- type ContractMarginResponseBody
- func (s ContractMarginResponseBody) GoString() string
- func (s *ContractMarginResponseBody) SetCode(v int32) *ContractMarginResponseBody
- func (s *ContractMarginResponseBody) SetData(v *ContractMarginResponseBodyData) *ContractMarginResponseBody
- func (s *ContractMarginResponseBody) SetMessage(v string) *ContractMarginResponseBody
- func (s ContractMarginResponseBody) String() string
- type ContractMarginResponseBodyData
- type CorpConsoleHeaders
- type CorpConsoleResponse
- type CorpConsoleResponseBody
- func (s CorpConsoleResponseBody) GoString() string
- func (s *CorpConsoleResponseBody) SetCode(v int32) *CorpConsoleResponseBody
- func (s *CorpConsoleResponseBody) SetData(v *CorpConsoleResponseBodyData) *CorpConsoleResponseBody
- func (s *CorpConsoleResponseBody) SetMessage(v string) *CorpConsoleResponseBody
- func (s CorpConsoleResponseBody) String() string
- type CorpConsoleResponseBodyData
- type CorpInfoHeaders
- type CorpInfoResponse
- type CorpInfoResponseBody
- func (s CorpInfoResponseBody) GoString() string
- func (s *CorpInfoResponseBody) SetCode(v int32) *CorpInfoResponseBody
- func (s *CorpInfoResponseBody) SetData(v *CorpInfoResponseBodyData) *CorpInfoResponseBody
- func (s *CorpInfoResponseBody) SetMessage(v string) *CorpInfoResponseBody
- func (s CorpInfoResponseBody) String() string
- type CorpInfoResponseBodyData
- type CreateDeveloperHeaders
- type CreateDeveloperRequest
- type CreateDeveloperResponse
- type CreateDeveloperResponseBody
- func (s CreateDeveloperResponseBody) GoString() string
- func (s *CreateDeveloperResponseBody) SetCode(v int32) *CreateDeveloperResponseBody
- func (s *CreateDeveloperResponseBody) SetData(v bool) *CreateDeveloperResponseBody
- func (s *CreateDeveloperResponseBody) SetMessage(v string) *CreateDeveloperResponseBody
- func (s CreateDeveloperResponseBody) String() string
- type GetCorpRealnameUrlHeaders
- func (s GetCorpRealnameUrlHeaders) GoString() string
- func (s *GetCorpRealnameUrlHeaders) SetCommonHeaders(v map[string]*string) *GetCorpRealnameUrlHeaders
- func (s *GetCorpRealnameUrlHeaders) SetXAcsDingtalkAccessToken(v string) *GetCorpRealnameUrlHeaders
- func (s GetCorpRealnameUrlHeaders) String() string
- type GetCorpRealnameUrlRequest
- type GetCorpRealnameUrlResponse
- func (s GetCorpRealnameUrlResponse) GoString() string
- func (s *GetCorpRealnameUrlResponse) SetBody(v *GetCorpRealnameUrlResponseBody) *GetCorpRealnameUrlResponse
- func (s *GetCorpRealnameUrlResponse) SetHeaders(v map[string]*string) *GetCorpRealnameUrlResponse
- func (s GetCorpRealnameUrlResponse) String() string
- type GetCorpRealnameUrlResponseBody
- func (s GetCorpRealnameUrlResponseBody) GoString() string
- func (s *GetCorpRealnameUrlResponseBody) SetCode(v int32) *GetCorpRealnameUrlResponseBody
- func (s *GetCorpRealnameUrlResponseBody) SetData(v *GetCorpRealnameUrlResponseBodyData) *GetCorpRealnameUrlResponseBody
- func (s *GetCorpRealnameUrlResponseBody) SetMessage(v string) *GetCorpRealnameUrlResponseBody
- func (s GetCorpRealnameUrlResponseBody) String() string
- type GetCorpRealnameUrlResponseBodyData
- func (s GetCorpRealnameUrlResponseBodyData) GoString() string
- func (s *GetCorpRealnameUrlResponseBodyData) SetMobileUrl(v string) *GetCorpRealnameUrlResponseBodyData
- func (s *GetCorpRealnameUrlResponseBodyData) SetPcUrl(v string) *GetCorpRealnameUrlResponseBodyData
- func (s *GetCorpRealnameUrlResponseBodyData) SetTaskId(v string) *GetCorpRealnameUrlResponseBodyData
- func (s GetCorpRealnameUrlResponseBodyData) String() string
- type GetCropStatusHeaders
- type GetCropStatusResponse
- type GetCropStatusResponseBody
- func (s GetCropStatusResponseBody) GoString() string
- func (s *GetCropStatusResponseBody) SetCode(v int32) *GetCropStatusResponseBody
- func (s *GetCropStatusResponseBody) SetData(v *GetCropStatusResponseBodyData) *GetCropStatusResponseBody
- func (s *GetCropStatusResponseBody) SetMessage(v string) *GetCropStatusResponseBody
- func (s GetCropStatusResponseBody) String() string
- type GetCropStatusResponseBodyData
- func (s GetCropStatusResponseBodyData) GoString() string
- func (s *GetCropStatusResponseBodyData) SetAuthStatus(v string) *GetCropStatusResponseBodyData
- func (s *GetCropStatusResponseBodyData) SetInstallStatus(v string) *GetCropStatusResponseBodyData
- func (s GetCropStatusResponseBodyData) String() string
- type GetFileHeaders
- type GetFileResponse
- type GetFileResponseBody
- func (s GetFileResponseBody) GoString() string
- func (s *GetFileResponseBody) SetCode(v int32) *GetFileResponseBody
- func (s *GetFileResponseBody) SetData(v *GetFileResponseBodyData) *GetFileResponseBody
- func (s *GetFileResponseBody) SetMessage(v string) *GetFileResponseBody
- func (s GetFileResponseBody) String() string
- type GetFileResponseBodyData
- func (s GetFileResponseBodyData) GoString() string
- func (s *GetFileResponseBodyData) SetDownloadUrl(v string) *GetFileResponseBodyData
- func (s *GetFileResponseBodyData) SetFileId(v string) *GetFileResponseBodyData
- func (s *GetFileResponseBodyData) SetName(v string) *GetFileResponseBodyData
- func (s *GetFileResponseBodyData) SetPdfTotalPages(v int32) *GetFileResponseBodyData
- func (s *GetFileResponseBodyData) SetSize(v int64) *GetFileResponseBodyData
- func (s *GetFileResponseBodyData) SetStatus(v int32) *GetFileResponseBodyData
- func (s GetFileResponseBodyData) String() string
- type GetFlowDetailHeaders
- type GetFlowDetailRequest
- type GetFlowDetailResponse
- type GetFlowDetailResponseBody
- func (s GetFlowDetailResponseBody) GoString() string
- func (s *GetFlowDetailResponseBody) SetCode(v int32) *GetFlowDetailResponseBody
- func (s *GetFlowDetailResponseBody) SetData(v *GetFlowDetailResponseBodyData) *GetFlowDetailResponseBody
- func (s *GetFlowDetailResponseBody) SetMessage(v string) *GetFlowDetailResponseBody
- func (s GetFlowDetailResponseBody) String() string
- type GetFlowDetailResponseBodyData
- func (s GetFlowDetailResponseBodyData) GoString() string
- func (s *GetFlowDetailResponseBodyData) SetBusinessSense(v string) *GetFlowDetailResponseBodyData
- func (s *GetFlowDetailResponseBodyData) SetFlowStatus(v int32) *GetFlowDetailResponseBodyData
- func (s *GetFlowDetailResponseBodyData) SetInitiatorAuthorizedName(v string) *GetFlowDetailResponseBodyData
- func (s *GetFlowDetailResponseBodyData) SetInitiatorName(v string) *GetFlowDetailResponseBodyData
- func (s *GetFlowDetailResponseBodyData) SetLogs(v []*GetFlowDetailResponseBodyDataLogs) *GetFlowDetailResponseBodyData
- func (s GetFlowDetailResponseBodyData) String() string
- type GetFlowDetailResponseBodyDataLogs
- func (s GetFlowDetailResponseBodyDataLogs) GoString() string
- func (s *GetFlowDetailResponseBodyDataLogs) SetLogType(v string) *GetFlowDetailResponseBodyDataLogs
- func (s *GetFlowDetailResponseBodyDataLogs) SetOperateDescription(v string) *GetFlowDetailResponseBodyDataLogs
- func (s *GetFlowDetailResponseBodyDataLogs) SetOperateTime(v int64) *GetFlowDetailResponseBodyDataLogs
- func (s *GetFlowDetailResponseBodyDataLogs) SetOperatorAccountName(v string) *GetFlowDetailResponseBodyDataLogs
- func (s GetFlowDetailResponseBodyDataLogs) String() string
- type GetFlowSignDetailHeaders
- type GetFlowSignDetailRequest
- type GetFlowSignDetailResponse
- func (s GetFlowSignDetailResponse) GoString() string
- func (s *GetFlowSignDetailResponse) SetBody(v *GetFlowSignDetailResponseBody) *GetFlowSignDetailResponse
- func (s *GetFlowSignDetailResponse) SetHeaders(v map[string]*string) *GetFlowSignDetailResponse
- func (s GetFlowSignDetailResponse) String() string
- type GetFlowSignDetailResponseBody
- func (s GetFlowSignDetailResponseBody) GoString() string
- func (s *GetFlowSignDetailResponseBody) SetCode(v int32) *GetFlowSignDetailResponseBody
- func (s *GetFlowSignDetailResponseBody) SetData(v *GetFlowSignDetailResponseBodyData) *GetFlowSignDetailResponseBody
- func (s *GetFlowSignDetailResponseBody) SetMessage(v string) *GetFlowSignDetailResponseBody
- func (s GetFlowSignDetailResponseBody) String() string
- type GetFlowSignDetailResponseBodyData
- func (s GetFlowSignDetailResponseBodyData) GoString() string
- func (s *GetFlowSignDetailResponseBodyData) SetBusinessSense(v string) *GetFlowSignDetailResponseBodyData
- func (s *GetFlowSignDetailResponseBodyData) SetFlowStatus(v int32) *GetFlowSignDetailResponseBodyData
- func (s *GetFlowSignDetailResponseBodyData) SetSigners(v []*GetFlowSignDetailResponseBodyDataSigners) *GetFlowSignDetailResponseBodyData
- func (s GetFlowSignDetailResponseBodyData) String() string
- type GetFlowSignDetailResponseBodyDataSigners
- func (s GetFlowSignDetailResponseBodyDataSigners) GoString() string
- func (s *GetFlowSignDetailResponseBodyDataSigners) SetSignStatus(v int32) *GetFlowSignDetailResponseBodyDataSigners
- func (s *GetFlowSignDetailResponseBodyDataSigners) SetSignerName(v string) *GetFlowSignDetailResponseBodyDataSigners
- func (s GetFlowSignDetailResponseBodyDataSigners) String() string
- type GetProcessStartUrlHeaders
- func (s GetProcessStartUrlHeaders) GoString() string
- func (s *GetProcessStartUrlHeaders) SetCommonHeaders(v map[string]*string) *GetProcessStartUrlHeaders
- func (s *GetProcessStartUrlHeaders) SetXAcsDingtalkAccessToken(v string) *GetProcessStartUrlHeaders
- func (s GetProcessStartUrlHeaders) String() string
- type GetProcessStartUrlRequest
- func (s GetProcessStartUrlRequest) GoString() string
- func (s *GetProcessStartUrlRequest) SetCcs(v []*GetProcessStartUrlRequestCcs) *GetProcessStartUrlRequest
- func (s *GetProcessStartUrlRequest) SetFiles(v []*GetProcessStartUrlRequestFiles) *GetProcessStartUrlRequest
- func (s *GetProcessStartUrlRequest) SetInitiatorUserId(v string) *GetProcessStartUrlRequest
- func (s *GetProcessStartUrlRequest) SetParticipants(v []*GetProcessStartUrlRequestParticipants) *GetProcessStartUrlRequest
- func (s *GetProcessStartUrlRequest) SetRedirectUrl(v string) *GetProcessStartUrlRequest
- func (s *GetProcessStartUrlRequest) SetSourceInfo(v *GetProcessStartUrlRequestSourceInfo) *GetProcessStartUrlRequest
- func (s *GetProcessStartUrlRequest) SetTaskName(v string) *GetProcessStartUrlRequest
- func (s GetProcessStartUrlRequest) String() string
- type GetProcessStartUrlRequestCcs
- func (s GetProcessStartUrlRequestCcs) GoString() string
- func (s *GetProcessStartUrlRequestCcs) SetAccount(v string) *GetProcessStartUrlRequestCcs
- func (s *GetProcessStartUrlRequestCcs) SetAccountName(v string) *GetProcessStartUrlRequestCcs
- func (s *GetProcessStartUrlRequestCcs) SetAccountType(v string) *GetProcessStartUrlRequestCcs
- func (s *GetProcessStartUrlRequestCcs) SetOrgName(v string) *GetProcessStartUrlRequestCcs
- func (s *GetProcessStartUrlRequestCcs) SetUserId(v string) *GetProcessStartUrlRequestCcs
- func (s GetProcessStartUrlRequestCcs) String() string
- type GetProcessStartUrlRequestFiles
- func (s GetProcessStartUrlRequestFiles) GoString() string
- func (s *GetProcessStartUrlRequestFiles) SetFileId(v string) *GetProcessStartUrlRequestFiles
- func (s *GetProcessStartUrlRequestFiles) SetFileName(v string) *GetProcessStartUrlRequestFiles
- func (s GetProcessStartUrlRequestFiles) String() string
- type GetProcessStartUrlRequestParticipants
- func (s GetProcessStartUrlRequestParticipants) GoString() string
- func (s *GetProcessStartUrlRequestParticipants) SetAccount(v string) *GetProcessStartUrlRequestParticipants
- func (s *GetProcessStartUrlRequestParticipants) SetAccountName(v string) *GetProcessStartUrlRequestParticipants
- func (s *GetProcessStartUrlRequestParticipants) SetAccountType(v string) *GetProcessStartUrlRequestParticipants
- func (s *GetProcessStartUrlRequestParticipants) SetOrgName(v string) *GetProcessStartUrlRequestParticipants
- func (s *GetProcessStartUrlRequestParticipants) SetSignRequirements(v string) *GetProcessStartUrlRequestParticipants
- func (s *GetProcessStartUrlRequestParticipants) SetUserId(v string) *GetProcessStartUrlRequestParticipants
- func (s GetProcessStartUrlRequestParticipants) String() string
- type GetProcessStartUrlRequestSourceInfo
- func (s GetProcessStartUrlRequestSourceInfo) GoString() string
- func (s *GetProcessStartUrlRequestSourceInfo) SetMobileUrl(v string) *GetProcessStartUrlRequestSourceInfo
- func (s *GetProcessStartUrlRequestSourceInfo) SetPcUrl(v string) *GetProcessStartUrlRequestSourceInfo
- func (s *GetProcessStartUrlRequestSourceInfo) SetShowText(v string) *GetProcessStartUrlRequestSourceInfo
- func (s GetProcessStartUrlRequestSourceInfo) String() string
- type GetProcessStartUrlResponse
- func (s GetProcessStartUrlResponse) GoString() string
- func (s *GetProcessStartUrlResponse) SetBody(v *GetProcessStartUrlResponseBody) *GetProcessStartUrlResponse
- func (s *GetProcessStartUrlResponse) SetHeaders(v map[string]*string) *GetProcessStartUrlResponse
- func (s GetProcessStartUrlResponse) String() string
- type GetProcessStartUrlResponseBody
- func (s GetProcessStartUrlResponseBody) GoString() string
- func (s *GetProcessStartUrlResponseBody) SetCode(v int32) *GetProcessStartUrlResponseBody
- func (s *GetProcessStartUrlResponseBody) SetData(v *GetProcessStartUrlResponseBodyData) *GetProcessStartUrlResponseBody
- func (s *GetProcessStartUrlResponseBody) SetMessage(v string) *GetProcessStartUrlResponseBody
- func (s GetProcessStartUrlResponseBody) String() string
- type GetProcessStartUrlResponseBodyData
- func (s GetProcessStartUrlResponseBodyData) GoString() string
- func (s *GetProcessStartUrlResponseBodyData) SetMobileUrl(v string) *GetProcessStartUrlResponseBodyData
- func (s *GetProcessStartUrlResponseBodyData) SetPcUrl(v string) *GetProcessStartUrlResponseBodyData
- func (s *GetProcessStartUrlResponseBodyData) SetTaskId(v string) *GetProcessStartUrlResponseBodyData
- func (s GetProcessStartUrlResponseBodyData) String() string
- type GetSignNoticeUrlHeaders
- type GetSignNoticeUrlRequest
- type GetSignNoticeUrlResponse
- type GetSignNoticeUrlResponseBody
- func (s GetSignNoticeUrlResponseBody) GoString() string
- func (s *GetSignNoticeUrlResponseBody) SetCode(v int32) *GetSignNoticeUrlResponseBody
- func (s *GetSignNoticeUrlResponseBody) SetData(v *GetSignNoticeUrlResponseBodyData) *GetSignNoticeUrlResponseBody
- func (s *GetSignNoticeUrlResponseBody) SetMessage(v string) *GetSignNoticeUrlResponseBody
- func (s GetSignNoticeUrlResponseBody) String() string
- type GetSignNoticeUrlResponseBodyData
- func (s GetSignNoticeUrlResponseBodyData) GoString() string
- func (s *GetSignNoticeUrlResponseBodyData) SetMobileUrl(v string) *GetSignNoticeUrlResponseBodyData
- func (s *GetSignNoticeUrlResponseBodyData) SetPcUrl(v string) *GetSignNoticeUrlResponseBodyData
- func (s GetSignNoticeUrlResponseBodyData) String() string
- type GetUploadUrlHeaders
- type GetUploadUrlRequest
- func (s GetUploadUrlRequest) GoString() string
- func (s *GetUploadUrlRequest) SetContentMd5(v string) *GetUploadUrlRequest
- func (s *GetUploadUrlRequest) SetContentType(v string) *GetUploadUrlRequest
- func (s *GetUploadUrlRequest) SetConvert2Pdf(v bool) *GetUploadUrlRequest
- func (s *GetUploadUrlRequest) SetFileName(v string) *GetUploadUrlRequest
- func (s *GetUploadUrlRequest) SetFileSize(v int64) *GetUploadUrlRequest
- func (s GetUploadUrlRequest) String() string
- type GetUploadUrlResponse
- type GetUploadUrlResponseBody
- func (s GetUploadUrlResponseBody) GoString() string
- func (s *GetUploadUrlResponseBody) SetCode(v int32) *GetUploadUrlResponseBody
- func (s *GetUploadUrlResponseBody) SetData(v *GetUploadUrlResponseBodyData) *GetUploadUrlResponseBody
- func (s *GetUploadUrlResponseBody) SetMessage(v string) *GetUploadUrlResponseBody
- func (s GetUploadUrlResponseBody) String() string
- type GetUploadUrlResponseBodyData
- type GetUserInfoHeaders
- type GetUserInfoResponse
- type GetUserInfoResponseBody
- func (s GetUserInfoResponseBody) GoString() string
- func (s *GetUserInfoResponseBody) SetCode(v int32) *GetUserInfoResponseBody
- func (s *GetUserInfoResponseBody) SetData(v *GetUserInfoResponseBodyData) *GetUserInfoResponseBody
- func (s *GetUserInfoResponseBody) SetMessage(v string) *GetUserInfoResponseBody
- func (s GetUserInfoResponseBody) String() string
- type GetUserInfoResponseBodyData
- type GetUserRealnameUrlHeaders
- func (s GetUserRealnameUrlHeaders) GoString() string
- func (s *GetUserRealnameUrlHeaders) SetCommonHeaders(v map[string]*string) *GetUserRealnameUrlHeaders
- func (s *GetUserRealnameUrlHeaders) SetXAcsDingtalkAccessToken(v string) *GetUserRealnameUrlHeaders
- func (s GetUserRealnameUrlHeaders) String() string
- type GetUserRealnameUrlRequest
- type GetUserRealnameUrlResponse
- func (s GetUserRealnameUrlResponse) GoString() string
- func (s *GetUserRealnameUrlResponse) SetBody(v *GetUserRealnameUrlResponseBody) *GetUserRealnameUrlResponse
- func (s *GetUserRealnameUrlResponse) SetHeaders(v map[string]*string) *GetUserRealnameUrlResponse
- func (s GetUserRealnameUrlResponse) String() string
- type GetUserRealnameUrlResponseBody
- func (s GetUserRealnameUrlResponseBody) GoString() string
- func (s *GetUserRealnameUrlResponseBody) SetCode(v int32) *GetUserRealnameUrlResponseBody
- func (s *GetUserRealnameUrlResponseBody) SetData(v *GetUserRealnameUrlResponseBodyData) *GetUserRealnameUrlResponseBody
- func (s *GetUserRealnameUrlResponseBody) SetMessage(v string) *GetUserRealnameUrlResponseBody
- func (s GetUserRealnameUrlResponseBody) String() string
- type GetUserRealnameUrlResponseBodyData
- func (s GetUserRealnameUrlResponseBodyData) GoString() string
- func (s *GetUserRealnameUrlResponseBodyData) SetMobileUrl(v string) *GetUserRealnameUrlResponseBodyData
- func (s *GetUserRealnameUrlResponseBodyData) SetPcUrl(v string) *GetUserRealnameUrlResponseBodyData
- func (s *GetUserRealnameUrlResponseBodyData) SetTaskId(v string) *GetUserRealnameUrlResponseBodyData
- func (s GetUserRealnameUrlResponseBodyData) String() string
- type ListFlowDocsHeaders
- type ListFlowDocsRequest
- type ListFlowDocsResponse
- type ListFlowDocsResponseBody
- func (s ListFlowDocsResponseBody) GoString() string
- func (s *ListFlowDocsResponseBody) SetCode(v int32) *ListFlowDocsResponseBody
- func (s *ListFlowDocsResponseBody) SetData(v []*ListFlowDocsResponseBodyData) *ListFlowDocsResponseBody
- func (s *ListFlowDocsResponseBody) SetMessage(v string) *ListFlowDocsResponseBody
- func (s ListFlowDocsResponseBody) String() string
- type ListFlowDocsResponseBodyData
- func (s ListFlowDocsResponseBodyData) GoString() string
- func (s *ListFlowDocsResponseBodyData) SetFileId(v string) *ListFlowDocsResponseBodyData
- func (s *ListFlowDocsResponseBodyData) SetFileName(v string) *ListFlowDocsResponseBodyData
- func (s *ListFlowDocsResponseBodyData) SetFileUrl(v string) *ListFlowDocsResponseBodyData
- func (s ListFlowDocsResponseBodyData) String() string
- type ListSealApprovalHeaders
- type ListSealApprovalRequest
- type ListSealApprovalResponse
- type ListSealApprovalResponseBody
- func (s ListSealApprovalResponseBody) GoString() string
- func (s *ListSealApprovalResponseBody) SetCode(v int32) *ListSealApprovalResponseBody
- func (s *ListSealApprovalResponseBody) SetData(v []*ListSealApprovalResponseBodyData) *ListSealApprovalResponseBody
- func (s *ListSealApprovalResponseBody) SetMessage(v string) *ListSealApprovalResponseBody
- func (s ListSealApprovalResponseBody) String() string
- type ListSealApprovalResponseBodyData
- func (s ListSealApprovalResponseBodyData) GoString() string
- func (s *ListSealApprovalResponseBodyData) SetApprovalName(v string) *ListSealApprovalResponseBodyData
- func (s *ListSealApprovalResponseBodyData) SetApprovalNodes(v []*ListSealApprovalResponseBodyDataApprovalNodes) *ListSealApprovalResponseBodyData
- func (s *ListSealApprovalResponseBodyData) SetEndTime(v int64) *ListSealApprovalResponseBodyData
- func (s *ListSealApprovalResponseBodyData) SetRefuseReason(v string) *ListSealApprovalResponseBodyData
- func (s *ListSealApprovalResponseBodyData) SetSealIdImg(v string) *ListSealApprovalResponseBodyData
- func (s *ListSealApprovalResponseBodyData) SetSponsorAccountName(v string) *ListSealApprovalResponseBodyData
- func (s *ListSealApprovalResponseBodyData) SetStartTime(v int64) *ListSealApprovalResponseBodyData
- func (s *ListSealApprovalResponseBodyData) SetStatus(v string) *ListSealApprovalResponseBodyData
- func (s ListSealApprovalResponseBodyData) String() string
- type ListSealApprovalResponseBodyDataApprovalNodes
- func (s ListSealApprovalResponseBodyDataApprovalNodes) GoString() string
- func (s *ListSealApprovalResponseBodyDataApprovalNodes) SetApprovalTime(v int64) *ListSealApprovalResponseBodyDataApprovalNodes
- func (s *ListSealApprovalResponseBodyDataApprovalNodes) SetApproverName(v string) *ListSealApprovalResponseBodyDataApprovalNodes
- func (s *ListSealApprovalResponseBodyDataApprovalNodes) SetStartTime(v int64) *ListSealApprovalResponseBodyDataApprovalNodes
- func (s *ListSealApprovalResponseBodyDataApprovalNodes) SetStatus(v string) *ListSealApprovalResponseBodyDataApprovalNodes
- func (s ListSealApprovalResponseBodyDataApprovalNodes) String() string
- type OrderResaleHeaders
- type OrderResaleRequest
- func (s OrderResaleRequest) GoString() string
- func (s *OrderResaleRequest) SetOrderCreateTime(v int64) *OrderResaleRequest
- func (s *OrderResaleRequest) SetOrderId(v string) *OrderResaleRequest
- func (s *OrderResaleRequest) SetQuantity(v int64) *OrderResaleRequest
- func (s *OrderResaleRequest) SetServiceStartTime(v int64) *OrderResaleRequest
- func (s *OrderResaleRequest) SetServiceStopTime(v int64) *OrderResaleRequest
- func (s OrderResaleRequest) String() string
- type OrderResaleResponse
- type OrderResaleResponseBody
- func (s OrderResaleResponseBody) GoString() string
- func (s *OrderResaleResponseBody) SetCode(v int32) *OrderResaleResponseBody
- func (s *OrderResaleResponseBody) SetData(v *OrderResaleResponseBodyData) *OrderResaleResponseBody
- func (s *OrderResaleResponseBody) SetMessage(v string) *OrderResaleResponseBody
- func (s OrderResaleResponseBody) String() string
- type OrderResaleResponseBodyData
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthUrlHeaders ¶
type AuthUrlHeaders struct { CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"` XAcsDingtalkAccessToken *string `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"` }
func (AuthUrlHeaders) GoString ¶
func (s AuthUrlHeaders) GoString() string
func (*AuthUrlHeaders) SetCommonHeaders ¶
func (s *AuthUrlHeaders) SetCommonHeaders(v map[string]*string) *AuthUrlHeaders
func (*AuthUrlHeaders) SetXAcsDingtalkAccessToken ¶
func (s *AuthUrlHeaders) SetXAcsDingtalkAccessToken(v string) *AuthUrlHeaders
func (AuthUrlHeaders) String ¶
func (s AuthUrlHeaders) String() string
type AuthUrlRequest ¶
type AuthUrlRequest struct {
RedirectUrl *string `json:"redirectUrl,omitempty" xml:"redirectUrl,omitempty"`
}
func (AuthUrlRequest) GoString ¶
func (s AuthUrlRequest) GoString() string
func (*AuthUrlRequest) SetRedirectUrl ¶
func (s *AuthUrlRequest) SetRedirectUrl(v string) *AuthUrlRequest
func (AuthUrlRequest) String ¶
func (s AuthUrlRequest) String() string
type AuthUrlResponse ¶
type AuthUrlResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` Body *AuthUrlResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (AuthUrlResponse) GoString ¶
func (s AuthUrlResponse) GoString() string
func (*AuthUrlResponse) SetBody ¶
func (s *AuthUrlResponse) SetBody(v *AuthUrlResponseBody) *AuthUrlResponse
func (*AuthUrlResponse) SetHeaders ¶
func (s *AuthUrlResponse) SetHeaders(v map[string]*string) *AuthUrlResponse
func (AuthUrlResponse) String ¶
func (s AuthUrlResponse) String() string
type AuthUrlResponseBody ¶
type AuthUrlResponseBody struct { Code *int32 `json:"code,omitempty" xml:"code,omitempty"` Data *AuthUrlResponseBodyData `json:"data,omitempty" xml:"data,omitempty" type:"Struct"` Message *string `json:"message,omitempty" xml:"message,omitempty"` }
func (AuthUrlResponseBody) GoString ¶
func (s AuthUrlResponseBody) GoString() string
func (*AuthUrlResponseBody) SetCode ¶
func (s *AuthUrlResponseBody) SetCode(v int32) *AuthUrlResponseBody
func (*AuthUrlResponseBody) SetData ¶
func (s *AuthUrlResponseBody) SetData(v *AuthUrlResponseBodyData) *AuthUrlResponseBody
func (*AuthUrlResponseBody) SetMessage ¶
func (s *AuthUrlResponseBody) SetMessage(v string) *AuthUrlResponseBody
func (AuthUrlResponseBody) String ¶
func (s AuthUrlResponseBody) String() string
type AuthUrlResponseBodyData ¶
type AuthUrlResponseBodyData struct { MobileUrl *string `json:"mobileUrl,omitempty" xml:"mobileUrl,omitempty"` PcUrl *string `json:"pcUrl,omitempty" xml:"pcUrl,omitempty"` TaskId *string `json:"taskId,omitempty" xml:"taskId,omitempty"` }
func (AuthUrlResponseBodyData) GoString ¶
func (s AuthUrlResponseBodyData) GoString() string
func (*AuthUrlResponseBodyData) SetMobileUrl ¶
func (s *AuthUrlResponseBodyData) SetMobileUrl(v string) *AuthUrlResponseBodyData
func (*AuthUrlResponseBodyData) SetPcUrl ¶
func (s *AuthUrlResponseBodyData) SetPcUrl(v string) *AuthUrlResponseBodyData
func (*AuthUrlResponseBodyData) SetTaskId ¶
func (s *AuthUrlResponseBodyData) SetTaskId(v string) *AuthUrlResponseBodyData
func (AuthUrlResponseBodyData) String ¶
func (s AuthUrlResponseBodyData) String() string
type CancelCorpAuthHeaders ¶
type CancelCorpAuthHeaders struct { CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"` XAcsDingtalkAccessToken *string `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"` }
func (CancelCorpAuthHeaders) GoString ¶
func (s CancelCorpAuthHeaders) GoString() string
func (*CancelCorpAuthHeaders) SetCommonHeaders ¶
func (s *CancelCorpAuthHeaders) SetCommonHeaders(v map[string]*string) *CancelCorpAuthHeaders
func (*CancelCorpAuthHeaders) SetXAcsDingtalkAccessToken ¶
func (s *CancelCorpAuthHeaders) SetXAcsDingtalkAccessToken(v string) *CancelCorpAuthHeaders
func (CancelCorpAuthHeaders) String ¶
func (s CancelCorpAuthHeaders) String() string
type CancelCorpAuthResponse ¶
type CancelCorpAuthResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` Body *CancelCorpAuthResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (CancelCorpAuthResponse) GoString ¶
func (s CancelCorpAuthResponse) GoString() string
func (*CancelCorpAuthResponse) SetBody ¶
func (s *CancelCorpAuthResponse) SetBody(v *CancelCorpAuthResponseBody) *CancelCorpAuthResponse
func (*CancelCorpAuthResponse) SetHeaders ¶
func (s *CancelCorpAuthResponse) SetHeaders(v map[string]*string) *CancelCorpAuthResponse
func (CancelCorpAuthResponse) String ¶
func (s CancelCorpAuthResponse) String() string
type CancelCorpAuthResponseBody ¶
type CancelCorpAuthResponseBody struct { Code *int32 `json:"code,omitempty" xml:"code,omitempty"` Data *CancelCorpAuthResponseBodyData `json:"data,omitempty" xml:"data,omitempty" type:"Struct"` Message *string `json:"message,omitempty" xml:"message,omitempty"` }
func (CancelCorpAuthResponseBody) GoString ¶
func (s CancelCorpAuthResponseBody) GoString() string
func (*CancelCorpAuthResponseBody) SetCode ¶
func (s *CancelCorpAuthResponseBody) SetCode(v int32) *CancelCorpAuthResponseBody
func (*CancelCorpAuthResponseBody) SetData ¶
func (s *CancelCorpAuthResponseBody) SetData(v *CancelCorpAuthResponseBodyData) *CancelCorpAuthResponseBody
func (*CancelCorpAuthResponseBody) SetMessage ¶
func (s *CancelCorpAuthResponseBody) SetMessage(v string) *CancelCorpAuthResponseBody
func (CancelCorpAuthResponseBody) String ¶
func (s CancelCorpAuthResponseBody) String() string
type CancelCorpAuthResponseBodyData ¶
type CancelCorpAuthResponseBodyData struct {
Result *bool `json:"result,omitempty" xml:"result,omitempty"`
}
func (CancelCorpAuthResponseBodyData) GoString ¶
func (s CancelCorpAuthResponseBodyData) GoString() string
func (*CancelCorpAuthResponseBodyData) SetResult ¶
func (s *CancelCorpAuthResponseBodyData) SetResult(v bool) *CancelCorpAuthResponseBodyData
func (CancelCorpAuthResponseBodyData) String ¶
func (s CancelCorpAuthResponseBodyData) String() string
type ChannelOrderHeaders ¶
type ChannelOrderHeaders struct { CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"` XAcsDingtalkAccessToken *string `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"` }
func (ChannelOrderHeaders) GoString ¶
func (s ChannelOrderHeaders) GoString() string
func (*ChannelOrderHeaders) SetCommonHeaders ¶
func (s *ChannelOrderHeaders) SetCommonHeaders(v map[string]*string) *ChannelOrderHeaders
func (*ChannelOrderHeaders) SetXAcsDingtalkAccessToken ¶
func (s *ChannelOrderHeaders) SetXAcsDingtalkAccessToken(v string) *ChannelOrderHeaders
func (ChannelOrderHeaders) String ¶
func (s ChannelOrderHeaders) String() string
type ChannelOrderRequest ¶
type ChannelOrderRequest struct { ItemCode *string `json:"itemCode,omitempty" xml:"itemCode,omitempty"` ItemName *string `json:"itemName,omitempty" xml:"itemName,omitempty"` OrderCreateTime *int64 `json:"orderCreateTime,omitempty" xml:"orderCreateTime,omitempty"` OrderId *string `json:"orderId,omitempty" xml:"orderId,omitempty"` PayFee *int64 `json:"payFee,omitempty" xml:"payFee,omitempty"` Quantity *int64 `json:"quantity,omitempty" xml:"quantity,omitempty"` }
func (ChannelOrderRequest) GoString ¶
func (s ChannelOrderRequest) GoString() string
func (*ChannelOrderRequest) SetItemCode ¶
func (s *ChannelOrderRequest) SetItemCode(v string) *ChannelOrderRequest
func (*ChannelOrderRequest) SetItemName ¶
func (s *ChannelOrderRequest) SetItemName(v string) *ChannelOrderRequest
func (*ChannelOrderRequest) SetOrderCreateTime ¶
func (s *ChannelOrderRequest) SetOrderCreateTime(v int64) *ChannelOrderRequest
func (*ChannelOrderRequest) SetOrderId ¶
func (s *ChannelOrderRequest) SetOrderId(v string) *ChannelOrderRequest
func (*ChannelOrderRequest) SetPayFee ¶
func (s *ChannelOrderRequest) SetPayFee(v int64) *ChannelOrderRequest
func (*ChannelOrderRequest) SetQuantity ¶
func (s *ChannelOrderRequest) SetQuantity(v int64) *ChannelOrderRequest
func (ChannelOrderRequest) String ¶
func (s ChannelOrderRequest) String() string
type ChannelOrderResponse ¶
type ChannelOrderResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` Body *ChannelOrderResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ChannelOrderResponse) GoString ¶
func (s ChannelOrderResponse) GoString() string
func (*ChannelOrderResponse) SetBody ¶
func (s *ChannelOrderResponse) SetBody(v *ChannelOrderResponseBody) *ChannelOrderResponse
func (*ChannelOrderResponse) SetHeaders ¶
func (s *ChannelOrderResponse) SetHeaders(v map[string]*string) *ChannelOrderResponse
func (ChannelOrderResponse) String ¶
func (s ChannelOrderResponse) String() string
type ChannelOrderResponseBody ¶
type ChannelOrderResponseBody struct { Code *int32 `json:"code,omitempty" xml:"code,omitempty"` Data *ChannelOrderResponseBodyData `json:"data,omitempty" xml:"data,omitempty" type:"Struct"` Message *string `json:"message,omitempty" xml:"message,omitempty"` }
func (ChannelOrderResponseBody) GoString ¶
func (s ChannelOrderResponseBody) GoString() string
func (*ChannelOrderResponseBody) SetCode ¶
func (s *ChannelOrderResponseBody) SetCode(v int32) *ChannelOrderResponseBody
func (*ChannelOrderResponseBody) SetData ¶
func (s *ChannelOrderResponseBody) SetData(v *ChannelOrderResponseBodyData) *ChannelOrderResponseBody
func (*ChannelOrderResponseBody) SetMessage ¶
func (s *ChannelOrderResponseBody) SetMessage(v string) *ChannelOrderResponseBody
func (ChannelOrderResponseBody) String ¶
func (s ChannelOrderResponseBody) String() string
type ChannelOrderResponseBodyData ¶
type ChannelOrderResponseBodyData struct {
EsignOrderId *string `json:"esignOrderId,omitempty" xml:"esignOrderId,omitempty"`
}
func (ChannelOrderResponseBodyData) GoString ¶
func (s ChannelOrderResponseBodyData) GoString() string
func (*ChannelOrderResponseBodyData) SetEsignOrderId ¶
func (s *ChannelOrderResponseBodyData) SetEsignOrderId(v string) *ChannelOrderResponseBodyData
func (ChannelOrderResponseBodyData) String ¶
func (s ChannelOrderResponseBodyData) String() string
type Client ¶
func (*Client) AuthUrl ¶
func (client *Client) AuthUrl(request *AuthUrlRequest) (_result *AuthUrlResponse, _err error)
func (*Client) AuthUrlWithOptions ¶
func (client *Client) AuthUrlWithOptions(request *AuthUrlRequest, headers *AuthUrlHeaders, runtime *util.RuntimeOptions) (_result *AuthUrlResponse, _err error)
func (*Client) CancelCorpAuth ¶
func (client *Client) CancelCorpAuth() (_result *CancelCorpAuthResponse, _err error)
func (*Client) CancelCorpAuthWithOptions ¶
func (client *Client) CancelCorpAuthWithOptions(headers *CancelCorpAuthHeaders, runtime *util.RuntimeOptions) (_result *CancelCorpAuthResponse, _err error)
func (*Client) ChannelOrder ¶
func (client *Client) ChannelOrder(request *ChannelOrderRequest) (_result *ChannelOrderResponse, _err error)
func (*Client) ChannelOrderWithOptions ¶
func (client *Client) ChannelOrderWithOptions(request *ChannelOrderRequest, headers *ChannelOrderHeaders, runtime *util.RuntimeOptions) (_result *ChannelOrderResponse, _err error)
func (*Client) ContractMargin ¶
func (client *Client) ContractMargin() (_result *ContractMarginResponse, _err error)
func (*Client) ContractMarginWithOptions ¶
func (client *Client) ContractMarginWithOptions(headers *ContractMarginHeaders, runtime *util.RuntimeOptions) (_result *ContractMarginResponse, _err error)
func (*Client) CorpConsole ¶
func (client *Client) CorpConsole() (_result *CorpConsoleResponse, _err error)
func (*Client) CorpConsoleWithOptions ¶
func (client *Client) CorpConsoleWithOptions(headers *CorpConsoleHeaders, runtime *util.RuntimeOptions) (_result *CorpConsoleResponse, _err error)
func (*Client) CorpInfo ¶
func (client *Client) CorpInfo() (_result *CorpInfoResponse, _err error)
func (*Client) CorpInfoWithOptions ¶
func (client *Client) CorpInfoWithOptions(headers *CorpInfoHeaders, runtime *util.RuntimeOptions) (_result *CorpInfoResponse, _err error)
func (*Client) CreateDeveloper ¶
func (client *Client) CreateDeveloper(request *CreateDeveloperRequest) (_result *CreateDeveloperResponse, _err error)
func (*Client) CreateDeveloperWithOptions ¶
func (client *Client) CreateDeveloperWithOptions(request *CreateDeveloperRequest, headers *CreateDeveloperHeaders, runtime *util.RuntimeOptions) (_result *CreateDeveloperResponse, _err error)
func (*Client) GetCorpRealnameUrl ¶
func (client *Client) GetCorpRealnameUrl(request *GetCorpRealnameUrlRequest) (_result *GetCorpRealnameUrlResponse, _err error)
func (*Client) GetCorpRealnameUrlWithOptions ¶
func (client *Client) GetCorpRealnameUrlWithOptions(request *GetCorpRealnameUrlRequest, headers *GetCorpRealnameUrlHeaders, runtime *util.RuntimeOptions) (_result *GetCorpRealnameUrlResponse, _err error)
func (*Client) GetCropStatus ¶
func (client *Client) GetCropStatus() (_result *GetCropStatusResponse, _err error)
func (*Client) GetCropStatusWithOptions ¶
func (client *Client) GetCropStatusWithOptions(headers *GetCropStatusHeaders, runtime *util.RuntimeOptions) (_result *GetCropStatusResponse, _err error)
func (*Client) GetFile ¶
func (client *Client) GetFile(fileId *string) (_result *GetFileResponse, _err error)
func (*Client) GetFileWithOptions ¶
func (client *Client) GetFileWithOptions(fileId *string, headers *GetFileHeaders, runtime *util.RuntimeOptions) (_result *GetFileResponse, _err error)
func (*Client) GetFlowDetail ¶
func (client *Client) GetFlowDetail(request *GetFlowDetailRequest) (_result *GetFlowDetailResponse, _err error)
func (*Client) GetFlowDetailWithOptions ¶
func (client *Client) GetFlowDetailWithOptions(request *GetFlowDetailRequest, headers *GetFlowDetailHeaders, runtime *util.RuntimeOptions) (_result *GetFlowDetailResponse, _err error)
func (*Client) GetFlowSignDetail ¶
func (client *Client) GetFlowSignDetail(request *GetFlowSignDetailRequest) (_result *GetFlowSignDetailResponse, _err error)
func (*Client) GetFlowSignDetailWithOptions ¶
func (client *Client) GetFlowSignDetailWithOptions(request *GetFlowSignDetailRequest, headers *GetFlowSignDetailHeaders, runtime *util.RuntimeOptions) (_result *GetFlowSignDetailResponse, _err error)
func (*Client) GetProcessStartUrl ¶
func (client *Client) GetProcessStartUrl(request *GetProcessStartUrlRequest) (_result *GetProcessStartUrlResponse, _err error)
func (*Client) GetProcessStartUrlWithOptions ¶
func (client *Client) GetProcessStartUrlWithOptions(request *GetProcessStartUrlRequest, headers *GetProcessStartUrlHeaders, runtime *util.RuntimeOptions) (_result *GetProcessStartUrlResponse, _err error)
func (*Client) GetSignNoticeUrl ¶
func (client *Client) GetSignNoticeUrl(request *GetSignNoticeUrlRequest) (_result *GetSignNoticeUrlResponse, _err error)
func (*Client) GetSignNoticeUrlWithOptions ¶
func (client *Client) GetSignNoticeUrlWithOptions(request *GetSignNoticeUrlRequest, headers *GetSignNoticeUrlHeaders, runtime *util.RuntimeOptions) (_result *GetSignNoticeUrlResponse, _err error)
func (*Client) GetUploadUrl ¶
func (client *Client) GetUploadUrl(request *GetUploadUrlRequest) (_result *GetUploadUrlResponse, _err error)
func (*Client) GetUploadUrlWithOptions ¶
func (client *Client) GetUploadUrlWithOptions(request *GetUploadUrlRequest, headers *GetUploadUrlHeaders, runtime *util.RuntimeOptions) (_result *GetUploadUrlResponse, _err error)
func (*Client) GetUserInfo ¶
func (client *Client) GetUserInfo(userId *string) (_result *GetUserInfoResponse, _err error)
func (*Client) GetUserInfoWithOptions ¶
func (client *Client) GetUserInfoWithOptions(userId *string, headers *GetUserInfoHeaders, runtime *util.RuntimeOptions) (_result *GetUserInfoResponse, _err error)
func (*Client) GetUserRealnameUrl ¶
func (client *Client) GetUserRealnameUrl(request *GetUserRealnameUrlRequest) (_result *GetUserRealnameUrlResponse, _err error)
func (*Client) GetUserRealnameUrlWithOptions ¶
func (client *Client) GetUserRealnameUrlWithOptions(request *GetUserRealnameUrlRequest, headers *GetUserRealnameUrlHeaders, runtime *util.RuntimeOptions) (_result *GetUserRealnameUrlResponse, _err error)
func (*Client) ListFlowDocs ¶
func (client *Client) ListFlowDocs(request *ListFlowDocsRequest) (_result *ListFlowDocsResponse, _err error)
func (*Client) ListFlowDocsWithOptions ¶
func (client *Client) ListFlowDocsWithOptions(request *ListFlowDocsRequest, headers *ListFlowDocsHeaders, runtime *util.RuntimeOptions) (_result *ListFlowDocsResponse, _err error)
func (*Client) ListSealApproval ¶
func (client *Client) ListSealApproval(request *ListSealApprovalRequest) (_result *ListSealApprovalResponse, _err error)
func (*Client) ListSealApprovalWithOptions ¶
func (client *Client) ListSealApprovalWithOptions(request *ListSealApprovalRequest, headers *ListSealApprovalHeaders, runtime *util.RuntimeOptions) (_result *ListSealApprovalResponse, _err error)
func (*Client) OrderResale ¶
func (client *Client) OrderResale(request *OrderResaleRequest) (_result *OrderResaleResponse, _err error)
func (*Client) OrderResaleWithOptions ¶
func (client *Client) OrderResaleWithOptions(request *OrderResaleRequest, headers *OrderResaleHeaders, runtime *util.RuntimeOptions) (_result *OrderResaleResponse, _err error)
type ContractMarginHeaders ¶
type ContractMarginHeaders struct { CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"` XAcsDingtalkAccessToken *string `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"` }
func (ContractMarginHeaders) GoString ¶
func (s ContractMarginHeaders) GoString() string
func (*ContractMarginHeaders) SetCommonHeaders ¶
func (s *ContractMarginHeaders) SetCommonHeaders(v map[string]*string) *ContractMarginHeaders
func (*ContractMarginHeaders) SetXAcsDingtalkAccessToken ¶
func (s *ContractMarginHeaders) SetXAcsDingtalkAccessToken(v string) *ContractMarginHeaders
func (ContractMarginHeaders) String ¶
func (s ContractMarginHeaders) String() string
type ContractMarginResponse ¶
type ContractMarginResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` Body *ContractMarginResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ContractMarginResponse) GoString ¶
func (s ContractMarginResponse) GoString() string
func (*ContractMarginResponse) SetBody ¶
func (s *ContractMarginResponse) SetBody(v *ContractMarginResponseBody) *ContractMarginResponse
func (*ContractMarginResponse) SetHeaders ¶
func (s *ContractMarginResponse) SetHeaders(v map[string]*string) *ContractMarginResponse
func (ContractMarginResponse) String ¶
func (s ContractMarginResponse) String() string
type ContractMarginResponseBody ¶
type ContractMarginResponseBody struct { Code *int32 `json:"code,omitempty" xml:"code,omitempty"` Data *ContractMarginResponseBodyData `json:"data,omitempty" xml:"data,omitempty" type:"Struct"` Message *string `json:"message,omitempty" xml:"message,omitempty"` }
func (ContractMarginResponseBody) GoString ¶
func (s ContractMarginResponseBody) GoString() string
func (*ContractMarginResponseBody) SetCode ¶
func (s *ContractMarginResponseBody) SetCode(v int32) *ContractMarginResponseBody
func (*ContractMarginResponseBody) SetData ¶
func (s *ContractMarginResponseBody) SetData(v *ContractMarginResponseBodyData) *ContractMarginResponseBody
func (*ContractMarginResponseBody) SetMessage ¶
func (s *ContractMarginResponseBody) SetMessage(v string) *ContractMarginResponseBody
func (ContractMarginResponseBody) String ¶
func (s ContractMarginResponseBody) String() string
type ContractMarginResponseBodyData ¶
type ContractMarginResponseBodyData struct {
Margin *int64 `json:"margin,omitempty" xml:"margin,omitempty"`
}
func (ContractMarginResponseBodyData) GoString ¶
func (s ContractMarginResponseBodyData) GoString() string
func (*ContractMarginResponseBodyData) SetMargin ¶
func (s *ContractMarginResponseBodyData) SetMargin(v int64) *ContractMarginResponseBodyData
func (ContractMarginResponseBodyData) String ¶
func (s ContractMarginResponseBodyData) String() string
type CorpConsoleHeaders ¶
type CorpConsoleHeaders struct { CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"` XAcsDingtalkAccessToken *string `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"` }
func (CorpConsoleHeaders) GoString ¶
func (s CorpConsoleHeaders) GoString() string
func (*CorpConsoleHeaders) SetCommonHeaders ¶
func (s *CorpConsoleHeaders) SetCommonHeaders(v map[string]*string) *CorpConsoleHeaders
func (*CorpConsoleHeaders) SetXAcsDingtalkAccessToken ¶
func (s *CorpConsoleHeaders) SetXAcsDingtalkAccessToken(v string) *CorpConsoleHeaders
func (CorpConsoleHeaders) String ¶
func (s CorpConsoleHeaders) String() string
type CorpConsoleResponse ¶
type CorpConsoleResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` Body *CorpConsoleResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (CorpConsoleResponse) GoString ¶
func (s CorpConsoleResponse) GoString() string
func (*CorpConsoleResponse) SetBody ¶
func (s *CorpConsoleResponse) SetBody(v *CorpConsoleResponseBody) *CorpConsoleResponse
func (*CorpConsoleResponse) SetHeaders ¶
func (s *CorpConsoleResponse) SetHeaders(v map[string]*string) *CorpConsoleResponse
func (CorpConsoleResponse) String ¶
func (s CorpConsoleResponse) String() string
type CorpConsoleResponseBody ¶
type CorpConsoleResponseBody struct { Code *int32 `json:"code,omitempty" xml:"code,omitempty"` Data *CorpConsoleResponseBodyData `json:"data,omitempty" xml:"data,omitempty" type:"Struct"` Message *string `json:"message,omitempty" xml:"message,omitempty"` }
func (CorpConsoleResponseBody) GoString ¶
func (s CorpConsoleResponseBody) GoString() string
func (*CorpConsoleResponseBody) SetCode ¶
func (s *CorpConsoleResponseBody) SetCode(v int32) *CorpConsoleResponseBody
func (*CorpConsoleResponseBody) SetData ¶
func (s *CorpConsoleResponseBody) SetData(v *CorpConsoleResponseBodyData) *CorpConsoleResponseBody
func (*CorpConsoleResponseBody) SetMessage ¶
func (s *CorpConsoleResponseBody) SetMessage(v string) *CorpConsoleResponseBody
func (CorpConsoleResponseBody) String ¶
func (s CorpConsoleResponseBody) String() string
type CorpConsoleResponseBodyData ¶
type CorpConsoleResponseBodyData struct {
OrgConsoleUrl *int64 `json:"orgConsoleUrl,omitempty" xml:"orgConsoleUrl,omitempty"`
}
func (CorpConsoleResponseBodyData) GoString ¶
func (s CorpConsoleResponseBodyData) GoString() string
func (*CorpConsoleResponseBodyData) SetOrgConsoleUrl ¶
func (s *CorpConsoleResponseBodyData) SetOrgConsoleUrl(v int64) *CorpConsoleResponseBodyData
func (CorpConsoleResponseBodyData) String ¶
func (s CorpConsoleResponseBodyData) String() string
type CorpInfoHeaders ¶
type CorpInfoHeaders struct { CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"` XAcsDingtalkAccessToken *string `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"` }
func (CorpInfoHeaders) GoString ¶
func (s CorpInfoHeaders) GoString() string
func (*CorpInfoHeaders) SetCommonHeaders ¶
func (s *CorpInfoHeaders) SetCommonHeaders(v map[string]*string) *CorpInfoHeaders
func (*CorpInfoHeaders) SetXAcsDingtalkAccessToken ¶
func (s *CorpInfoHeaders) SetXAcsDingtalkAccessToken(v string) *CorpInfoHeaders
func (CorpInfoHeaders) String ¶
func (s CorpInfoHeaders) String() string
type CorpInfoResponse ¶
type CorpInfoResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` Body *CorpInfoResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (CorpInfoResponse) GoString ¶
func (s CorpInfoResponse) GoString() string
func (*CorpInfoResponse) SetBody ¶
func (s *CorpInfoResponse) SetBody(v *CorpInfoResponseBody) *CorpInfoResponse
func (*CorpInfoResponse) SetHeaders ¶
func (s *CorpInfoResponse) SetHeaders(v map[string]*string) *CorpInfoResponse
func (CorpInfoResponse) String ¶
func (s CorpInfoResponse) String() string
type CorpInfoResponseBody ¶
type CorpInfoResponseBody struct { Code *int32 `json:"code,omitempty" xml:"code,omitempty"` Data *CorpInfoResponseBodyData `json:"data,omitempty" xml:"data,omitempty" type:"Struct"` Message *string `json:"message,omitempty" xml:"message,omitempty"` }
func (CorpInfoResponseBody) GoString ¶
func (s CorpInfoResponseBody) GoString() string
func (*CorpInfoResponseBody) SetCode ¶
func (s *CorpInfoResponseBody) SetCode(v int32) *CorpInfoResponseBody
func (*CorpInfoResponseBody) SetData ¶
func (s *CorpInfoResponseBody) SetData(v *CorpInfoResponseBodyData) *CorpInfoResponseBody
func (*CorpInfoResponseBody) SetMessage ¶
func (s *CorpInfoResponseBody) SetMessage(v string) *CorpInfoResponseBody
func (CorpInfoResponseBody) String ¶
func (s CorpInfoResponseBody) String() string
type CorpInfoResponseBodyData ¶
type CorpInfoResponseBodyData struct { OrgRealName *string `json:"orgRealName,omitempty" xml:"orgRealName,omitempty"` RealName *bool `json:"realName,omitempty" xml:"realName,omitempty"` }
func (CorpInfoResponseBodyData) GoString ¶
func (s CorpInfoResponseBodyData) GoString() string
func (*CorpInfoResponseBodyData) SetOrgRealName ¶
func (s *CorpInfoResponseBodyData) SetOrgRealName(v string) *CorpInfoResponseBodyData
func (*CorpInfoResponseBodyData) SetRealName ¶
func (s *CorpInfoResponseBodyData) SetRealName(v bool) *CorpInfoResponseBodyData
func (CorpInfoResponseBodyData) String ¶
func (s CorpInfoResponseBodyData) String() string
type CreateDeveloperHeaders ¶
type CreateDeveloperHeaders struct { CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"` XAcsDingtalkAccessToken *string `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"` }
func (CreateDeveloperHeaders) GoString ¶
func (s CreateDeveloperHeaders) GoString() string
func (*CreateDeveloperHeaders) SetCommonHeaders ¶
func (s *CreateDeveloperHeaders) SetCommonHeaders(v map[string]*string) *CreateDeveloperHeaders
func (*CreateDeveloperHeaders) SetXAcsDingtalkAccessToken ¶
func (s *CreateDeveloperHeaders) SetXAcsDingtalkAccessToken(v string) *CreateDeveloperHeaders
func (CreateDeveloperHeaders) String ¶
func (s CreateDeveloperHeaders) String() string
type CreateDeveloperRequest ¶
type CreateDeveloperRequest struct {
RedirectUrl *string `json:"redirectUrl,omitempty" xml:"redirectUrl,omitempty"`
}
func (CreateDeveloperRequest) GoString ¶
func (s CreateDeveloperRequest) GoString() string
func (*CreateDeveloperRequest) SetRedirectUrl ¶
func (s *CreateDeveloperRequest) SetRedirectUrl(v string) *CreateDeveloperRequest
func (CreateDeveloperRequest) String ¶
func (s CreateDeveloperRequest) String() string
type CreateDeveloperResponse ¶
type CreateDeveloperResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` Body *CreateDeveloperResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (CreateDeveloperResponse) GoString ¶
func (s CreateDeveloperResponse) GoString() string
func (*CreateDeveloperResponse) SetBody ¶
func (s *CreateDeveloperResponse) SetBody(v *CreateDeveloperResponseBody) *CreateDeveloperResponse
func (*CreateDeveloperResponse) SetHeaders ¶
func (s *CreateDeveloperResponse) SetHeaders(v map[string]*string) *CreateDeveloperResponse
func (CreateDeveloperResponse) String ¶
func (s CreateDeveloperResponse) String() string
type CreateDeveloperResponseBody ¶
type CreateDeveloperResponseBody struct { Code *int32 `json:"code,omitempty" xml:"code,omitempty"` Data *bool `json:"data,omitempty" xml:"data,omitempty"` Message *string `json:"message,omitempty" xml:"message,omitempty"` }
func (CreateDeveloperResponseBody) GoString ¶
func (s CreateDeveloperResponseBody) GoString() string
func (*CreateDeveloperResponseBody) SetCode ¶
func (s *CreateDeveloperResponseBody) SetCode(v int32) *CreateDeveloperResponseBody
func (*CreateDeveloperResponseBody) SetData ¶
func (s *CreateDeveloperResponseBody) SetData(v bool) *CreateDeveloperResponseBody
func (*CreateDeveloperResponseBody) SetMessage ¶
func (s *CreateDeveloperResponseBody) SetMessage(v string) *CreateDeveloperResponseBody
func (CreateDeveloperResponseBody) String ¶
func (s CreateDeveloperResponseBody) String() string
type GetCorpRealnameUrlHeaders ¶
type GetCorpRealnameUrlHeaders struct { CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"` XAcsDingtalkAccessToken *string `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"` }
func (GetCorpRealnameUrlHeaders) GoString ¶
func (s GetCorpRealnameUrlHeaders) GoString() string
func (*GetCorpRealnameUrlHeaders) SetCommonHeaders ¶
func (s *GetCorpRealnameUrlHeaders) SetCommonHeaders(v map[string]*string) *GetCorpRealnameUrlHeaders
func (*GetCorpRealnameUrlHeaders) SetXAcsDingtalkAccessToken ¶
func (s *GetCorpRealnameUrlHeaders) SetXAcsDingtalkAccessToken(v string) *GetCorpRealnameUrlHeaders
func (GetCorpRealnameUrlHeaders) String ¶
func (s GetCorpRealnameUrlHeaders) String() string
type GetCorpRealnameUrlRequest ¶
type GetCorpRealnameUrlRequest struct {
UserId *string `json:"userId,omitempty" xml:"userId,omitempty"`
}
func (GetCorpRealnameUrlRequest) GoString ¶
func (s GetCorpRealnameUrlRequest) GoString() string
func (*GetCorpRealnameUrlRequest) SetUserId ¶
func (s *GetCorpRealnameUrlRequest) SetUserId(v string) *GetCorpRealnameUrlRequest
func (GetCorpRealnameUrlRequest) String ¶
func (s GetCorpRealnameUrlRequest) String() string
type GetCorpRealnameUrlResponse ¶
type GetCorpRealnameUrlResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` Body *GetCorpRealnameUrlResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (GetCorpRealnameUrlResponse) GoString ¶
func (s GetCorpRealnameUrlResponse) GoString() string
func (*GetCorpRealnameUrlResponse) SetBody ¶
func (s *GetCorpRealnameUrlResponse) SetBody(v *GetCorpRealnameUrlResponseBody) *GetCorpRealnameUrlResponse
func (*GetCorpRealnameUrlResponse) SetHeaders ¶
func (s *GetCorpRealnameUrlResponse) SetHeaders(v map[string]*string) *GetCorpRealnameUrlResponse
func (GetCorpRealnameUrlResponse) String ¶
func (s GetCorpRealnameUrlResponse) String() string
type GetCorpRealnameUrlResponseBody ¶
type GetCorpRealnameUrlResponseBody struct { Code *int32 `json:"code,omitempty" xml:"code,omitempty"` Data *GetCorpRealnameUrlResponseBodyData `json:"data,omitempty" xml:"data,omitempty" type:"Struct"` Message *string `json:"message,omitempty" xml:"message,omitempty"` }
func (GetCorpRealnameUrlResponseBody) GoString ¶
func (s GetCorpRealnameUrlResponseBody) GoString() string
func (*GetCorpRealnameUrlResponseBody) SetCode ¶
func (s *GetCorpRealnameUrlResponseBody) SetCode(v int32) *GetCorpRealnameUrlResponseBody
func (*GetCorpRealnameUrlResponseBody) SetData ¶
func (s *GetCorpRealnameUrlResponseBody) SetData(v *GetCorpRealnameUrlResponseBodyData) *GetCorpRealnameUrlResponseBody
func (*GetCorpRealnameUrlResponseBody) SetMessage ¶
func (s *GetCorpRealnameUrlResponseBody) SetMessage(v string) *GetCorpRealnameUrlResponseBody
func (GetCorpRealnameUrlResponseBody) String ¶
func (s GetCorpRealnameUrlResponseBody) String() string
type GetCorpRealnameUrlResponseBodyData ¶
type GetCorpRealnameUrlResponseBodyData struct { MobileUrl *string `json:"mobileUrl,omitempty" xml:"mobileUrl,omitempty"` PcUrl *string `json:"pcUrl,omitempty" xml:"pcUrl,omitempty"` TaskId *string `json:"taskId,omitempty" xml:"taskId,omitempty"` }
func (GetCorpRealnameUrlResponseBodyData) GoString ¶
func (s GetCorpRealnameUrlResponseBodyData) GoString() string
func (*GetCorpRealnameUrlResponseBodyData) SetMobileUrl ¶
func (s *GetCorpRealnameUrlResponseBodyData) SetMobileUrl(v string) *GetCorpRealnameUrlResponseBodyData
func (*GetCorpRealnameUrlResponseBodyData) SetPcUrl ¶
func (s *GetCorpRealnameUrlResponseBodyData) SetPcUrl(v string) *GetCorpRealnameUrlResponseBodyData
func (*GetCorpRealnameUrlResponseBodyData) SetTaskId ¶
func (s *GetCorpRealnameUrlResponseBodyData) SetTaskId(v string) *GetCorpRealnameUrlResponseBodyData
func (GetCorpRealnameUrlResponseBodyData) String ¶
func (s GetCorpRealnameUrlResponseBodyData) String() string
type GetCropStatusHeaders ¶
type GetCropStatusHeaders struct { CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"` XAcsDingtalkAccessToken *string `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"` }
func (GetCropStatusHeaders) GoString ¶
func (s GetCropStatusHeaders) GoString() string
func (*GetCropStatusHeaders) SetCommonHeaders ¶
func (s *GetCropStatusHeaders) SetCommonHeaders(v map[string]*string) *GetCropStatusHeaders
func (*GetCropStatusHeaders) SetXAcsDingtalkAccessToken ¶
func (s *GetCropStatusHeaders) SetXAcsDingtalkAccessToken(v string) *GetCropStatusHeaders
func (GetCropStatusHeaders) String ¶
func (s GetCropStatusHeaders) String() string
type GetCropStatusResponse ¶
type GetCropStatusResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` Body *GetCropStatusResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (GetCropStatusResponse) GoString ¶
func (s GetCropStatusResponse) GoString() string
func (*GetCropStatusResponse) SetBody ¶
func (s *GetCropStatusResponse) SetBody(v *GetCropStatusResponseBody) *GetCropStatusResponse
func (*GetCropStatusResponse) SetHeaders ¶
func (s *GetCropStatusResponse) SetHeaders(v map[string]*string) *GetCropStatusResponse
func (GetCropStatusResponse) String ¶
func (s GetCropStatusResponse) String() string
type GetCropStatusResponseBody ¶
type GetCropStatusResponseBody struct { Code *int32 `json:"code,omitempty" xml:"code,omitempty"` Data *GetCropStatusResponseBodyData `json:"data,omitempty" xml:"data,omitempty" type:"Struct"` Message *string `json:"message,omitempty" xml:"message,omitempty"` }
func (GetCropStatusResponseBody) GoString ¶
func (s GetCropStatusResponseBody) GoString() string
func (*GetCropStatusResponseBody) SetCode ¶
func (s *GetCropStatusResponseBody) SetCode(v int32) *GetCropStatusResponseBody
func (*GetCropStatusResponseBody) SetData ¶
func (s *GetCropStatusResponseBody) SetData(v *GetCropStatusResponseBodyData) *GetCropStatusResponseBody
func (*GetCropStatusResponseBody) SetMessage ¶
func (s *GetCropStatusResponseBody) SetMessage(v string) *GetCropStatusResponseBody
func (GetCropStatusResponseBody) String ¶
func (s GetCropStatusResponseBody) String() string
type GetCropStatusResponseBodyData ¶
type GetCropStatusResponseBodyData struct { AuthStatus *string `json:"authStatus,omitempty" xml:"authStatus,omitempty"` InstallStatus *string `json:"installStatus,omitempty" xml:"installStatus,omitempty"` }
func (GetCropStatusResponseBodyData) GoString ¶
func (s GetCropStatusResponseBodyData) GoString() string
func (*GetCropStatusResponseBodyData) SetAuthStatus ¶
func (s *GetCropStatusResponseBodyData) SetAuthStatus(v string) *GetCropStatusResponseBodyData
func (*GetCropStatusResponseBodyData) SetInstallStatus ¶
func (s *GetCropStatusResponseBodyData) SetInstallStatus(v string) *GetCropStatusResponseBodyData
func (GetCropStatusResponseBodyData) String ¶
func (s GetCropStatusResponseBodyData) String() string
type GetFileHeaders ¶
type GetFileHeaders struct { CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"` XAcsDingtalkAccessToken *string `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"` }
func (GetFileHeaders) GoString ¶
func (s GetFileHeaders) GoString() string
func (*GetFileHeaders) SetCommonHeaders ¶
func (s *GetFileHeaders) SetCommonHeaders(v map[string]*string) *GetFileHeaders
func (*GetFileHeaders) SetXAcsDingtalkAccessToken ¶
func (s *GetFileHeaders) SetXAcsDingtalkAccessToken(v string) *GetFileHeaders
func (GetFileHeaders) String ¶
func (s GetFileHeaders) String() string
type GetFileResponse ¶
type GetFileResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` Body *GetFileResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (GetFileResponse) GoString ¶
func (s GetFileResponse) GoString() string
func (*GetFileResponse) SetBody ¶
func (s *GetFileResponse) SetBody(v *GetFileResponseBody) *GetFileResponse
func (*GetFileResponse) SetHeaders ¶
func (s *GetFileResponse) SetHeaders(v map[string]*string) *GetFileResponse
func (GetFileResponse) String ¶
func (s GetFileResponse) String() string
type GetFileResponseBody ¶
type GetFileResponseBody struct { Code *int32 `json:"code,omitempty" xml:"code,omitempty"` Data *GetFileResponseBodyData `json:"data,omitempty" xml:"data,omitempty" type:"Struct"` Message *string `json:"message,omitempty" xml:"message,omitempty"` }
func (GetFileResponseBody) GoString ¶
func (s GetFileResponseBody) GoString() string
func (*GetFileResponseBody) SetCode ¶
func (s *GetFileResponseBody) SetCode(v int32) *GetFileResponseBody
func (*GetFileResponseBody) SetData ¶
func (s *GetFileResponseBody) SetData(v *GetFileResponseBodyData) *GetFileResponseBody
func (*GetFileResponseBody) SetMessage ¶
func (s *GetFileResponseBody) SetMessage(v string) *GetFileResponseBody
func (GetFileResponseBody) String ¶
func (s GetFileResponseBody) String() string
type GetFileResponseBodyData ¶
type GetFileResponseBodyData struct { DownloadUrl *string `json:"downloadUrl,omitempty" xml:"downloadUrl,omitempty"` FileId *string `json:"fileId,omitempty" xml:"fileId,omitempty"` Name *string `json:"name,omitempty" xml:"name,omitempty"` PdfTotalPages *int32 `json:"pdfTotalPages,omitempty" xml:"pdfTotalPages,omitempty"` Size *int64 `json:"size,omitempty" xml:"size,omitempty"` Status *int32 `json:"status,omitempty" xml:"status,omitempty"` }
func (GetFileResponseBodyData) GoString ¶
func (s GetFileResponseBodyData) GoString() string
func (*GetFileResponseBodyData) SetDownloadUrl ¶
func (s *GetFileResponseBodyData) SetDownloadUrl(v string) *GetFileResponseBodyData
func (*GetFileResponseBodyData) SetFileId ¶
func (s *GetFileResponseBodyData) SetFileId(v string) *GetFileResponseBodyData
func (*GetFileResponseBodyData) SetName ¶
func (s *GetFileResponseBodyData) SetName(v string) *GetFileResponseBodyData
func (*GetFileResponseBodyData) SetPdfTotalPages ¶
func (s *GetFileResponseBodyData) SetPdfTotalPages(v int32) *GetFileResponseBodyData
func (*GetFileResponseBodyData) SetSize ¶
func (s *GetFileResponseBodyData) SetSize(v int64) *GetFileResponseBodyData
func (*GetFileResponseBodyData) SetStatus ¶
func (s *GetFileResponseBodyData) SetStatus(v int32) *GetFileResponseBodyData
func (GetFileResponseBodyData) String ¶
func (s GetFileResponseBodyData) String() string
type GetFlowDetailHeaders ¶
type GetFlowDetailHeaders struct { CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"` XAcsDingtalkAccessToken *string `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"` }
func (GetFlowDetailHeaders) GoString ¶
func (s GetFlowDetailHeaders) GoString() string
func (*GetFlowDetailHeaders) SetCommonHeaders ¶
func (s *GetFlowDetailHeaders) SetCommonHeaders(v map[string]*string) *GetFlowDetailHeaders
func (*GetFlowDetailHeaders) SetXAcsDingtalkAccessToken ¶
func (s *GetFlowDetailHeaders) SetXAcsDingtalkAccessToken(v string) *GetFlowDetailHeaders
func (GetFlowDetailHeaders) String ¶
func (s GetFlowDetailHeaders) String() string
type GetFlowDetailRequest ¶
type GetFlowDetailRequest struct {
TaskId *string `json:"taskId,omitempty" xml:"taskId,omitempty"`
}
func (GetFlowDetailRequest) GoString ¶
func (s GetFlowDetailRequest) GoString() string
func (*GetFlowDetailRequest) SetTaskId ¶
func (s *GetFlowDetailRequest) SetTaskId(v string) *GetFlowDetailRequest
func (GetFlowDetailRequest) String ¶
func (s GetFlowDetailRequest) String() string
type GetFlowDetailResponse ¶
type GetFlowDetailResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` Body *GetFlowDetailResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (GetFlowDetailResponse) GoString ¶
func (s GetFlowDetailResponse) GoString() string
func (*GetFlowDetailResponse) SetBody ¶
func (s *GetFlowDetailResponse) SetBody(v *GetFlowDetailResponseBody) *GetFlowDetailResponse
func (*GetFlowDetailResponse) SetHeaders ¶
func (s *GetFlowDetailResponse) SetHeaders(v map[string]*string) *GetFlowDetailResponse
func (GetFlowDetailResponse) String ¶
func (s GetFlowDetailResponse) String() string
type GetFlowDetailResponseBody ¶
type GetFlowDetailResponseBody struct { Code *int32 `json:"code,omitempty" xml:"code,omitempty"` Data *GetFlowDetailResponseBodyData `json:"data,omitempty" xml:"data,omitempty" type:"Struct"` Message *string `json:"message,omitempty" xml:"message,omitempty"` }
func (GetFlowDetailResponseBody) GoString ¶
func (s GetFlowDetailResponseBody) GoString() string
func (*GetFlowDetailResponseBody) SetCode ¶
func (s *GetFlowDetailResponseBody) SetCode(v int32) *GetFlowDetailResponseBody
func (*GetFlowDetailResponseBody) SetData ¶
func (s *GetFlowDetailResponseBody) SetData(v *GetFlowDetailResponseBodyData) *GetFlowDetailResponseBody
func (*GetFlowDetailResponseBody) SetMessage ¶
func (s *GetFlowDetailResponseBody) SetMessage(v string) *GetFlowDetailResponseBody
func (GetFlowDetailResponseBody) String ¶
func (s GetFlowDetailResponseBody) String() string
type GetFlowDetailResponseBodyData ¶
type GetFlowDetailResponseBodyData struct { BusinessSense *string `json:"businessSense,omitempty" xml:"businessSense,omitempty"` FlowStatus *int32 `json:"flowStatus,omitempty" xml:"flowStatus,omitempty"` InitiatorAuthorizedName *string `json:"initiatorAuthorizedName,omitempty" xml:"initiatorAuthorizedName,omitempty"` InitiatorName *string `json:"initiatorName,omitempty" xml:"initiatorName,omitempty"` Logs []*GetFlowDetailResponseBodyDataLogs `json:"logs,omitempty" xml:"logs,omitempty" type:"Repeated"` }
func (GetFlowDetailResponseBodyData) GoString ¶
func (s GetFlowDetailResponseBodyData) GoString() string
func (*GetFlowDetailResponseBodyData) SetBusinessSense ¶
func (s *GetFlowDetailResponseBodyData) SetBusinessSense(v string) *GetFlowDetailResponseBodyData
func (*GetFlowDetailResponseBodyData) SetFlowStatus ¶
func (s *GetFlowDetailResponseBodyData) SetFlowStatus(v int32) *GetFlowDetailResponseBodyData
func (*GetFlowDetailResponseBodyData) SetInitiatorAuthorizedName ¶
func (s *GetFlowDetailResponseBodyData) SetInitiatorAuthorizedName(v string) *GetFlowDetailResponseBodyData
func (*GetFlowDetailResponseBodyData) SetInitiatorName ¶
func (s *GetFlowDetailResponseBodyData) SetInitiatorName(v string) *GetFlowDetailResponseBodyData
func (*GetFlowDetailResponseBodyData) SetLogs ¶
func (s *GetFlowDetailResponseBodyData) SetLogs(v []*GetFlowDetailResponseBodyDataLogs) *GetFlowDetailResponseBodyData
func (GetFlowDetailResponseBodyData) String ¶
func (s GetFlowDetailResponseBodyData) String() string
type GetFlowDetailResponseBodyDataLogs ¶
type GetFlowDetailResponseBodyDataLogs struct { LogType *string `json:"logType,omitempty" xml:"logType,omitempty"` OperateDescription *string `json:"operateDescription,omitempty" xml:"operateDescription,omitempty"` OperateTime *int64 `json:"operateTime,omitempty" xml:"operateTime,omitempty"` OperatorAccountName *string `json:"operatorAccountName,omitempty" xml:"operatorAccountName,omitempty"` }
func (GetFlowDetailResponseBodyDataLogs) GoString ¶
func (s GetFlowDetailResponseBodyDataLogs) GoString() string
func (*GetFlowDetailResponseBodyDataLogs) SetLogType ¶
func (s *GetFlowDetailResponseBodyDataLogs) SetLogType(v string) *GetFlowDetailResponseBodyDataLogs
func (*GetFlowDetailResponseBodyDataLogs) SetOperateDescription ¶
func (s *GetFlowDetailResponseBodyDataLogs) SetOperateDescription(v string) *GetFlowDetailResponseBodyDataLogs
func (*GetFlowDetailResponseBodyDataLogs) SetOperateTime ¶
func (s *GetFlowDetailResponseBodyDataLogs) SetOperateTime(v int64) *GetFlowDetailResponseBodyDataLogs
func (*GetFlowDetailResponseBodyDataLogs) SetOperatorAccountName ¶
func (s *GetFlowDetailResponseBodyDataLogs) SetOperatorAccountName(v string) *GetFlowDetailResponseBodyDataLogs
func (GetFlowDetailResponseBodyDataLogs) String ¶
func (s GetFlowDetailResponseBodyDataLogs) String() string
type GetFlowSignDetailHeaders ¶
type GetFlowSignDetailHeaders struct { CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"` XAcsDingtalkAccessToken *string `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"` }
func (GetFlowSignDetailHeaders) GoString ¶
func (s GetFlowSignDetailHeaders) GoString() string
func (*GetFlowSignDetailHeaders) SetCommonHeaders ¶
func (s *GetFlowSignDetailHeaders) SetCommonHeaders(v map[string]*string) *GetFlowSignDetailHeaders
func (*GetFlowSignDetailHeaders) SetXAcsDingtalkAccessToken ¶
func (s *GetFlowSignDetailHeaders) SetXAcsDingtalkAccessToken(v string) *GetFlowSignDetailHeaders
func (GetFlowSignDetailHeaders) String ¶
func (s GetFlowSignDetailHeaders) String() string
type GetFlowSignDetailRequest ¶
type GetFlowSignDetailRequest struct {
TaskId *string `json:"taskId,omitempty" xml:"taskId,omitempty"`
}
func (GetFlowSignDetailRequest) GoString ¶
func (s GetFlowSignDetailRequest) GoString() string
func (*GetFlowSignDetailRequest) SetTaskId ¶
func (s *GetFlowSignDetailRequest) SetTaskId(v string) *GetFlowSignDetailRequest
func (GetFlowSignDetailRequest) String ¶
func (s GetFlowSignDetailRequest) String() string
type GetFlowSignDetailResponse ¶
type GetFlowSignDetailResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` Body *GetFlowSignDetailResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (GetFlowSignDetailResponse) GoString ¶
func (s GetFlowSignDetailResponse) GoString() string
func (*GetFlowSignDetailResponse) SetBody ¶
func (s *GetFlowSignDetailResponse) SetBody(v *GetFlowSignDetailResponseBody) *GetFlowSignDetailResponse
func (*GetFlowSignDetailResponse) SetHeaders ¶
func (s *GetFlowSignDetailResponse) SetHeaders(v map[string]*string) *GetFlowSignDetailResponse
func (GetFlowSignDetailResponse) String ¶
func (s GetFlowSignDetailResponse) String() string
type GetFlowSignDetailResponseBody ¶
type GetFlowSignDetailResponseBody struct { Code *int32 `json:"code,omitempty" xml:"code,omitempty"` Data *GetFlowSignDetailResponseBodyData `json:"data,omitempty" xml:"data,omitempty" type:"Struct"` Message *string `json:"message,omitempty" xml:"message,omitempty"` }
func (GetFlowSignDetailResponseBody) GoString ¶
func (s GetFlowSignDetailResponseBody) GoString() string
func (*GetFlowSignDetailResponseBody) SetCode ¶
func (s *GetFlowSignDetailResponseBody) SetCode(v int32) *GetFlowSignDetailResponseBody
func (*GetFlowSignDetailResponseBody) SetData ¶
func (s *GetFlowSignDetailResponseBody) SetData(v *GetFlowSignDetailResponseBodyData) *GetFlowSignDetailResponseBody
func (*GetFlowSignDetailResponseBody) SetMessage ¶
func (s *GetFlowSignDetailResponseBody) SetMessage(v string) *GetFlowSignDetailResponseBody
func (GetFlowSignDetailResponseBody) String ¶
func (s GetFlowSignDetailResponseBody) String() string
type GetFlowSignDetailResponseBodyData ¶
type GetFlowSignDetailResponseBodyData struct { BusinessSense *string `json:"businessSense,omitempty" xml:"businessSense,omitempty"` FlowStatus *int32 `json:"flowStatus,omitempty" xml:"flowStatus,omitempty"` Signers []*GetFlowSignDetailResponseBodyDataSigners `json:"signers,omitempty" xml:"signers,omitempty" type:"Repeated"` }
func (GetFlowSignDetailResponseBodyData) GoString ¶
func (s GetFlowSignDetailResponseBodyData) GoString() string
func (*GetFlowSignDetailResponseBodyData) SetBusinessSense ¶
func (s *GetFlowSignDetailResponseBodyData) SetBusinessSense(v string) *GetFlowSignDetailResponseBodyData
func (*GetFlowSignDetailResponseBodyData) SetFlowStatus ¶
func (s *GetFlowSignDetailResponseBodyData) SetFlowStatus(v int32) *GetFlowSignDetailResponseBodyData
func (*GetFlowSignDetailResponseBodyData) SetSigners ¶
func (s *GetFlowSignDetailResponseBodyData) SetSigners(v []*GetFlowSignDetailResponseBodyDataSigners) *GetFlowSignDetailResponseBodyData
func (GetFlowSignDetailResponseBodyData) String ¶
func (s GetFlowSignDetailResponseBodyData) String() string
type GetFlowSignDetailResponseBodyDataSigners ¶
type GetFlowSignDetailResponseBodyDataSigners struct { SignStatus *int32 `json:"signStatus,omitempty" xml:"signStatus,omitempty"` SignerName *string `json:"signerName,omitempty" xml:"signerName,omitempty"` }
func (GetFlowSignDetailResponseBodyDataSigners) GoString ¶
func (s GetFlowSignDetailResponseBodyDataSigners) GoString() string
func (*GetFlowSignDetailResponseBodyDataSigners) SetSignStatus ¶
func (s *GetFlowSignDetailResponseBodyDataSigners) SetSignStatus(v int32) *GetFlowSignDetailResponseBodyDataSigners
func (*GetFlowSignDetailResponseBodyDataSigners) SetSignerName ¶
func (s *GetFlowSignDetailResponseBodyDataSigners) SetSignerName(v string) *GetFlowSignDetailResponseBodyDataSigners
func (GetFlowSignDetailResponseBodyDataSigners) String ¶
func (s GetFlowSignDetailResponseBodyDataSigners) String() string
type GetProcessStartUrlHeaders ¶
type GetProcessStartUrlHeaders struct { CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"` XAcsDingtalkAccessToken *string `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"` }
func (GetProcessStartUrlHeaders) GoString ¶
func (s GetProcessStartUrlHeaders) GoString() string
func (*GetProcessStartUrlHeaders) SetCommonHeaders ¶
func (s *GetProcessStartUrlHeaders) SetCommonHeaders(v map[string]*string) *GetProcessStartUrlHeaders
func (*GetProcessStartUrlHeaders) SetXAcsDingtalkAccessToken ¶
func (s *GetProcessStartUrlHeaders) SetXAcsDingtalkAccessToken(v string) *GetProcessStartUrlHeaders
func (GetProcessStartUrlHeaders) String ¶
func (s GetProcessStartUrlHeaders) String() string
type GetProcessStartUrlRequest ¶
type GetProcessStartUrlRequest struct { Ccs []*GetProcessStartUrlRequestCcs `json:"ccs,omitempty" xml:"ccs,omitempty" type:"Repeated"` Files []*GetProcessStartUrlRequestFiles `json:"files,omitempty" xml:"files,omitempty" type:"Repeated"` InitiatorUserId *string `json:"initiatorUserId,omitempty" xml:"initiatorUserId,omitempty"` Participants []*GetProcessStartUrlRequestParticipants `json:"participants,omitempty" xml:"participants,omitempty" type:"Repeated"` RedirectUrl *string `json:"redirectUrl,omitempty" xml:"redirectUrl,omitempty"` SourceInfo *GetProcessStartUrlRequestSourceInfo `json:"sourceInfo,omitempty" xml:"sourceInfo,omitempty" type:"Struct"` TaskName *string `json:"taskName,omitempty" xml:"taskName,omitempty"` }
func (GetProcessStartUrlRequest) GoString ¶
func (s GetProcessStartUrlRequest) GoString() string
func (*GetProcessStartUrlRequest) SetCcs ¶
func (s *GetProcessStartUrlRequest) SetCcs(v []*GetProcessStartUrlRequestCcs) *GetProcessStartUrlRequest
func (*GetProcessStartUrlRequest) SetFiles ¶
func (s *GetProcessStartUrlRequest) SetFiles(v []*GetProcessStartUrlRequestFiles) *GetProcessStartUrlRequest
func (*GetProcessStartUrlRequest) SetInitiatorUserId ¶
func (s *GetProcessStartUrlRequest) SetInitiatorUserId(v string) *GetProcessStartUrlRequest
func (*GetProcessStartUrlRequest) SetParticipants ¶
func (s *GetProcessStartUrlRequest) SetParticipants(v []*GetProcessStartUrlRequestParticipants) *GetProcessStartUrlRequest
func (*GetProcessStartUrlRequest) SetRedirectUrl ¶
func (s *GetProcessStartUrlRequest) SetRedirectUrl(v string) *GetProcessStartUrlRequest
func (*GetProcessStartUrlRequest) SetSourceInfo ¶
func (s *GetProcessStartUrlRequest) SetSourceInfo(v *GetProcessStartUrlRequestSourceInfo) *GetProcessStartUrlRequest
func (*GetProcessStartUrlRequest) SetTaskName ¶
func (s *GetProcessStartUrlRequest) SetTaskName(v string) *GetProcessStartUrlRequest
func (GetProcessStartUrlRequest) String ¶
func (s GetProcessStartUrlRequest) String() string
type GetProcessStartUrlRequestCcs ¶
type GetProcessStartUrlRequestCcs struct { Account *string `json:"account,omitempty" xml:"account,omitempty"` AccountName *string `json:"accountName,omitempty" xml:"accountName,omitempty"` AccountType *string `json:"accountType,omitempty" xml:"accountType,omitempty"` OrgName *string `json:"orgName,omitempty" xml:"orgName,omitempty"` UserId *string `json:"userId,omitempty" xml:"userId,omitempty"` }
func (GetProcessStartUrlRequestCcs) GoString ¶
func (s GetProcessStartUrlRequestCcs) GoString() string
func (*GetProcessStartUrlRequestCcs) SetAccount ¶
func (s *GetProcessStartUrlRequestCcs) SetAccount(v string) *GetProcessStartUrlRequestCcs
func (*GetProcessStartUrlRequestCcs) SetAccountName ¶
func (s *GetProcessStartUrlRequestCcs) SetAccountName(v string) *GetProcessStartUrlRequestCcs
func (*GetProcessStartUrlRequestCcs) SetAccountType ¶
func (s *GetProcessStartUrlRequestCcs) SetAccountType(v string) *GetProcessStartUrlRequestCcs
func (*GetProcessStartUrlRequestCcs) SetOrgName ¶
func (s *GetProcessStartUrlRequestCcs) SetOrgName(v string) *GetProcessStartUrlRequestCcs
func (*GetProcessStartUrlRequestCcs) SetUserId ¶
func (s *GetProcessStartUrlRequestCcs) SetUserId(v string) *GetProcessStartUrlRequestCcs
func (GetProcessStartUrlRequestCcs) String ¶
func (s GetProcessStartUrlRequestCcs) String() string
type GetProcessStartUrlRequestFiles ¶
type GetProcessStartUrlRequestFiles struct { FileId *string `json:"fileId,omitempty" xml:"fileId,omitempty"` FileName *string `json:"fileName,omitempty" xml:"fileName,omitempty"` }
func (GetProcessStartUrlRequestFiles) GoString ¶
func (s GetProcessStartUrlRequestFiles) GoString() string
func (*GetProcessStartUrlRequestFiles) SetFileId ¶
func (s *GetProcessStartUrlRequestFiles) SetFileId(v string) *GetProcessStartUrlRequestFiles
func (*GetProcessStartUrlRequestFiles) SetFileName ¶
func (s *GetProcessStartUrlRequestFiles) SetFileName(v string) *GetProcessStartUrlRequestFiles
func (GetProcessStartUrlRequestFiles) String ¶
func (s GetProcessStartUrlRequestFiles) String() string
type GetProcessStartUrlRequestParticipants ¶
type GetProcessStartUrlRequestParticipants struct { Account *string `json:"account,omitempty" xml:"account,omitempty"` AccountName *string `json:"accountName,omitempty" xml:"accountName,omitempty"` AccountType *string `json:"accountType,omitempty" xml:"accountType,omitempty"` OrgName *string `json:"orgName,omitempty" xml:"orgName,omitempty"` SignRequirements *string `json:"signRequirements,omitempty" xml:"signRequirements,omitempty"` UserId *string `json:"userId,omitempty" xml:"userId,omitempty"` }
func (GetProcessStartUrlRequestParticipants) GoString ¶
func (s GetProcessStartUrlRequestParticipants) GoString() string
func (*GetProcessStartUrlRequestParticipants) SetAccount ¶
func (s *GetProcessStartUrlRequestParticipants) SetAccount(v string) *GetProcessStartUrlRequestParticipants
func (*GetProcessStartUrlRequestParticipants) SetAccountName ¶
func (s *GetProcessStartUrlRequestParticipants) SetAccountName(v string) *GetProcessStartUrlRequestParticipants
func (*GetProcessStartUrlRequestParticipants) SetAccountType ¶
func (s *GetProcessStartUrlRequestParticipants) SetAccountType(v string) *GetProcessStartUrlRequestParticipants
func (*GetProcessStartUrlRequestParticipants) SetOrgName ¶
func (s *GetProcessStartUrlRequestParticipants) SetOrgName(v string) *GetProcessStartUrlRequestParticipants
func (*GetProcessStartUrlRequestParticipants) SetSignRequirements ¶
func (s *GetProcessStartUrlRequestParticipants) SetSignRequirements(v string) *GetProcessStartUrlRequestParticipants
func (*GetProcessStartUrlRequestParticipants) SetUserId ¶
func (s *GetProcessStartUrlRequestParticipants) SetUserId(v string) *GetProcessStartUrlRequestParticipants
func (GetProcessStartUrlRequestParticipants) String ¶
func (s GetProcessStartUrlRequestParticipants) String() string
type GetProcessStartUrlRequestSourceInfo ¶
type GetProcessStartUrlRequestSourceInfo struct { MobileUrl *string `json:"mobileUrl,omitempty" xml:"mobileUrl,omitempty"` PcUrl *string `json:"pcUrl,omitempty" xml:"pcUrl,omitempty"` ShowText *string `json:"showText,omitempty" xml:"showText,omitempty"` }
func (GetProcessStartUrlRequestSourceInfo) GoString ¶
func (s GetProcessStartUrlRequestSourceInfo) GoString() string
func (*GetProcessStartUrlRequestSourceInfo) SetMobileUrl ¶
func (s *GetProcessStartUrlRequestSourceInfo) SetMobileUrl(v string) *GetProcessStartUrlRequestSourceInfo
func (*GetProcessStartUrlRequestSourceInfo) SetPcUrl ¶
func (s *GetProcessStartUrlRequestSourceInfo) SetPcUrl(v string) *GetProcessStartUrlRequestSourceInfo
func (*GetProcessStartUrlRequestSourceInfo) SetShowText ¶
func (s *GetProcessStartUrlRequestSourceInfo) SetShowText(v string) *GetProcessStartUrlRequestSourceInfo
func (GetProcessStartUrlRequestSourceInfo) String ¶
func (s GetProcessStartUrlRequestSourceInfo) String() string
type GetProcessStartUrlResponse ¶
type GetProcessStartUrlResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` Body *GetProcessStartUrlResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (GetProcessStartUrlResponse) GoString ¶
func (s GetProcessStartUrlResponse) GoString() string
func (*GetProcessStartUrlResponse) SetBody ¶
func (s *GetProcessStartUrlResponse) SetBody(v *GetProcessStartUrlResponseBody) *GetProcessStartUrlResponse
func (*GetProcessStartUrlResponse) SetHeaders ¶
func (s *GetProcessStartUrlResponse) SetHeaders(v map[string]*string) *GetProcessStartUrlResponse
func (GetProcessStartUrlResponse) String ¶
func (s GetProcessStartUrlResponse) String() string
type GetProcessStartUrlResponseBody ¶
type GetProcessStartUrlResponseBody struct { Code *int32 `json:"code,omitempty" xml:"code,omitempty"` Data *GetProcessStartUrlResponseBodyData `json:"data,omitempty" xml:"data,omitempty" type:"Struct"` Message *string `json:"message,omitempty" xml:"message,omitempty"` }
func (GetProcessStartUrlResponseBody) GoString ¶
func (s GetProcessStartUrlResponseBody) GoString() string
func (*GetProcessStartUrlResponseBody) SetCode ¶
func (s *GetProcessStartUrlResponseBody) SetCode(v int32) *GetProcessStartUrlResponseBody
func (*GetProcessStartUrlResponseBody) SetData ¶
func (s *GetProcessStartUrlResponseBody) SetData(v *GetProcessStartUrlResponseBodyData) *GetProcessStartUrlResponseBody
func (*GetProcessStartUrlResponseBody) SetMessage ¶
func (s *GetProcessStartUrlResponseBody) SetMessage(v string) *GetProcessStartUrlResponseBody
func (GetProcessStartUrlResponseBody) String ¶
func (s GetProcessStartUrlResponseBody) String() string
type GetProcessStartUrlResponseBodyData ¶
type GetProcessStartUrlResponseBodyData struct { MobileUrl *string `json:"mobileUrl,omitempty" xml:"mobileUrl,omitempty"` PcUrl *string `json:"pcUrl,omitempty" xml:"pcUrl,omitempty"` TaskId *string `json:"taskId,omitempty" xml:"taskId,omitempty"` }
func (GetProcessStartUrlResponseBodyData) GoString ¶
func (s GetProcessStartUrlResponseBodyData) GoString() string
func (*GetProcessStartUrlResponseBodyData) SetMobileUrl ¶
func (s *GetProcessStartUrlResponseBodyData) SetMobileUrl(v string) *GetProcessStartUrlResponseBodyData
func (*GetProcessStartUrlResponseBodyData) SetPcUrl ¶
func (s *GetProcessStartUrlResponseBodyData) SetPcUrl(v string) *GetProcessStartUrlResponseBodyData
func (*GetProcessStartUrlResponseBodyData) SetTaskId ¶
func (s *GetProcessStartUrlResponseBodyData) SetTaskId(v string) *GetProcessStartUrlResponseBodyData
func (GetProcessStartUrlResponseBodyData) String ¶
func (s GetProcessStartUrlResponseBodyData) String() string
type GetSignNoticeUrlHeaders ¶
type GetSignNoticeUrlHeaders struct { CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"` XAcsDingtalkAccessToken *string `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"` }
func (GetSignNoticeUrlHeaders) GoString ¶
func (s GetSignNoticeUrlHeaders) GoString() string
func (*GetSignNoticeUrlHeaders) SetCommonHeaders ¶
func (s *GetSignNoticeUrlHeaders) SetCommonHeaders(v map[string]*string) *GetSignNoticeUrlHeaders
func (*GetSignNoticeUrlHeaders) SetXAcsDingtalkAccessToken ¶
func (s *GetSignNoticeUrlHeaders) SetXAcsDingtalkAccessToken(v string) *GetSignNoticeUrlHeaders
func (GetSignNoticeUrlHeaders) String ¶
func (s GetSignNoticeUrlHeaders) String() string
type GetSignNoticeUrlRequest ¶
type GetSignNoticeUrlRequest struct {
TaskId *string `json:"taskId,omitempty" xml:"taskId,omitempty"`
}
func (GetSignNoticeUrlRequest) GoString ¶
func (s GetSignNoticeUrlRequest) GoString() string
func (*GetSignNoticeUrlRequest) SetTaskId ¶
func (s *GetSignNoticeUrlRequest) SetTaskId(v string) *GetSignNoticeUrlRequest
func (GetSignNoticeUrlRequest) String ¶
func (s GetSignNoticeUrlRequest) String() string
type GetSignNoticeUrlResponse ¶
type GetSignNoticeUrlResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` Body *GetSignNoticeUrlResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (GetSignNoticeUrlResponse) GoString ¶
func (s GetSignNoticeUrlResponse) GoString() string
func (*GetSignNoticeUrlResponse) SetBody ¶
func (s *GetSignNoticeUrlResponse) SetBody(v *GetSignNoticeUrlResponseBody) *GetSignNoticeUrlResponse
func (*GetSignNoticeUrlResponse) SetHeaders ¶
func (s *GetSignNoticeUrlResponse) SetHeaders(v map[string]*string) *GetSignNoticeUrlResponse
func (GetSignNoticeUrlResponse) String ¶
func (s GetSignNoticeUrlResponse) String() string
type GetSignNoticeUrlResponseBody ¶
type GetSignNoticeUrlResponseBody struct { // 返回错误码 Code *int32 `json:"code,omitempty" xml:"code,omitempty"` // 返回数据 Data *GetSignNoticeUrlResponseBodyData `json:"data,omitempty" xml:"data,omitempty" type:"Struct"` // 返回结果信息 Message *string `json:"message,omitempty" xml:"message,omitempty"` }
func (GetSignNoticeUrlResponseBody) GoString ¶
func (s GetSignNoticeUrlResponseBody) GoString() string
func (*GetSignNoticeUrlResponseBody) SetCode ¶
func (s *GetSignNoticeUrlResponseBody) SetCode(v int32) *GetSignNoticeUrlResponseBody
func (*GetSignNoticeUrlResponseBody) SetData ¶
func (s *GetSignNoticeUrlResponseBody) SetData(v *GetSignNoticeUrlResponseBodyData) *GetSignNoticeUrlResponseBody
func (*GetSignNoticeUrlResponseBody) SetMessage ¶
func (s *GetSignNoticeUrlResponseBody) SetMessage(v string) *GetSignNoticeUrlResponseBody
func (GetSignNoticeUrlResponseBody) String ¶
func (s GetSignNoticeUrlResponseBody) String() string
type GetSignNoticeUrlResponseBodyData ¶
type GetSignNoticeUrlResponseBodyData struct { // 移动端URL MobileUrl *string `json:"mobileUrl,omitempty" xml:"mobileUrl,omitempty"` // PC端URL PcUrl *string `json:"pcUrl,omitempty" xml:"pcUrl,omitempty"` }
func (GetSignNoticeUrlResponseBodyData) GoString ¶
func (s GetSignNoticeUrlResponseBodyData) GoString() string
func (*GetSignNoticeUrlResponseBodyData) SetMobileUrl ¶
func (s *GetSignNoticeUrlResponseBodyData) SetMobileUrl(v string) *GetSignNoticeUrlResponseBodyData
func (*GetSignNoticeUrlResponseBodyData) SetPcUrl ¶
func (s *GetSignNoticeUrlResponseBodyData) SetPcUrl(v string) *GetSignNoticeUrlResponseBodyData
func (GetSignNoticeUrlResponseBodyData) String ¶
func (s GetSignNoticeUrlResponseBodyData) String() string
type GetUploadUrlHeaders ¶
type GetUploadUrlHeaders struct { CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"` XAcsDingtalkAccessToken *string `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"` }
func (GetUploadUrlHeaders) GoString ¶
func (s GetUploadUrlHeaders) GoString() string
func (*GetUploadUrlHeaders) SetCommonHeaders ¶
func (s *GetUploadUrlHeaders) SetCommonHeaders(v map[string]*string) *GetUploadUrlHeaders
func (*GetUploadUrlHeaders) SetXAcsDingtalkAccessToken ¶
func (s *GetUploadUrlHeaders) SetXAcsDingtalkAccessToken(v string) *GetUploadUrlHeaders
func (GetUploadUrlHeaders) String ¶
func (s GetUploadUrlHeaders) String() string
type GetUploadUrlRequest ¶
type GetUploadUrlRequest struct { ContentMd5 *string `json:"contentMd5,omitempty" xml:"contentMd5,omitempty"` ContentType *string `json:"contentType,omitempty" xml:"contentType,omitempty"` Convert2Pdf *bool `json:"convert2Pdf,omitempty" xml:"convert2Pdf,omitempty"` FileName *string `json:"fileName,omitempty" xml:"fileName,omitempty"` FileSize *int64 `json:"fileSize,omitempty" xml:"fileSize,omitempty"` }
func (GetUploadUrlRequest) GoString ¶
func (s GetUploadUrlRequest) GoString() string
func (*GetUploadUrlRequest) SetContentMd5 ¶
func (s *GetUploadUrlRequest) SetContentMd5(v string) *GetUploadUrlRequest
func (*GetUploadUrlRequest) SetContentType ¶
func (s *GetUploadUrlRequest) SetContentType(v string) *GetUploadUrlRequest
func (*GetUploadUrlRequest) SetConvert2Pdf ¶
func (s *GetUploadUrlRequest) SetConvert2Pdf(v bool) *GetUploadUrlRequest
func (*GetUploadUrlRequest) SetFileName ¶
func (s *GetUploadUrlRequest) SetFileName(v string) *GetUploadUrlRequest
func (*GetUploadUrlRequest) SetFileSize ¶
func (s *GetUploadUrlRequest) SetFileSize(v int64) *GetUploadUrlRequest
func (GetUploadUrlRequest) String ¶
func (s GetUploadUrlRequest) String() string
type GetUploadUrlResponse ¶
type GetUploadUrlResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` Body *GetUploadUrlResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (GetUploadUrlResponse) GoString ¶
func (s GetUploadUrlResponse) GoString() string
func (*GetUploadUrlResponse) SetBody ¶
func (s *GetUploadUrlResponse) SetBody(v *GetUploadUrlResponseBody) *GetUploadUrlResponse
func (*GetUploadUrlResponse) SetHeaders ¶
func (s *GetUploadUrlResponse) SetHeaders(v map[string]*string) *GetUploadUrlResponse
func (GetUploadUrlResponse) String ¶
func (s GetUploadUrlResponse) String() string
type GetUploadUrlResponseBody ¶
type GetUploadUrlResponseBody struct { Code *int32 `json:"code,omitempty" xml:"code,omitempty"` Data *GetUploadUrlResponseBodyData `json:"data,omitempty" xml:"data,omitempty" type:"Struct"` Message *string `json:"message,omitempty" xml:"message,omitempty"` }
func (GetUploadUrlResponseBody) GoString ¶
func (s GetUploadUrlResponseBody) GoString() string
func (*GetUploadUrlResponseBody) SetCode ¶
func (s *GetUploadUrlResponseBody) SetCode(v int32) *GetUploadUrlResponseBody
func (*GetUploadUrlResponseBody) SetData ¶
func (s *GetUploadUrlResponseBody) SetData(v *GetUploadUrlResponseBodyData) *GetUploadUrlResponseBody
func (*GetUploadUrlResponseBody) SetMessage ¶
func (s *GetUploadUrlResponseBody) SetMessage(v string) *GetUploadUrlResponseBody
func (GetUploadUrlResponseBody) String ¶
func (s GetUploadUrlResponseBody) String() string
type GetUploadUrlResponseBodyData ¶
type GetUploadUrlResponseBodyData struct { FileId *string `json:"fileId,omitempty" xml:"fileId,omitempty"` UploadUrl *string `json:"uploadUrl,omitempty" xml:"uploadUrl,omitempty"` }
func (GetUploadUrlResponseBodyData) GoString ¶
func (s GetUploadUrlResponseBodyData) GoString() string
func (*GetUploadUrlResponseBodyData) SetFileId ¶
func (s *GetUploadUrlResponseBodyData) SetFileId(v string) *GetUploadUrlResponseBodyData
func (*GetUploadUrlResponseBodyData) SetUploadUrl ¶
func (s *GetUploadUrlResponseBodyData) SetUploadUrl(v string) *GetUploadUrlResponseBodyData
func (GetUploadUrlResponseBodyData) String ¶
func (s GetUploadUrlResponseBodyData) String() string
type GetUserInfoHeaders ¶
type GetUserInfoHeaders struct { CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"` XAcsDingtalkAccessToken *string `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"` }
func (GetUserInfoHeaders) GoString ¶
func (s GetUserInfoHeaders) GoString() string
func (*GetUserInfoHeaders) SetCommonHeaders ¶
func (s *GetUserInfoHeaders) SetCommonHeaders(v map[string]*string) *GetUserInfoHeaders
func (*GetUserInfoHeaders) SetXAcsDingtalkAccessToken ¶
func (s *GetUserInfoHeaders) SetXAcsDingtalkAccessToken(v string) *GetUserInfoHeaders
func (GetUserInfoHeaders) String ¶
func (s GetUserInfoHeaders) String() string
type GetUserInfoResponse ¶
type GetUserInfoResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` Body *GetUserInfoResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (GetUserInfoResponse) GoString ¶
func (s GetUserInfoResponse) GoString() string
func (*GetUserInfoResponse) SetBody ¶
func (s *GetUserInfoResponse) SetBody(v *GetUserInfoResponseBody) *GetUserInfoResponse
func (*GetUserInfoResponse) SetHeaders ¶
func (s *GetUserInfoResponse) SetHeaders(v map[string]*string) *GetUserInfoResponse
func (GetUserInfoResponse) String ¶
func (s GetUserInfoResponse) String() string
type GetUserInfoResponseBody ¶
type GetUserInfoResponseBody struct { Code *int32 `json:"code,omitempty" xml:"code,omitempty"` Data *GetUserInfoResponseBodyData `json:"data,omitempty" xml:"data,omitempty" type:"Struct"` Message *string `json:"message,omitempty" xml:"message,omitempty"` }
func (GetUserInfoResponseBody) GoString ¶
func (s GetUserInfoResponseBody) GoString() string
func (*GetUserInfoResponseBody) SetCode ¶
func (s *GetUserInfoResponseBody) SetCode(v int32) *GetUserInfoResponseBody
func (*GetUserInfoResponseBody) SetData ¶
func (s *GetUserInfoResponseBody) SetData(v *GetUserInfoResponseBodyData) *GetUserInfoResponseBody
func (*GetUserInfoResponseBody) SetMessage ¶
func (s *GetUserInfoResponseBody) SetMessage(v string) *GetUserInfoResponseBody
func (GetUserInfoResponseBody) String ¶
func (s GetUserInfoResponseBody) String() string
type GetUserInfoResponseBodyData ¶
type GetUserInfoResponseBodyData struct { RealName *bool `json:"realName,omitempty" xml:"realName,omitempty"` UserRealName *string `json:"userRealName,omitempty" xml:"userRealName,omitempty"` }
func (GetUserInfoResponseBodyData) GoString ¶
func (s GetUserInfoResponseBodyData) GoString() string
func (*GetUserInfoResponseBodyData) SetRealName ¶
func (s *GetUserInfoResponseBodyData) SetRealName(v bool) *GetUserInfoResponseBodyData
func (*GetUserInfoResponseBodyData) SetUserRealName ¶
func (s *GetUserInfoResponseBodyData) SetUserRealName(v string) *GetUserInfoResponseBodyData
func (GetUserInfoResponseBodyData) String ¶
func (s GetUserInfoResponseBodyData) String() string
type GetUserRealnameUrlHeaders ¶
type GetUserRealnameUrlHeaders struct { CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"` XAcsDingtalkAccessToken *string `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"` }
func (GetUserRealnameUrlHeaders) GoString ¶
func (s GetUserRealnameUrlHeaders) GoString() string
func (*GetUserRealnameUrlHeaders) SetCommonHeaders ¶
func (s *GetUserRealnameUrlHeaders) SetCommonHeaders(v map[string]*string) *GetUserRealnameUrlHeaders
func (*GetUserRealnameUrlHeaders) SetXAcsDingtalkAccessToken ¶
func (s *GetUserRealnameUrlHeaders) SetXAcsDingtalkAccessToken(v string) *GetUserRealnameUrlHeaders
func (GetUserRealnameUrlHeaders) String ¶
func (s GetUserRealnameUrlHeaders) String() string
type GetUserRealnameUrlRequest ¶
type GetUserRealnameUrlRequest struct { RedirectUrl *string `json:"redirectUrl,omitempty" xml:"redirectUrl,omitempty"` UserId *string `json:"userId,omitempty" xml:"userId,omitempty"` }
func (GetUserRealnameUrlRequest) GoString ¶
func (s GetUserRealnameUrlRequest) GoString() string
func (*GetUserRealnameUrlRequest) SetRedirectUrl ¶
func (s *GetUserRealnameUrlRequest) SetRedirectUrl(v string) *GetUserRealnameUrlRequest
func (*GetUserRealnameUrlRequest) SetUserId ¶
func (s *GetUserRealnameUrlRequest) SetUserId(v string) *GetUserRealnameUrlRequest
func (GetUserRealnameUrlRequest) String ¶
func (s GetUserRealnameUrlRequest) String() string
type GetUserRealnameUrlResponse ¶
type GetUserRealnameUrlResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` Body *GetUserRealnameUrlResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (GetUserRealnameUrlResponse) GoString ¶
func (s GetUserRealnameUrlResponse) GoString() string
func (*GetUserRealnameUrlResponse) SetBody ¶
func (s *GetUserRealnameUrlResponse) SetBody(v *GetUserRealnameUrlResponseBody) *GetUserRealnameUrlResponse
func (*GetUserRealnameUrlResponse) SetHeaders ¶
func (s *GetUserRealnameUrlResponse) SetHeaders(v map[string]*string) *GetUserRealnameUrlResponse
func (GetUserRealnameUrlResponse) String ¶
func (s GetUserRealnameUrlResponse) String() string
type GetUserRealnameUrlResponseBody ¶
type GetUserRealnameUrlResponseBody struct { Code *int32 `json:"code,omitempty" xml:"code,omitempty"` Data *GetUserRealnameUrlResponseBodyData `json:"data,omitempty" xml:"data,omitempty" type:"Struct"` Message *string `json:"message,omitempty" xml:"message,omitempty"` }
func (GetUserRealnameUrlResponseBody) GoString ¶
func (s GetUserRealnameUrlResponseBody) GoString() string
func (*GetUserRealnameUrlResponseBody) SetCode ¶
func (s *GetUserRealnameUrlResponseBody) SetCode(v int32) *GetUserRealnameUrlResponseBody
func (*GetUserRealnameUrlResponseBody) SetData ¶
func (s *GetUserRealnameUrlResponseBody) SetData(v *GetUserRealnameUrlResponseBodyData) *GetUserRealnameUrlResponseBody
func (*GetUserRealnameUrlResponseBody) SetMessage ¶
func (s *GetUserRealnameUrlResponseBody) SetMessage(v string) *GetUserRealnameUrlResponseBody
func (GetUserRealnameUrlResponseBody) String ¶
func (s GetUserRealnameUrlResponseBody) String() string
type GetUserRealnameUrlResponseBodyData ¶
type GetUserRealnameUrlResponseBodyData struct { MobileUrl *string `json:"mobileUrl,omitempty" xml:"mobileUrl,omitempty"` PcUrl *string `json:"pcUrl,omitempty" xml:"pcUrl,omitempty"` TaskId *string `json:"taskId,omitempty" xml:"taskId,omitempty"` }
func (GetUserRealnameUrlResponseBodyData) GoString ¶
func (s GetUserRealnameUrlResponseBodyData) GoString() string
func (*GetUserRealnameUrlResponseBodyData) SetMobileUrl ¶
func (s *GetUserRealnameUrlResponseBodyData) SetMobileUrl(v string) *GetUserRealnameUrlResponseBodyData
func (*GetUserRealnameUrlResponseBodyData) SetPcUrl ¶
func (s *GetUserRealnameUrlResponseBodyData) SetPcUrl(v string) *GetUserRealnameUrlResponseBodyData
func (*GetUserRealnameUrlResponseBodyData) SetTaskId ¶
func (s *GetUserRealnameUrlResponseBodyData) SetTaskId(v string) *GetUserRealnameUrlResponseBodyData
func (GetUserRealnameUrlResponseBodyData) String ¶
func (s GetUserRealnameUrlResponseBodyData) String() string
type ListFlowDocsHeaders ¶
type ListFlowDocsHeaders struct { CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"` XAcsDingtalkAccessToken *string `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"` }
func (ListFlowDocsHeaders) GoString ¶
func (s ListFlowDocsHeaders) GoString() string
func (*ListFlowDocsHeaders) SetCommonHeaders ¶
func (s *ListFlowDocsHeaders) SetCommonHeaders(v map[string]*string) *ListFlowDocsHeaders
func (*ListFlowDocsHeaders) SetXAcsDingtalkAccessToken ¶
func (s *ListFlowDocsHeaders) SetXAcsDingtalkAccessToken(v string) *ListFlowDocsHeaders
func (ListFlowDocsHeaders) String ¶
func (s ListFlowDocsHeaders) String() string
type ListFlowDocsRequest ¶
type ListFlowDocsRequest struct {
TaskId *string `json:"taskId,omitempty" xml:"taskId,omitempty"`
}
func (ListFlowDocsRequest) GoString ¶
func (s ListFlowDocsRequest) GoString() string
func (*ListFlowDocsRequest) SetTaskId ¶
func (s *ListFlowDocsRequest) SetTaskId(v string) *ListFlowDocsRequest
func (ListFlowDocsRequest) String ¶
func (s ListFlowDocsRequest) String() string
type ListFlowDocsResponse ¶
type ListFlowDocsResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` Body *ListFlowDocsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ListFlowDocsResponse) GoString ¶
func (s ListFlowDocsResponse) GoString() string
func (*ListFlowDocsResponse) SetBody ¶
func (s *ListFlowDocsResponse) SetBody(v *ListFlowDocsResponseBody) *ListFlowDocsResponse
func (*ListFlowDocsResponse) SetHeaders ¶
func (s *ListFlowDocsResponse) SetHeaders(v map[string]*string) *ListFlowDocsResponse
func (ListFlowDocsResponse) String ¶
func (s ListFlowDocsResponse) String() string
type ListFlowDocsResponseBody ¶
type ListFlowDocsResponseBody struct { Code *int32 `json:"code,omitempty" xml:"code,omitempty"` Data []*ListFlowDocsResponseBodyData `json:"data,omitempty" xml:"data,omitempty" type:"Repeated"` Message *string `json:"message,omitempty" xml:"message,omitempty"` }
func (ListFlowDocsResponseBody) GoString ¶
func (s ListFlowDocsResponseBody) GoString() string
func (*ListFlowDocsResponseBody) SetCode ¶
func (s *ListFlowDocsResponseBody) SetCode(v int32) *ListFlowDocsResponseBody
func (*ListFlowDocsResponseBody) SetData ¶
func (s *ListFlowDocsResponseBody) SetData(v []*ListFlowDocsResponseBodyData) *ListFlowDocsResponseBody
func (*ListFlowDocsResponseBody) SetMessage ¶
func (s *ListFlowDocsResponseBody) SetMessage(v string) *ListFlowDocsResponseBody
func (ListFlowDocsResponseBody) String ¶
func (s ListFlowDocsResponseBody) String() string
type ListFlowDocsResponseBodyData ¶
type ListFlowDocsResponseBodyData struct { FileId *string `json:"fileId,omitempty" xml:"fileId,omitempty"` FileName *string `json:"fileName,omitempty" xml:"fileName,omitempty"` FileUrl *string `json:"fileUrl,omitempty" xml:"fileUrl,omitempty"` }
func (ListFlowDocsResponseBodyData) GoString ¶
func (s ListFlowDocsResponseBodyData) GoString() string
func (*ListFlowDocsResponseBodyData) SetFileId ¶
func (s *ListFlowDocsResponseBodyData) SetFileId(v string) *ListFlowDocsResponseBodyData
func (*ListFlowDocsResponseBodyData) SetFileName ¶
func (s *ListFlowDocsResponseBodyData) SetFileName(v string) *ListFlowDocsResponseBodyData
func (*ListFlowDocsResponseBodyData) SetFileUrl ¶
func (s *ListFlowDocsResponseBodyData) SetFileUrl(v string) *ListFlowDocsResponseBodyData
func (ListFlowDocsResponseBodyData) String ¶
func (s ListFlowDocsResponseBodyData) String() string
type ListSealApprovalHeaders ¶
type ListSealApprovalHeaders struct { CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"` XAcsDingtalkAccessToken *string `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"` }
func (ListSealApprovalHeaders) GoString ¶
func (s ListSealApprovalHeaders) GoString() string
func (*ListSealApprovalHeaders) SetCommonHeaders ¶
func (s *ListSealApprovalHeaders) SetCommonHeaders(v map[string]*string) *ListSealApprovalHeaders
func (*ListSealApprovalHeaders) SetXAcsDingtalkAccessToken ¶
func (s *ListSealApprovalHeaders) SetXAcsDingtalkAccessToken(v string) *ListSealApprovalHeaders
func (ListSealApprovalHeaders) String ¶
func (s ListSealApprovalHeaders) String() string
type ListSealApprovalRequest ¶
type ListSealApprovalRequest struct {
TaskId *string `json:"taskId,omitempty" xml:"taskId,omitempty"`
}
func (ListSealApprovalRequest) GoString ¶
func (s ListSealApprovalRequest) GoString() string
func (*ListSealApprovalRequest) SetTaskId ¶
func (s *ListSealApprovalRequest) SetTaskId(v string) *ListSealApprovalRequest
func (ListSealApprovalRequest) String ¶
func (s ListSealApprovalRequest) String() string
type ListSealApprovalResponse ¶
type ListSealApprovalResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` Body *ListSealApprovalResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ListSealApprovalResponse) GoString ¶
func (s ListSealApprovalResponse) GoString() string
func (*ListSealApprovalResponse) SetBody ¶
func (s *ListSealApprovalResponse) SetBody(v *ListSealApprovalResponseBody) *ListSealApprovalResponse
func (*ListSealApprovalResponse) SetHeaders ¶
func (s *ListSealApprovalResponse) SetHeaders(v map[string]*string) *ListSealApprovalResponse
func (ListSealApprovalResponse) String ¶
func (s ListSealApprovalResponse) String() string
type ListSealApprovalResponseBody ¶
type ListSealApprovalResponseBody struct { Code *int32 `json:"code,omitempty" xml:"code,omitempty"` Data []*ListSealApprovalResponseBodyData `json:"data,omitempty" xml:"data,omitempty" type:"Repeated"` Message *string `json:"message,omitempty" xml:"message,omitempty"` }
func (ListSealApprovalResponseBody) GoString ¶
func (s ListSealApprovalResponseBody) GoString() string
func (*ListSealApprovalResponseBody) SetCode ¶
func (s *ListSealApprovalResponseBody) SetCode(v int32) *ListSealApprovalResponseBody
func (*ListSealApprovalResponseBody) SetData ¶
func (s *ListSealApprovalResponseBody) SetData(v []*ListSealApprovalResponseBodyData) *ListSealApprovalResponseBody
func (*ListSealApprovalResponseBody) SetMessage ¶
func (s *ListSealApprovalResponseBody) SetMessage(v string) *ListSealApprovalResponseBody
func (ListSealApprovalResponseBody) String ¶
func (s ListSealApprovalResponseBody) String() string
type ListSealApprovalResponseBodyData ¶
type ListSealApprovalResponseBodyData struct { ApprovalName *string `json:"approvalName,omitempty" xml:"approvalName,omitempty"` ApprovalNodes []*ListSealApprovalResponseBodyDataApprovalNodes `json:"approvalNodes,omitempty" xml:"approvalNodes,omitempty" type:"Repeated"` EndTime *int64 `json:"endTime,omitempty" xml:"endTime,omitempty"` RefuseReason *string `json:"refuseReason,omitempty" xml:"refuseReason,omitempty"` SealIdImg *string `json:"sealIdImg,omitempty" xml:"sealIdImg,omitempty"` SponsorAccountName *string `json:"sponsorAccountName,omitempty" xml:"sponsorAccountName,omitempty"` StartTime *int64 `json:"startTime,omitempty" xml:"startTime,omitempty"` Status *string `json:"status,omitempty" xml:"status,omitempty"` }
func (ListSealApprovalResponseBodyData) GoString ¶
func (s ListSealApprovalResponseBodyData) GoString() string
func (*ListSealApprovalResponseBodyData) SetApprovalName ¶
func (s *ListSealApprovalResponseBodyData) SetApprovalName(v string) *ListSealApprovalResponseBodyData
func (*ListSealApprovalResponseBodyData) SetApprovalNodes ¶
func (s *ListSealApprovalResponseBodyData) SetApprovalNodes(v []*ListSealApprovalResponseBodyDataApprovalNodes) *ListSealApprovalResponseBodyData
func (*ListSealApprovalResponseBodyData) SetEndTime ¶
func (s *ListSealApprovalResponseBodyData) SetEndTime(v int64) *ListSealApprovalResponseBodyData
func (*ListSealApprovalResponseBodyData) SetRefuseReason ¶
func (s *ListSealApprovalResponseBodyData) SetRefuseReason(v string) *ListSealApprovalResponseBodyData
func (*ListSealApprovalResponseBodyData) SetSealIdImg ¶
func (s *ListSealApprovalResponseBodyData) SetSealIdImg(v string) *ListSealApprovalResponseBodyData
func (*ListSealApprovalResponseBodyData) SetSponsorAccountName ¶
func (s *ListSealApprovalResponseBodyData) SetSponsorAccountName(v string) *ListSealApprovalResponseBodyData
func (*ListSealApprovalResponseBodyData) SetStartTime ¶
func (s *ListSealApprovalResponseBodyData) SetStartTime(v int64) *ListSealApprovalResponseBodyData
func (*ListSealApprovalResponseBodyData) SetStatus ¶
func (s *ListSealApprovalResponseBodyData) SetStatus(v string) *ListSealApprovalResponseBodyData
func (ListSealApprovalResponseBodyData) String ¶
func (s ListSealApprovalResponseBodyData) String() string
type ListSealApprovalResponseBodyDataApprovalNodes ¶
type ListSealApprovalResponseBodyDataApprovalNodes struct { ApprovalTime *int64 `json:"approvalTime,omitempty" xml:"approvalTime,omitempty"` ApproverName *string `json:"approverName,omitempty" xml:"approverName,omitempty"` StartTime *int64 `json:"startTime,omitempty" xml:"startTime,omitempty"` Status *string `json:"status,omitempty" xml:"status,omitempty"` }
func (ListSealApprovalResponseBodyDataApprovalNodes) GoString ¶
func (s ListSealApprovalResponseBodyDataApprovalNodes) GoString() string
func (*ListSealApprovalResponseBodyDataApprovalNodes) SetApprovalTime ¶
func (s *ListSealApprovalResponseBodyDataApprovalNodes) SetApprovalTime(v int64) *ListSealApprovalResponseBodyDataApprovalNodes
func (*ListSealApprovalResponseBodyDataApprovalNodes) SetApproverName ¶
func (s *ListSealApprovalResponseBodyDataApprovalNodes) SetApproverName(v string) *ListSealApprovalResponseBodyDataApprovalNodes
func (*ListSealApprovalResponseBodyDataApprovalNodes) SetStartTime ¶
func (s *ListSealApprovalResponseBodyDataApprovalNodes) SetStartTime(v int64) *ListSealApprovalResponseBodyDataApprovalNodes
func (*ListSealApprovalResponseBodyDataApprovalNodes) SetStatus ¶
func (s *ListSealApprovalResponseBodyDataApprovalNodes) SetStatus(v string) *ListSealApprovalResponseBodyDataApprovalNodes
func (ListSealApprovalResponseBodyDataApprovalNodes) String ¶
func (s ListSealApprovalResponseBodyDataApprovalNodes) String() string
type OrderResaleHeaders ¶
type OrderResaleHeaders struct { CommonHeaders map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"` XAcsDingtalkAccessToken *string `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"` }
func (OrderResaleHeaders) GoString ¶
func (s OrderResaleHeaders) GoString() string
func (*OrderResaleHeaders) SetCommonHeaders ¶
func (s *OrderResaleHeaders) SetCommonHeaders(v map[string]*string) *OrderResaleHeaders
func (*OrderResaleHeaders) SetXAcsDingtalkAccessToken ¶
func (s *OrderResaleHeaders) SetXAcsDingtalkAccessToken(v string) *OrderResaleHeaders
func (OrderResaleHeaders) String ¶
func (s OrderResaleHeaders) String() string
type OrderResaleRequest ¶
type OrderResaleRequest struct { OrderCreateTime *int64 `json:"orderCreateTime,omitempty" xml:"orderCreateTime,omitempty"` OrderId *string `json:"orderId,omitempty" xml:"orderId,omitempty"` Quantity *int64 `json:"quantity,omitempty" xml:"quantity,omitempty"` ServiceStartTime *int64 `json:"serviceStartTime,omitempty" xml:"serviceStartTime,omitempty"` ServiceStopTime *int64 `json:"serviceStopTime,omitempty" xml:"serviceStopTime,omitempty"` }
func (OrderResaleRequest) GoString ¶
func (s OrderResaleRequest) GoString() string
func (*OrderResaleRequest) SetOrderCreateTime ¶
func (s *OrderResaleRequest) SetOrderCreateTime(v int64) *OrderResaleRequest
func (*OrderResaleRequest) SetOrderId ¶
func (s *OrderResaleRequest) SetOrderId(v string) *OrderResaleRequest
func (*OrderResaleRequest) SetQuantity ¶
func (s *OrderResaleRequest) SetQuantity(v int64) *OrderResaleRequest
func (*OrderResaleRequest) SetServiceStartTime ¶
func (s *OrderResaleRequest) SetServiceStartTime(v int64) *OrderResaleRequest
func (*OrderResaleRequest) SetServiceStopTime ¶
func (s *OrderResaleRequest) SetServiceStopTime(v int64) *OrderResaleRequest
func (OrderResaleRequest) String ¶
func (s OrderResaleRequest) String() string
type OrderResaleResponse ¶
type OrderResaleResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` Body *OrderResaleResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (OrderResaleResponse) GoString ¶
func (s OrderResaleResponse) GoString() string
func (*OrderResaleResponse) SetBody ¶
func (s *OrderResaleResponse) SetBody(v *OrderResaleResponseBody) *OrderResaleResponse
func (*OrderResaleResponse) SetHeaders ¶
func (s *OrderResaleResponse) SetHeaders(v map[string]*string) *OrderResaleResponse
func (OrderResaleResponse) String ¶
func (s OrderResaleResponse) String() string
type OrderResaleResponseBody ¶
type OrderResaleResponseBody struct { Code *int32 `json:"code,omitempty" xml:"code,omitempty"` Data *OrderResaleResponseBodyData `json:"data,omitempty" xml:"data,omitempty" type:"Struct"` Message *string `json:"message,omitempty" xml:"message,omitempty"` }
func (OrderResaleResponseBody) GoString ¶
func (s OrderResaleResponseBody) GoString() string
func (*OrderResaleResponseBody) SetCode ¶
func (s *OrderResaleResponseBody) SetCode(v int32) *OrderResaleResponseBody
func (*OrderResaleResponseBody) SetData ¶
func (s *OrderResaleResponseBody) SetData(v *OrderResaleResponseBodyData) *OrderResaleResponseBody
func (*OrderResaleResponseBody) SetMessage ¶
func (s *OrderResaleResponseBody) SetMessage(v string) *OrderResaleResponseBody
func (OrderResaleResponseBody) String ¶
func (s OrderResaleResponseBody) String() string
type OrderResaleResponseBodyData ¶
type OrderResaleResponseBodyData struct {
EsignOrderId *string `json:"esignOrderId,omitempty" xml:"esignOrderId,omitempty"`
}
func (OrderResaleResponseBodyData) GoString ¶
func (s OrderResaleResponseBodyData) GoString() string
func (*OrderResaleResponseBodyData) SetEsignOrderId ¶
func (s *OrderResaleResponseBodyData) SetEsignOrderId(v string) *OrderResaleResponseBodyData
func (OrderResaleResponseBodyData) String ¶
func (s OrderResaleResponseBodyData) String() string
Click to show internal directories.
Click to hide internal directories.