Documentation
¶
Index ¶
- type CloudauthClient
- func (c *CloudauthClient) AddressDetail(request *cloudauth.AddressDetailRequest) (*cloudauth.AddressDetailResponse, error)
- func (c *CloudauthClient) AddressInfo(request *cloudauth.AddressInfoRequest) (*cloudauth.AddressInfoResponse, error)
- func (c *CloudauthClient) BankCardOCR(request *cloudauth.BankCardOCRRequest) (*cloudauth.BankCardOCRResponse, error)
- func (c *CloudauthClient) BusinessOCR(request *cloudauth.BusinessOCRRequest) (*cloudauth.BusinessOCRResponse, error)
- func (c *CloudauthClient) CheckCompanyInfo(request *cloudauth.CheckCompanyInfoRequest) (*cloudauth.CheckCompanyInfoResponse, error)
- func (c *CloudauthClient) CheckCompanyInfo3(request *cloudauth.CheckCompanyInfo3Request) (*cloudauth.CheckCompanyInfo3Response, error)
- func (c *CloudauthClient) CheckCompanyTransfer(request *cloudauth.CheckCompanyTransferRequest) (*cloudauth.CheckCompanyTransferResponse, error)
- func (c *CloudauthClient) CheckLegalPerson(request *cloudauth.CheckLegalPersonRequest) (*cloudauth.CheckLegalPersonResponse, error)
- func (c *CloudauthClient) CheckLegalPersonDetail(request *cloudauth.CheckLegalPersonDetailRequest) (*cloudauth.CheckLegalPersonDetailResponse, error)
- func (c *CloudauthClient) CompanyTransfer(request *cloudauth.CompanyTransferRequest) (*cloudauth.CompanyTransferResponse, error)
- func (c *CloudauthClient) CompanyTransferSimple(request *cloudauth.CompanyTransferSimpleRequest) (*cloudauth.CompanyTransferSimpleResponse, error)
- func (c *CloudauthClient) DescribeApplyStatus(request *cloudauth.DescribeApplyStatusRequest) (*cloudauth.DescribeApplyStatusResponse, error)
- func (c *CloudauthClient) DisableLogger()
- func (c *CloudauthClient) GetAliveResult(request *cloudauth.GetAliveResultRequest) (*cloudauth.GetAliveResultResponse, error)
- func (c *CloudauthClient) GetAliveResultNew(request *cloudauth.GetAliveResultNewRequest) (*cloudauth.GetAliveResultNewResponse, error)
- func (c *CloudauthClient) GetAliveUrl(request *cloudauth.GetAliveUrlRequest) (*cloudauth.GetAliveUrlResponse, error)
- func (c *CloudauthClient) GetAliveUrlNew(request *cloudauth.GetAliveUrlNewRequest) (*cloudauth.GetAliveUrlNewResponse, error)
- func (c *CloudauthClient) IDCard(request *cloudauth.IDCardRequest) (*cloudauth.IDCardResponse, error)
- func (c *CloudauthClient) MobileStatus(request *cloudauth.MobileStatusRequest) (*cloudauth.MobileStatusResponse, error)
- func (c *CloudauthClient) OneClick(request *cloudauth.OneClickRequest) (*cloudauth.OneClickResponse, error)
- func (c *CloudauthClient) PersonalAuth(request *cloudauth.PersonalAuthRequest) (*cloudauth.PersonalAuthResponse, error)
- func (c *CloudauthClient) PersonalBankcard3Detail(request *cloudauth.PersonalBankcard3DetailRequest) (*cloudauth.PersonalBankcard3DetailResponse, error)
- func (c *CloudauthClient) PersonalBankcard3Other(request *cloudauth.PersonalBankcard3OtherRequest) (*cloudauth.PersonalBankcard3OtherResponse, error)
- func (c *CloudauthClient) PersonalBankcard4Detail(request *cloudauth.PersonalBankcard4DetailRequest) (*cloudauth.PersonalBankcard4DetailResponse, error)
- func (c *CloudauthClient) PersonalBankcard4Other(request *cloudauth.PersonalBankcard4OtherRequest) (*cloudauth.PersonalBankcard4OtherResponse, error)
- func (c *CloudauthClient) PersonalMobile(request *cloudauth.PersonalMobileRequest) (*cloudauth.PersonalMobileResponse, error)
- func (c *CloudauthClient) QueryBankBranchList(request *cloudauth.QueryBankBranchListRequest) (*cloudauth.QueryBankBranchListResponse, error)
- func (c *CloudauthClient) QueryBankList(request *cloudauth.QueryBankListRequest) (*cloudauth.QueryBankListResponse, error)
- func (c *CloudauthClient) QueryCityList(request *cloudauth.QueryCityListRequest) (*cloudauth.QueryCityListResponse, error)
- func (c *CloudauthClient) QueryCompanyTransfer(request *cloudauth.QueryCompanyTransferRequest) (*cloudauth.QueryCompanyTransferResponse, error)
- func (c *CloudauthClient) QueryProvinceList(request *cloudauth.QueryProvinceListRequest) (*cloudauth.QueryProvinceListResponse, error)
- func (c *CloudauthClient) SetConfig(config *core.Config)
- func (c *CloudauthClient) SetLogger(logger core.Logger)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CloudauthClient ¶
type CloudauthClient struct {
core.JDCloudClient
}
func NewCloudauthClient ¶
func NewCloudauthClient(credential *core.Credential) *CloudauthClient
func (*CloudauthClient) AddressDetail ¶ added in v1.63.0
func (c *CloudauthClient) AddressDetail(request *cloudauth.AddressDetailRequest) (*cloudauth.AddressDetailResponse, error)
失联地址识别结果
func (*CloudauthClient) AddressInfo ¶ added in v1.63.0
func (c *CloudauthClient) AddressInfo(request *cloudauth.AddressInfoRequest) (*cloudauth.AddressInfoResponse, error)
失联地址识别状态查询
func (*CloudauthClient) BankCardOCR ¶ added in v1.63.0
func (c *CloudauthClient) BankCardOCR(request *cloudauth.BankCardOCRRequest) (*cloudauth.BankCardOCRResponse, error)
银行卡OCR
func (*CloudauthClient) BusinessOCR ¶ added in v1.63.0
func (c *CloudauthClient) BusinessOCR(request *cloudauth.BusinessOCRRequest) (*cloudauth.BusinessOCRResponse, error)
营业执照OCR
func (*CloudauthClient) CheckCompanyInfo ¶
func (c *CloudauthClient) CheckCompanyInfo(request *cloudauth.CheckCompanyInfoRequest) (*cloudauth.CheckCompanyInfoResponse, error)
企业基础信息核验
func (*CloudauthClient) CheckCompanyInfo3 ¶ added in v1.63.0
func (c *CloudauthClient) CheckCompanyInfo3(request *cloudauth.CheckCompanyInfo3Request) (*cloudauth.CheckCompanyInfo3Response, error)
企业三要素
func (*CloudauthClient) CheckCompanyTransfer ¶
func (c *CloudauthClient) CheckCompanyTransfer(request *cloudauth.CheckCompanyTransferRequest) (*cloudauth.CheckCompanyTransferResponse, error)
对公打款验证
func (*CloudauthClient) CheckLegalPerson ¶
func (c *CloudauthClient) CheckLegalPerson(request *cloudauth.CheckLegalPersonRequest) (*cloudauth.CheckLegalPersonResponse, error)
法人信息校验
func (*CloudauthClient) CheckLegalPersonDetail ¶ added in v1.63.0
func (c *CloudauthClient) CheckLegalPersonDetail(request *cloudauth.CheckLegalPersonDetailRequest) (*cloudauth.CheckLegalPersonDetailResponse, error)
法人信息校验(详版)
func (*CloudauthClient) CompanyTransfer ¶
func (c *CloudauthClient) CompanyTransfer(request *cloudauth.CompanyTransferRequest) (*cloudauth.CompanyTransferResponse, error)
对公银行账户打款(随机小额)
func (*CloudauthClient) CompanyTransferSimple ¶ added in v1.63.0
func (c *CloudauthClient) CompanyTransferSimple(request *cloudauth.CompanyTransferSimpleRequest) (*cloudauth.CompanyTransferSimpleResponse, error)
对公银行账户打款(随机小额)——简单版
func (*CloudauthClient) DescribeApplyStatus ¶
func (c *CloudauthClient) DescribeApplyStatus(request *cloudauth.DescribeApplyStatusRequest) (*cloudauth.DescribeApplyStatusResponse, error)
查询服务开通状态
func (*CloudauthClient) DisableLogger ¶
func (c *CloudauthClient) DisableLogger()
func (*CloudauthClient) GetAliveResult ¶ added in v1.63.0
func (c *CloudauthClient) GetAliveResult(request *cloudauth.GetAliveResultRequest) (*cloudauth.GetAliveResultResponse, error)
H5活体检测结果
func (*CloudauthClient) GetAliveResultNew ¶ added in v1.63.0
func (c *CloudauthClient) GetAliveResultNew(request *cloudauth.GetAliveResultNewRequest) (*cloudauth.GetAliveResultNewResponse, error)
H5活体检测结果新版
func (*CloudauthClient) GetAliveUrl ¶ added in v1.63.0
func (c *CloudauthClient) GetAliveUrl(request *cloudauth.GetAliveUrlRequest) (*cloudauth.GetAliveUrlResponse, error)
H5活体检测获取采集页面链接
func (*CloudauthClient) GetAliveUrlNew ¶ added in v1.63.0
func (c *CloudauthClient) GetAliveUrlNew(request *cloudauth.GetAliveUrlNewRequest) (*cloudauth.GetAliveUrlNewResponse, error)
H5活体检测获取采集页面链接新版
func (*CloudauthClient) IDCard ¶ added in v1.63.0
func (c *CloudauthClient) IDCard(request *cloudauth.IDCardRequest) (*cloudauth.IDCardResponse, error)
个人身份证OCR
func (*CloudauthClient) MobileStatus ¶ added in v1.63.0
func (c *CloudauthClient) MobileStatus(request *cloudauth.MobileStatusRequest) (*cloudauth.MobileStatusResponse, error)
手机号码状态查询
func (*CloudauthClient) OneClick ¶ added in v1.63.0
func (c *CloudauthClient) OneClick(request *cloudauth.OneClickRequest) (*cloudauth.OneClickResponse, error)
一键登录
func (*CloudauthClient) PersonalAuth ¶
func (c *CloudauthClient) PersonalAuth(request *cloudauth.PersonalAuthRequest) (*cloudauth.PersonalAuthResponse, error)
个人实名认证
func (*CloudauthClient) PersonalBankcard3Detail ¶ added in v1.63.0
func (c *CloudauthClient) PersonalBankcard3Detail(request *cloudauth.PersonalBankcard3DetailRequest) (*cloudauth.PersonalBankcard3DetailResponse, error)
个人银行卡三要素详版
func (*CloudauthClient) PersonalBankcard3Other ¶ added in v1.63.0
func (c *CloudauthClient) PersonalBankcard3Other(request *cloudauth.PersonalBankcard3OtherRequest) (*cloudauth.PersonalBankcard3OtherResponse, error)
个人银行卡三要素非身份证版
func (*CloudauthClient) PersonalBankcard4Detail ¶ added in v1.63.0
func (c *CloudauthClient) PersonalBankcard4Detail(request *cloudauth.PersonalBankcard4DetailRequest) (*cloudauth.PersonalBankcard4DetailResponse, error)
个人银行卡四要素详版
func (*CloudauthClient) PersonalBankcard4Other ¶ added in v1.63.0
func (c *CloudauthClient) PersonalBankcard4Other(request *cloudauth.PersonalBankcard4OtherRequest) (*cloudauth.PersonalBankcard4OtherResponse, error)
个人银行卡四要素非身份证版
func (*CloudauthClient) PersonalMobile ¶ added in v1.63.0
func (c *CloudauthClient) PersonalMobile(request *cloudauth.PersonalMobileRequest) (*cloudauth.PersonalMobileResponse, error)
个人手机号三要素详版
func (*CloudauthClient) QueryBankBranchList ¶
func (c *CloudauthClient) QueryBankBranchList(request *cloudauth.QueryBankBranchListRequest) (*cloudauth.QueryBankBranchListResponse, error)
查询城市下银行分行列表
func (*CloudauthClient) QueryBankList ¶
func (c *CloudauthClient) QueryBankList(request *cloudauth.QueryBankListRequest) (*cloudauth.QueryBankListResponse, error)
查询所有支持的银行
func (*CloudauthClient) QueryCityList ¶
func (c *CloudauthClient) QueryCityList(request *cloudauth.QueryCityListRequest) (*cloudauth.QueryCityListResponse, error)
查询省份下城市编码
func (*CloudauthClient) QueryCompanyTransfer ¶ added in v1.63.0
func (c *CloudauthClient) QueryCompanyTransfer(request *cloudauth.QueryCompanyTransferRequest) (*cloudauth.QueryCompanyTransferResponse, error)
对公打款状态查询
func (*CloudauthClient) QueryProvinceList ¶
func (c *CloudauthClient) QueryProvinceList(request *cloudauth.QueryProvinceListRequest) (*cloudauth.QueryProvinceListResponse, error)
查询所有省份列表
func (*CloudauthClient) SetConfig ¶
func (c *CloudauthClient) SetConfig(config *core.Config)
func (*CloudauthClient) SetLogger ¶
func (c *CloudauthClient) SetLogger(logger core.Logger)
Click to show internal directories.
Click to hide internal directories.