@antchain/riskplus 1.23.6 → 1.23.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client.d.ts +87 -0
- package/dist/client.js +132 -2
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +183 -1
package/dist/client.d.ts
CHANGED
|
@@ -195,6 +195,21 @@ export declare class DecisionFlow extends $tea.Model {
|
|
|
195
195
|
[key: string]: any;
|
|
196
196
|
});
|
|
197
197
|
}
|
|
198
|
+
export declare class RpspInfoModel extends $tea.Model {
|
|
199
|
+
planCode: string;
|
|
200
|
+
sceneStrategyId: number;
|
|
201
|
+
rpspResult: string;
|
|
202
|
+
rpspOutPutInfo: string;
|
|
203
|
+
static names(): {
|
|
204
|
+
[key: string]: string;
|
|
205
|
+
};
|
|
206
|
+
static types(): {
|
|
207
|
+
[key: string]: any;
|
|
208
|
+
};
|
|
209
|
+
constructor(map?: {
|
|
210
|
+
[key: string]: any;
|
|
211
|
+
});
|
|
212
|
+
}
|
|
198
213
|
export declare class CouponInfo extends $tea.Model {
|
|
199
214
|
couponId: string;
|
|
200
215
|
couponName: string;
|
|
@@ -673,6 +688,19 @@ export declare class RtopRiskStormCompanyAnnualReport extends $tea.Model {
|
|
|
673
688
|
[key: string]: any;
|
|
674
689
|
});
|
|
675
690
|
}
|
|
691
|
+
export declare class CustomerRpspInfosModel extends $tea.Model {
|
|
692
|
+
rpspResults: RpspInfoModel[];
|
|
693
|
+
customerKey: string;
|
|
694
|
+
static names(): {
|
|
695
|
+
[key: string]: string;
|
|
696
|
+
};
|
|
697
|
+
static types(): {
|
|
698
|
+
[key: string]: any;
|
|
699
|
+
};
|
|
700
|
+
constructor(map?: {
|
|
701
|
+
[key: string]: any;
|
|
702
|
+
});
|
|
703
|
+
}
|
|
676
704
|
export declare class QueryInfo extends $tea.Model {
|
|
677
705
|
key?: string;
|
|
678
706
|
value?: string;
|
|
@@ -843,6 +871,19 @@ export declare class RtopAgeDistribution extends $tea.Model {
|
|
|
843
871
|
[key: string]: any;
|
|
844
872
|
});
|
|
845
873
|
}
|
|
874
|
+
export declare class CustomerInfo extends $tea.Model {
|
|
875
|
+
customerKey: string;
|
|
876
|
+
properties?: string;
|
|
877
|
+
static names(): {
|
|
878
|
+
[key: string]: string;
|
|
879
|
+
};
|
|
880
|
+
static types(): {
|
|
881
|
+
[key: string]: any;
|
|
882
|
+
};
|
|
883
|
+
constructor(map?: {
|
|
884
|
+
[key: string]: any;
|
|
885
|
+
});
|
|
886
|
+
}
|
|
846
887
|
export declare class CompanyInfo extends $tea.Model {
|
|
847
888
|
activeAddrJson: string;
|
|
848
889
|
activeCity: string;
|
|
@@ -5668,6 +5709,40 @@ export declare class PushQmpBackflowJsondataResponse extends $tea.Model {
|
|
|
5668
5709
|
[key: string]: any;
|
|
5669
5710
|
});
|
|
5670
5711
|
}
|
|
5712
|
+
export declare class BatchqueryQmpRtMixedmarketingRequest extends $tea.Model {
|
|
5713
|
+
authToken?: string;
|
|
5714
|
+
productInstanceId?: string;
|
|
5715
|
+
planCodes: string[];
|
|
5716
|
+
planSetCode?: string;
|
|
5717
|
+
queryTemplate: string;
|
|
5718
|
+
customerDetails: CustomerInfo[];
|
|
5719
|
+
publicProperties?: string;
|
|
5720
|
+
bizSerialNo: string;
|
|
5721
|
+
static names(): {
|
|
5722
|
+
[key: string]: string;
|
|
5723
|
+
};
|
|
5724
|
+
static types(): {
|
|
5725
|
+
[key: string]: any;
|
|
5726
|
+
};
|
|
5727
|
+
constructor(map?: {
|
|
5728
|
+
[key: string]: any;
|
|
5729
|
+
});
|
|
5730
|
+
}
|
|
5731
|
+
export declare class BatchqueryQmpRtMixedmarketingResponse extends $tea.Model {
|
|
5732
|
+
reqMsgId?: string;
|
|
5733
|
+
resultCode?: string;
|
|
5734
|
+
resultMsg?: string;
|
|
5735
|
+
queryResults?: CustomerRpspInfosModel[];
|
|
5736
|
+
static names(): {
|
|
5737
|
+
[key: string]: string;
|
|
5738
|
+
};
|
|
5739
|
+
static types(): {
|
|
5740
|
+
[key: string]: any;
|
|
5741
|
+
};
|
|
5742
|
+
constructor(map?: {
|
|
5743
|
+
[key: string]: any;
|
|
5744
|
+
});
|
|
5745
|
+
}
|
|
5671
5746
|
export declare class SyncRdaasTaxAuthinfoRequest extends $tea.Model {
|
|
5672
5747
|
authToken?: string;
|
|
5673
5748
|
productInstanceId?: string;
|
|
@@ -10621,6 +10696,18 @@ export default class Client {
|
|
|
10621
10696
|
pushQmpBackflowJsondataEx(request: PushQmpBackflowJsondataRequest, headers: {
|
|
10622
10697
|
[key: string]: string;
|
|
10623
10698
|
}, runtime: $Util.RuntimeOptions): Promise<PushQmpBackflowJsondataResponse>;
|
|
10699
|
+
/**
|
|
10700
|
+
* Description: 智选平台混合策略批量分层服务
|
|
10701
|
+
* Summary: 智选平台-混合策略批量分层服务
|
|
10702
|
+
*/
|
|
10703
|
+
batchqueryQmpRtMixedmarketing(request: BatchqueryQmpRtMixedmarketingRequest): Promise<BatchqueryQmpRtMixedmarketingResponse>;
|
|
10704
|
+
/**
|
|
10705
|
+
* Description: 智选平台混合策略批量分层服务
|
|
10706
|
+
* Summary: 智选平台-混合策略批量分层服务
|
|
10707
|
+
*/
|
|
10708
|
+
batchqueryQmpRtMixedmarketingEx(request: BatchqueryQmpRtMixedmarketingRequest, headers: {
|
|
10709
|
+
[key: string]: string;
|
|
10710
|
+
}, runtime: $Util.RuntimeOptions): Promise<BatchqueryQmpRtMixedmarketingResponse>;
|
|
10624
10711
|
/**
|
|
10625
10712
|
* Description: 企管盾票税交接授权信息表的同步
|
|
10626
10713
|
* Summary: 企管盾票税交接授权信息表的同步
|
package/dist/client.js
CHANGED
|
@@ -22,7 +22,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
22
22
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
23
23
|
};
|
|
24
24
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25
|
-
exports.CreateAntcloudGatewayxFileUploadResponse = exports.CreateAntcloudGatewayxFileUploadRequest = exports.UploadUmktOfflineImportrecordResponse = exports.UploadUmktOfflineImportrecordRequest = exports.QueryUmktOfflinedecisionPlandetailsResponse = exports.QueryUmktOfflinedecisionPlandetailsRequest = exports.DownloadUmktOfflinedecisionResultResponse = exports.DownloadUmktOfflinedecisionResultRequest = exports.QueryUmktOfflinedecisionResultResponse = exports.QueryUmktOfflinedecisionResultRequest = exports.UploadUmktOfflinedecisionResponse = exports.UploadUmktOfflinedecisionRequest = exports.QueryUmktCardsmsAnalysisResponse = exports.QueryUmktCardsmsAnalysisRequest = exports.PushUmktBackflowJsondataResponse = exports.PushUmktBackflowJsondataRequest = exports.BatchqueryUmktTaskDetailResponse = exports.BatchqueryUmktTaskDetailRequest = exports.PushUmktCustomerGroupResponse = exports.PushUmktCustomerGroupRequest = exports.PushUmktCommonDataResponse = exports.PushUmktCommonDataRequest = exports.PushRiskplusUmktCommonbackflowResponse = exports.PushRiskplusUmktCommonbackflowRequest = exports.BatchqueryUmktActionplanDetailResponse = exports.BatchqueryUmktActionplanDetailRequest = exports.BatchqueryUmktRobotcallDetailResponse = exports.BatchqueryUmktRobotcallDetailRequest = exports.BatchqueryUmktTenantActionplaninfoResponse = exports.BatchqueryUmktTenantActionplaninfoRequest = exports.CallbackUmktSmsReportResponse = exports.CallbackUmktSmsReportRequest = exports.CallbackUmktSmsUpResponse = exports.CallbackUmktSmsUpRequest = exports.CallbackUmktRobotcallResponse = exports.CallbackUmktRobotcallRequest = exports.ApplyUmktRtBatchmarketingResponse = exports.ApplyUmktRtBatchmarketingRequest = exports.ApplyUmktRealtimemarketingResponse = exports.ApplyUmktRealtimemarketingRequest = exports.QueryUmktRobotcallDetailResponse = exports.QueryUmktRobotcallDetailRequest = exports.QueryUmktTenantActionplaninfoResponse = exports.QueryUmktTenantActionplaninfoRequest = exports.QueryUmktRobotcallStatisticinfoResponse = exports.QueryUmktRobotcallStatisticinfoRequest = exports.BatchqueryUmktRtTopnResponse = exports.BatchqueryUmktRtTopnRequest = exports.ApplyUmktPhonenumberstatusforsmsResponse = exports.ApplyUmktPhonenumberstatusforsmsRequest = exports.BatchqueryUmktRtMixedmarketingResponse = exports.BatchqueryUmktRtMixedmarketingRequest = exports.QueryUmktCpaassmsTemplateResponse = exports.QueryUmktCpaassmsTemplateRequest = exports.SendUmktDigitalsmsBatchResponse = exports.SendUmktDigitalsmsBatchRequest = exports.SendUmktTextsmsBatchResponse = exports.SendUmktTextsmsBatchRequest = exports.QueryUmktCardsmsSupportResponse = exports.QueryUmktCardsmsSupportRequest = exports.SendUmktCardsmsBatchResponse = exports.SendUmktCardsmsBatchRequest = exports.PushUmktBackflowEventResponse = exports.PushUmktBackflowEventRequest = exports.QueryUmktRtMarketingResponse = exports.QueryUmktRtMarketingRequest = exports.CancelUmktDataaccessOfflinetaskResponse = exports.CancelUmktDataaccessOfflinetaskRequest = exports.QueryUmktDataaccessStatisticResponse = exports.QueryUmktDataaccessStatisticRequest = exports.ApplyUmktRobotcallResponse = exports.ApplyUmktRobotcallRequest = exports.QueryUmktScenestrategyTestResponse = exports.QueryUmktScenestrategyTestRequest = exports.BatchqueryUmktRtTailmarketingResponse = exports.BatchqueryUmktRtTailmarketingRequest = exports.ImportUmktSceneUploadResponse = exports.ImportUmktSceneUploadRequest = exports.SyncUmktRtEventresultResponse = exports.SyncUmktRtEventresultRequest = exports.BatchqueryUmktRtMarketingResponse = exports.BatchqueryUmktRtMarketingRequest = exports.UploadUmktParamsFileResponse = exports.UploadUmktParamsFileRequest = exports.QueryTdisaasSecurityPolicyResponse = exports.QueryTdisaasSecurityPolicyRequest = exports.QuerySnapshotEventResponse = exports.QuerySnapshotEventRequest = exports.QueryRpSecurityPolicyResponse = exports.QueryRpSecurityPolicyRequest = exports.ListRtopStarCompanyResponse = exports.ListRtopStarCompanyRequest = exports.QueryRtopTagImageResponse = exports.QueryRtopTagImageRequest = exports.ListRtopCompanyRelatedResponse = exports.ListRtopCompanyRelatedRequest = exports.QueryRtopCompanyRiskResponse = exports.QueryRtopCompanyRiskRequest = exports.QueryRtopRisklabelConfigResponse = exports.QueryRtopRisklabelConfigRequest = exports.QueryRtopCompanyListResponse = exports.QueryRtopCompanyListRequest = exports.QueryRtopCompanyRiskyResponse = exports.QueryRtopCompanyRiskyRequest = exports.QueryRtopCompanyAlarmResponse = exports.QueryRtopCompanyAlarmRequest = exports.QueryRtopCompanyFeedbackResponse = exports.QueryRtopCompanyFeedbackRequest = exports.PullRegtechNewsResponse = exports.PullRegtechNewsRequest = exports.QueryRtopRisklabelFilterResponse = exports.QueryRtopRisklabelFilterRequest = exports.QueryRtopCompanyResponse = exports.QueryRtopCompanyRequest = exports.QueryRtopRisklabelResponse = exports.QueryRtopRisklabelRequest = exports.CreateRtopTokenResponse = exports.CreateRtopTokenRequest = exports.ExecRtopGenericInvokeResponse = exports.ExecRtopGenericInvokeRequest = exports.QueryRtopCompanyRiskinfoResponse = exports.QueryRtopCompanyRiskinfoRequest = exports.GetRtopCompanyDetailResponse = exports.GetRtopCompanyDetailRequest = exports.QueryRtopCrowdriskSumResponse = exports.QueryRtopCrowdriskSumRequest = exports.QueryRtopRiskstormResponse = exports.QueryRtopRiskstormRequest = exports.QueryRtopCrowdriskDetailResponse = exports.QueryRtopCrowdriskDetailRequest = exports.ListRtopCrowdriskResponse = exports.ListRtopCrowdriskRequest = exports.QueryRtopCrowdriskStatisticResponse = exports.QueryRtopCrowdriskStatisticRequest = exports.GetRtopCompanyMonitorResponse = exports.GetRtopCompanyMonitorRequest = exports.ListRtopCompanyOpinionsResponse = exports.ListRtopCompanyOpinionsRequest = exports.QueryRtopCompanyOpinionResponse = exports.QueryRtopCompanyOpinionRequest = exports.NotifyRpgwUserSignresultResponse = exports.NotifyRpgwUserSignresultRequest = exports.SyncRpgwUserOrderinfoResponse = exports.SyncRpgwUserOrderinfoRequest = exports.WithdrawRpgwUserCommissionResponse = exports.WithdrawRpgwUserCommissionRequest = exports.QueryRpgwUserSignurlResponse = exports.QueryRpgwUserSignurlRequest = exports.RegisterRpgwUserEinvoiceResponse = exports.RegisterRpgwUserEinvoiceRequest = exports.QueryRpgwSignUrlResponse = exports.QueryRpgwSignUrlRequest = exports.PushRpaasReportAnswerResponse = exports.PushRpaasReportAnswerRequest = exports.ReceiveRbbParamsFileResponse = exports.ReceiveRbbParamsFileRequest = exports.PushRbbInvoiceChargeResponse = exports.PushRbbInvoiceChargeRequest = exports.PushRbbCustomerStatusResponse = exports.PushRbbCustomerStatusRequest = exports.GetRbbTaxinvoiceDataResponse = exports.GetRbbTaxinvoiceDataRequest = exports.PushRbbCustomerInformationResponse = exports.PushRbbCustomerInformationRequest = exports.OperateRbbCreditResponse = exports.OperateRbbCreditRequest = exports.UploadRbbFileAmapResponse = exports.UploadRbbFileAmapRequest = exports.PushRbbCustomerCompanyinfoResponse = exports.PushRbbCustomerCompanyinfoRequest = exports.QueryRbbObtsZsearchResponse = exports.QueryRbbObtsZsearchRequest = exports.QueryRbbCompanyGuardResponse = exports.QueryRbbCompanyGuardRequest = exports.ApplyRbbCompanyGuardResponse = exports.ApplyRbbCompanyGuardRequest = exports.FinishRbbRegdatasyncScheduleResponse = exports.FinishRbbRegdatasyncScheduleRequest = exports.StartRbbRegdatasyncScheduleResponse = exports.StartRbbRegdatasyncScheduleRequest = exports.QueryRbbRegdatasyncPreparedResponse = exports.QueryRbbRegdatasyncPreparedRequest = exports.QueryRbbCompanyCreditResponse = exports.QueryRbbCompanyCreditRequest = exports.ApplyRbbCompanyCreditResponse = exports.ApplyRbbCompanyCreditRequest = exports.ExecRbbCompanyGuardResponse = exports.ExecRbbCompanyGuardRequest = exports.CreateRbbUserResponse = exports.CreateRbbUserRequest = exports.CreateRbbTenantResponse = exports.CreateRbbTenantRequest = exports.GetRbbLoginTokenResponse = exports.GetRbbLoginTokenRequest = exports.QueryRbbGeneralResponse = exports.QueryRbbGeneralRequest = exports.CreateRbbApiGwtokenResponse = exports.CreateRbbApiGwtokenRequest = exports.CreateRbbTokenResponse = exports.CreateRbbTokenRequest = exports.QueryRbbGenericInvokeResponse = exports.QueryRbbGenericInvokeRequest = exports.ReceiveRfcParamsFileResponse = exports.ReceiveRfcParamsFileRequest = exports.QueryRdaasTaxSimpleauthdecisionResponse = exports.QueryRdaasTaxSimpleauthdecisionRequest = exports.QueryRdaasTaxRpadecisionindicatorResponse = exports.QueryRdaasTaxRpadecisionindicatorRequest = exports.QueryRdaasTaxRpadecisionserviceResponse = exports.QueryRdaasTaxRpadecisionserviceRequest = exports.NotifyRdaasTaxCallbackResponse = exports.NotifyRdaasTaxCallbackRequest = exports.SyncRdaasTaxAuthorderResponse = exports.SyncRdaasTaxAuthorderRequest = exports.SyncRdaasTaxAuthinfoResponse = exports.SyncRdaasTaxAuthinfoRequest = exports.PushQmpBackflowJsondataResponse = exports.PushQmpBackflowJsondataRequest = exports.PushQmpBackflowEventResponse = exports.PushQmpBackflowEventRequest = exports.QueryQmpTextsmsTemplateResponse = exports.QueryQmpTextsmsTemplateRequest = exports.QueryQmpCpaassmsTemplateResponse = exports.QueryQmpCpaassmsTemplateRequest = exports.QueryQmpTenantActionplaninfoResponse = exports.QueryQmpTenantActionplaninfoRequest = exports.BatchqueryQmpTenantActionplaninfoResponse = exports.BatchqueryQmpTenantActionplaninfoRequest = exports.ApplyQmpPhonenumberstatusforsmsResponse = exports.ApplyQmpPhonenumberstatusforsmsRequest = exports.BatchqueryQmpActionplanDetailResponse = exports.BatchqueryQmpActionplanDetailRequest = exports.QueryQmpCardsmsSupportResponse = exports.QueryQmpCardsmsSupportRequest = exports.BatchqueryQmpTaskDetailResponse = exports.BatchqueryQmpTaskDetailRequest = exports.QueryQmpRobotcallStatisticinfoResponse = exports.QueryQmpRobotcallStatisticinfoRequest = exports.QueryQmpDataaccessStatisticResponse = exports.QueryQmpDataaccessStatisticRequest = exports.QueryQmpRobotcallDetailResponse = exports.QueryQmpRobotcallDetailRequest = exports.CallbackQmpRobotcallResponse = exports.CallbackQmpRobotcallRequest = exports.SendQmpDigitalsmsBatchResponse = exports.SendQmpDigitalsmsBatchRequest = exports.CallbackQmpSmsReportResponse = exports.CallbackQmpSmsReportRequest = exports.CallbackQmpSmsUpResponse = exports.CallbackQmpSmsUpRequest = exports.SendQmpCardsmsBatchResponse = exports.SendQmpCardsmsBatchRequest = exports.ApplyQmpRobotcallResponse = exports.ApplyQmpRobotcallRequest = exports.SendQmpTextsmsBatchResponse = exports.SendQmpTextsmsBatchRequest = exports.ApplyQmpRtBatchmarketingResponse = exports.ApplyQmpRtBatchmarketingRequest = exports.CallbackMdipYunfengdieParamsResponse = exports.CallbackMdipYunfengdieParamsRequest = exports.ListMdipDefaultSupplierResponse = exports.ListMdipDefaultSupplierRequest = exports.QueryMdipDataservicePocResponse = exports.QueryMdipDataservicePocRequest = exports.CallbackMdipAuditResponse = exports.CallbackMdipAuditRequest = exports.ReceiveMdipParamsRbbfileResponse = exports.ReceiveMdipParamsRbbfileRequest = exports.ReceiveMdipParamsFileResponse = exports.ReceiveMdipParamsFileRequest = exports.QueryMdipDataserviceResponse = exports.QueryMdipDataserviceRequest = exports.QueryFinserviceZhimaIdentifyResponse = exports.QueryFinserviceZhimaIdentifyRequest = exports.VerifyFinserviceZhimaIdentifyResponse = exports.VerifyFinserviceZhimaIdentifyRequest = exports.CancelDubbridgeInstallmentOrderResponse = exports.CancelDubbridgeInstallmentOrderRequest = exports.QueryDubbridgeInstallmentCreditamtResponse = exports.QueryDubbridgeInstallmentCreditamtRequest = exports.QueryDubbridgeRepaytypeInfoResponse = exports.QueryDubbridgeRepaytypeInfoRequest = exports.QueryDubbridgeMarketingCouponlistResponse = exports.QueryDubbridgeMarketingCouponlistRequest = exports.QueryDubbridgeUserAggregationinfoResponse = exports.QueryDubbridgeUserAggregationinfoRequest = exports.QueryDubbridgeAccountUsecreditResponse = exports.QueryDubbridgeAccountUsecreditRequest = exports.QueryDubbridgeAgreementPreviewResponse = exports.QueryDubbridgeAgreementPreviewRequest = exports.QueryDubbridgeSettlementCertificateResponse = exports.QueryDubbridgeSettlementCertificateRequest = exports.QueryDubbridgeRouterUserselectResponse = exports.QueryDubbridgeRouterUserselectRequest = exports.QueryDubbridgeCustomerBankcardlistResponse = exports.QueryDubbridgeCustomerBankcardlistRequest = exports.QueryDubbridgeLoanUpgradestatusResponse = exports.QueryDubbridgeLoanUpgradestatusRequest = exports.QueryDubbridgeUserUpgradestatusResponse = exports.QueryDubbridgeUserUpgradestatusRequest = exports.QueryDubbridgeCreditPermitResponse = exports.QueryDubbridgeCreditPermitRequest = exports.QueryDubbridgeRepayResultResponse = exports.QueryDubbridgeRepayResultRequest = exports.NotifyDubbridgeCallbackResponse = exports.NotifyDubbridgeCallbackRequest = exports.UpdateDubbridgeFileResponse = exports.UpdateDubbridgeFileRequest = exports.QueryDubbridgeCustomerCommonagreementsignResponse = exports.QueryDubbridgeCustomerCommonagreementsignRequest = exports.QueryDubbridgeReceiptStatusResponse = exports.QueryDubbridgeReceiptStatusRequest = exports.QueryDubbridgeUsecreditStatusResponse = exports.QueryDubbridgeUsecreditStatusRequest = exports.ApplyDubbridgeUsecreditResponse = exports.ApplyDubbridgeUsecreditRequest = exports.QueryDubbridgeSearchContractResponse = exports.QueryDubbridgeSearchContractRequest = exports.RepayDubbridgeRepayWithholdResponse = exports.RepayDubbridgeRepayWithholdRequest = exports.CountDubbridgeRepayTrialResponse = exports.CountDubbridgeRepayTrialRequest = exports.CountDubbridgeRepayReftrialResponse = exports.CountDubbridgeRepayReftrialRequest = exports.QueryDubbridgeRepayListResponse = exports.QueryDubbridgeRepayListRequest = exports.QueryDubbridgeRepayInfoResponse = exports.QueryDubbridgeRepayInfoRequest = exports.RepayDubbridgeRepayCheckstandResponse = exports.RepayDubbridgeRepayCheckstandRequest = exports.QueryDubbridgeReceiptOverdueResponse = exports.QueryDubbridgeReceiptOverdueRequest = exports.UpdateDubbridgeCustomerInfoResponse = exports.UpdateDubbridgeCustomerInfoRequest = exports.QueryDubbridgeCustomerAgreementsignResponse = exports.QueryDubbridgeCustomerAgreementsignRequest = exports.UpdateDubbridgeAccountCustomResponse = exports.UpdateDubbridgeAccountCustomRequest = exports.QueryDubbridgeAccountCustomResponse = exports.QueryDubbridgeAccountCustomRequest = exports.QueryDubbridgeAccountStatusResponse = exports.QueryDubbridgeAccountStatusRequest = exports.ApplyDubbridgeCustomerAgreementsignResponse = exports.ApplyDubbridgeCustomerAgreementsignRequest = exports.QueryDubbridgeRiskinfoBusinessinfoResponse = exports.QueryDubbridgeRiskinfoBusinessinfoRequest = exports.UpdateDubbridgeInstitutionCreditResponse = exports.UpdateDubbridgeInstitutionCreditRequest = exports.QueryDubbridgeRiskinfoCommonResponse = exports.QueryDubbridgeRiskinfoCommonRequest = exports.QueryDubbridgeRiskinfoEnterprisescoreResponse = exports.QueryDubbridgeRiskinfoEnterprisescoreRequest = exports.QueryDubbridgeCreditStatusResponse = exports.QueryDubbridgeCreditStatusRequest = exports.NotifyDubbridgeDefininnerchannelResponse = exports.NotifyDubbridgeDefininnerchannelRequest = exports.VerifyDubbridgeCustomerBankcardResponse = exports.VerifyDubbridgeCustomerBankcardRequest = exports.BindDubbridgeCustomerBankcardResponse = exports.BindDubbridgeCustomerBankcardRequest = exports.UploadDubbridgeFileResponse = exports.UploadDubbridgeFileRequest = exports.ApplyDubbridgeCreditResponse = exports.ApplyDubbridgeCreditRequest = exports.QueryDubbridgeRouterFundrouterResponse = exports.QueryDubbridgeRouterFundrouterRequest = exports.SendDubbridgeSmsBatchResponse = exports.SendDubbridgeSmsBatchRequest = exports.SendDubbridgeSmsResponse = exports.SendDubbridgeSmsRequest = exports.QueryDubheReceiptOverdueResponse = exports.QueryDubheReceiptOverdueRequest = exports.QueryDubheSearchContractResponse = exports.QueryDubheSearchContractRequest = exports.RepayDubheRepayWithholdResponse = exports.RepayDubheRepayWithholdRequest = exports.QueryDubheCustomerAgreementsignResponse = exports.QueryDubheCustomerAgreementsignRequest = exports.ApplyDubheCustomerAgreementsignResponse = exports.ApplyDubheCustomerAgreementsignRequest = exports.UpdateDubheCustomerInfoResponse = exports.UpdateDubheCustomerInfoRequest = exports.QueryDubheRepayInfoResponse = exports.QueryDubheRepayInfoRequest = exports.RepayDubheRepayCheckstandResponse = exports.RepayDubheRepayCheckstandRequest = exports.CountDubheRepayTrialResponse = exports.CountDubheRepayTrialRequest = exports.QueryDubheUsecreditStatusResponse = exports.QueryDubheUsecreditStatusRequest = exports.ApplyDubheUsecreditResponse = exports.ApplyDubheUsecreditRequest = exports.QueryDubheRepayListResponse = exports.QueryDubheRepayListRequest = exports.CountDubheRepayReftrialResponse = exports.CountDubheRepayReftrialRequest = exports.QueryDubheCreditStatusResponse = exports.QueryDubheCreditStatusRequest = exports.ApplyDubheCreditResponse = exports.ApplyDubheCreditRequest = exports.QueryDubheRouterFundrouterResponse = exports.QueryDubheRouterFundrouterRequest = exports.QueryDubheTestResponse = exports.QueryDubheTestRequest = exports.QueryCreditshieldProductBatchResponse = exports.QueryCreditshieldProductBatchRequest = exports.QueryBatchSecurityPolicyResponse = exports.QueryBatchSecurityPolicyRequest = exports.QuerySaasSecurityPolicyResponse = exports.QuerySaasSecurityPolicyRequest = exports.ExecSecurityRiskdataserviceResponse = exports.ExecSecurityRiskdataserviceRequest = exports.CheckSecurityDataResponse = exports.CheckSecurityDataRequest = exports.QuerySecurityDataResponse = exports.QuerySecurityDataRequest = exports.CheckSecurityRdsResponse = exports.CheckSecurityRdsRequest = exports.ConfirmSecurityPolicyResponse = exports.ConfirmSecurityPolicyRequest = exports.SendSecurityDataResponse = exports.SendSecurityDataRequest = exports.QuerySecurityPolicyResponse = exports.QuerySecurityPolicyRequest = exports.BatchqueryCreditshieldProductInfoResponse = exports.BatchqueryCreditshieldProductInfoRequest = exports.XNameValuePair = exports.TenantActionPlanInfo = exports.CustomStatus = exports.RepayTrail = exports.EventInfo = exports.CreditAmount = exports.RepayInfo = exports.UserClassifyInfo = exports.OfflineDecisionPlanDetail = exports.RtopCrowdRiskFeatureResp = exports.CertificateInfo = exports.RtopRegionalDistribution = exports.FundChainLockResult = exports.RtopCompanyOpinionCount = exports.CustomerUmktInfoModel = exports.ServiceContext = exports.RdaasTaxDecsionService = exports.CustomRelationStatus = exports.ShortUrlInfo = exports.RtopGenderDistribution = exports.RtopCompanyAlarm = exports.AICallbackMessage = exports.Contract = exports.PayMethodLockResult = exports.CommonRobotCallDetail = exports.BatchQueryResult = exports.DefinInnerChannelNotifyResult = exports.GetAgreementUrlResponseData = exports.RdaasTaxDecsionServiceIndicator = exports.OverdueInfoResponse = exports.QueryResult = exports.Supplier = exports.CustomerBankCardInfo = exports.CustomerDetail = exports.DfSceneInfos = exports.PersonalInfo = exports.RtopDateDistribution = exports.PlatformRepayTypeInfo = exports.RtopStarCompanyInfo = exports.CommonNotyfyResult = exports.RepayRef = exports.ReceiptInfo = exports.SmsReponse = exports.RtopCompanyOpinionDetail = exports.VariableDetails = exports.CpaasSmsTemplate = exports.ZhimaIdentifyResp = exports.RiskStormLabelResp = exports.LiveInfo = exports.JobInfo = exports.RobotCallCustomerParam = exports.RiskLabelFilterConfigInfo = exports.GwFundRouterResult = exports.ModelDetails = exports.CustomerUmktInfosModel = exports.DubheFileInfo = exports.RtopPopulationDistribution = exports.RtopRiskGeneNode = exports.ApplyInfo = exports.RtopTagImage = exports.CustomInfoResult = exports.RpcommonResp = exports.EventResultSyncDetail = exports.UmktOfflineDecisionTaskDetailInfo = exports.CompanyInfo = exports.RtopAgeDistribution = exports.SecurityResultInfos = exports.StrategyDetails = exports.RiskLabelConfigInfo = exports.StatisticResult = exports.RtopCrowdRiskSummaryResp = exports.ZhimaQueryResp = exports.RtopRiskyCompany = exports.StrategyUploadResult = exports.QueryInfo = exports.RtopRiskStormCompanyAnnualReport = exports.RtopCompanyRiskInfo = exports.RtopMonitorCompanyFeature = exports.RuntimeResult = exports.RtopCompanyFeedback = exports.RiskLabelInfo = exports.ActionPlanDetailInfo = exports.SceneInfos = exports.UserAggregationInfo = exports.SecurityDataQueryStruct = exports.RepayInfos = exports.RiskData = exports.CustomReceiptStatus = exports.Material = exports.RtopCompanyRiskFactor = exports.BackflowEventRecord = exports.SmsTemplate = exports.UpdateCustomerRelationResponseData = exports.RiskInfo = exports.RepayResult = exports.SecurityScene = exports.RuleDetail = exports.StatisticInfoDetail = exports.RtopRiskTag = exports.UmktInfoModel = exports.CouponInfo = exports.DecisionFlow = exports.RtopCrowdRiskFeatureTag = exports.ActionParamInfo = exports.RtopTypeDistribution = exports.BaseCustomerUmktInfoModel = exports.BackflowEventRecordProperty = exports.RiskDetail = exports.BatchQueryOutputModelInfo = exports.Contact = exports.OutParams = exports.InfoCodes = exports.RtopLevelDistribution = exports.Config = void 0;
|
|
25
|
+
exports.CreateAntcloudGatewayxFileUploadResponse = exports.CreateAntcloudGatewayxFileUploadRequest = exports.UploadUmktOfflineImportrecordResponse = exports.UploadUmktOfflineImportrecordRequest = exports.QueryUmktOfflinedecisionPlandetailsResponse = exports.QueryUmktOfflinedecisionPlandetailsRequest = exports.DownloadUmktOfflinedecisionResultResponse = exports.DownloadUmktOfflinedecisionResultRequest = exports.QueryUmktOfflinedecisionResultResponse = exports.QueryUmktOfflinedecisionResultRequest = exports.UploadUmktOfflinedecisionResponse = exports.UploadUmktOfflinedecisionRequest = exports.QueryUmktCardsmsAnalysisResponse = exports.QueryUmktCardsmsAnalysisRequest = exports.PushUmktBackflowJsondataResponse = exports.PushUmktBackflowJsondataRequest = exports.BatchqueryUmktTaskDetailResponse = exports.BatchqueryUmktTaskDetailRequest = exports.PushUmktCustomerGroupResponse = exports.PushUmktCustomerGroupRequest = exports.PushUmktCommonDataResponse = exports.PushUmktCommonDataRequest = exports.PushRiskplusUmktCommonbackflowResponse = exports.PushRiskplusUmktCommonbackflowRequest = exports.BatchqueryUmktActionplanDetailResponse = exports.BatchqueryUmktActionplanDetailRequest = exports.BatchqueryUmktRobotcallDetailResponse = exports.BatchqueryUmktRobotcallDetailRequest = exports.BatchqueryUmktTenantActionplaninfoResponse = exports.BatchqueryUmktTenantActionplaninfoRequest = exports.CallbackUmktSmsReportResponse = exports.CallbackUmktSmsReportRequest = exports.CallbackUmktSmsUpResponse = exports.CallbackUmktSmsUpRequest = exports.CallbackUmktRobotcallResponse = exports.CallbackUmktRobotcallRequest = exports.ApplyUmktRtBatchmarketingResponse = exports.ApplyUmktRtBatchmarketingRequest = exports.ApplyUmktRealtimemarketingResponse = exports.ApplyUmktRealtimemarketingRequest = exports.QueryUmktRobotcallDetailResponse = exports.QueryUmktRobotcallDetailRequest = exports.QueryUmktTenantActionplaninfoResponse = exports.QueryUmktTenantActionplaninfoRequest = exports.QueryUmktRobotcallStatisticinfoResponse = exports.QueryUmktRobotcallStatisticinfoRequest = exports.BatchqueryUmktRtTopnResponse = exports.BatchqueryUmktRtTopnRequest = exports.ApplyUmktPhonenumberstatusforsmsResponse = exports.ApplyUmktPhonenumberstatusforsmsRequest = exports.BatchqueryUmktRtMixedmarketingResponse = exports.BatchqueryUmktRtMixedmarketingRequest = exports.QueryUmktCpaassmsTemplateResponse = exports.QueryUmktCpaassmsTemplateRequest = exports.SendUmktDigitalsmsBatchResponse = exports.SendUmktDigitalsmsBatchRequest = exports.SendUmktTextsmsBatchResponse = exports.SendUmktTextsmsBatchRequest = exports.QueryUmktCardsmsSupportResponse = exports.QueryUmktCardsmsSupportRequest = exports.SendUmktCardsmsBatchResponse = exports.SendUmktCardsmsBatchRequest = exports.PushUmktBackflowEventResponse = exports.PushUmktBackflowEventRequest = exports.QueryUmktRtMarketingResponse = exports.QueryUmktRtMarketingRequest = exports.CancelUmktDataaccessOfflinetaskResponse = exports.CancelUmktDataaccessOfflinetaskRequest = exports.QueryUmktDataaccessStatisticResponse = exports.QueryUmktDataaccessStatisticRequest = exports.ApplyUmktRobotcallResponse = exports.ApplyUmktRobotcallRequest = exports.QueryUmktScenestrategyTestResponse = exports.QueryUmktScenestrategyTestRequest = exports.BatchqueryUmktRtTailmarketingResponse = exports.BatchqueryUmktRtTailmarketingRequest = exports.ImportUmktSceneUploadResponse = exports.ImportUmktSceneUploadRequest = exports.SyncUmktRtEventresultResponse = exports.SyncUmktRtEventresultRequest = exports.BatchqueryUmktRtMarketingResponse = exports.BatchqueryUmktRtMarketingRequest = exports.UploadUmktParamsFileResponse = exports.UploadUmktParamsFileRequest = exports.QueryTdisaasSecurityPolicyResponse = exports.QueryTdisaasSecurityPolicyRequest = exports.QuerySnapshotEventResponse = exports.QuerySnapshotEventRequest = exports.QueryRpSecurityPolicyResponse = exports.QueryRpSecurityPolicyRequest = exports.ListRtopStarCompanyResponse = exports.ListRtopStarCompanyRequest = exports.QueryRtopTagImageResponse = exports.QueryRtopTagImageRequest = exports.ListRtopCompanyRelatedResponse = exports.ListRtopCompanyRelatedRequest = exports.QueryRtopCompanyRiskResponse = exports.QueryRtopCompanyRiskRequest = exports.QueryRtopRisklabelConfigResponse = exports.QueryRtopRisklabelConfigRequest = exports.QueryRtopCompanyListResponse = exports.QueryRtopCompanyListRequest = exports.QueryRtopCompanyRiskyResponse = exports.QueryRtopCompanyRiskyRequest = exports.QueryRtopCompanyAlarmResponse = exports.QueryRtopCompanyAlarmRequest = exports.QueryRtopCompanyFeedbackResponse = exports.QueryRtopCompanyFeedbackRequest = exports.PullRegtechNewsResponse = exports.PullRegtechNewsRequest = exports.QueryRtopRisklabelFilterResponse = exports.QueryRtopRisklabelFilterRequest = exports.QueryRtopCompanyResponse = exports.QueryRtopCompanyRequest = exports.QueryRtopRisklabelResponse = exports.QueryRtopRisklabelRequest = exports.CreateRtopTokenResponse = exports.CreateRtopTokenRequest = exports.ExecRtopGenericInvokeResponse = exports.ExecRtopGenericInvokeRequest = exports.QueryRtopCompanyRiskinfoResponse = exports.QueryRtopCompanyRiskinfoRequest = exports.GetRtopCompanyDetailResponse = exports.GetRtopCompanyDetailRequest = exports.QueryRtopCrowdriskSumResponse = exports.QueryRtopCrowdriskSumRequest = exports.QueryRtopRiskstormResponse = exports.QueryRtopRiskstormRequest = exports.QueryRtopCrowdriskDetailResponse = exports.QueryRtopCrowdriskDetailRequest = exports.ListRtopCrowdriskResponse = exports.ListRtopCrowdriskRequest = exports.QueryRtopCrowdriskStatisticResponse = exports.QueryRtopCrowdriskStatisticRequest = exports.GetRtopCompanyMonitorResponse = exports.GetRtopCompanyMonitorRequest = exports.ListRtopCompanyOpinionsResponse = exports.ListRtopCompanyOpinionsRequest = exports.QueryRtopCompanyOpinionResponse = exports.QueryRtopCompanyOpinionRequest = exports.NotifyRpgwUserSignresultResponse = exports.NotifyRpgwUserSignresultRequest = exports.SyncRpgwUserOrderinfoResponse = exports.SyncRpgwUserOrderinfoRequest = exports.WithdrawRpgwUserCommissionResponse = exports.WithdrawRpgwUserCommissionRequest = exports.QueryRpgwUserSignurlResponse = exports.QueryRpgwUserSignurlRequest = exports.RegisterRpgwUserEinvoiceResponse = exports.RegisterRpgwUserEinvoiceRequest = exports.QueryRpgwSignUrlResponse = exports.QueryRpgwSignUrlRequest = exports.PushRpaasReportAnswerResponse = exports.PushRpaasReportAnswerRequest = exports.ReceiveRbbParamsFileResponse = exports.ReceiveRbbParamsFileRequest = exports.PushRbbInvoiceChargeResponse = exports.PushRbbInvoiceChargeRequest = exports.PushRbbCustomerStatusResponse = exports.PushRbbCustomerStatusRequest = exports.GetRbbTaxinvoiceDataResponse = exports.GetRbbTaxinvoiceDataRequest = exports.PushRbbCustomerInformationResponse = exports.PushRbbCustomerInformationRequest = exports.OperateRbbCreditResponse = exports.OperateRbbCreditRequest = exports.UploadRbbFileAmapResponse = exports.UploadRbbFileAmapRequest = exports.PushRbbCustomerCompanyinfoResponse = exports.PushRbbCustomerCompanyinfoRequest = exports.QueryRbbObtsZsearchResponse = exports.QueryRbbObtsZsearchRequest = exports.QueryRbbCompanyGuardResponse = exports.QueryRbbCompanyGuardRequest = exports.ApplyRbbCompanyGuardResponse = exports.ApplyRbbCompanyGuardRequest = exports.FinishRbbRegdatasyncScheduleResponse = exports.FinishRbbRegdatasyncScheduleRequest = exports.StartRbbRegdatasyncScheduleResponse = exports.StartRbbRegdatasyncScheduleRequest = exports.QueryRbbRegdatasyncPreparedResponse = exports.QueryRbbRegdatasyncPreparedRequest = exports.QueryRbbCompanyCreditResponse = exports.QueryRbbCompanyCreditRequest = exports.ApplyRbbCompanyCreditResponse = exports.ApplyRbbCompanyCreditRequest = exports.ExecRbbCompanyGuardResponse = exports.ExecRbbCompanyGuardRequest = exports.CreateRbbUserResponse = exports.CreateRbbUserRequest = exports.CreateRbbTenantResponse = exports.CreateRbbTenantRequest = exports.GetRbbLoginTokenResponse = exports.GetRbbLoginTokenRequest = exports.QueryRbbGeneralResponse = exports.QueryRbbGeneralRequest = exports.CreateRbbApiGwtokenResponse = exports.CreateRbbApiGwtokenRequest = exports.CreateRbbTokenResponse = exports.CreateRbbTokenRequest = exports.QueryRbbGenericInvokeResponse = exports.QueryRbbGenericInvokeRequest = exports.ReceiveRfcParamsFileResponse = exports.ReceiveRfcParamsFileRequest = exports.QueryRdaasTaxSimpleauthdecisionResponse = exports.QueryRdaasTaxSimpleauthdecisionRequest = exports.QueryRdaasTaxRpadecisionindicatorResponse = exports.QueryRdaasTaxRpadecisionindicatorRequest = exports.QueryRdaasTaxRpadecisionserviceResponse = exports.QueryRdaasTaxRpadecisionserviceRequest = exports.NotifyRdaasTaxCallbackResponse = exports.NotifyRdaasTaxCallbackRequest = exports.SyncRdaasTaxAuthorderResponse = exports.SyncRdaasTaxAuthorderRequest = exports.SyncRdaasTaxAuthinfoResponse = exports.SyncRdaasTaxAuthinfoRequest = exports.BatchqueryQmpRtMixedmarketingResponse = exports.BatchqueryQmpRtMixedmarketingRequest = exports.PushQmpBackflowJsondataResponse = exports.PushQmpBackflowJsondataRequest = exports.PushQmpBackflowEventResponse = exports.PushQmpBackflowEventRequest = exports.QueryQmpTextsmsTemplateResponse = exports.QueryQmpTextsmsTemplateRequest = exports.QueryQmpCpaassmsTemplateResponse = exports.QueryQmpCpaassmsTemplateRequest = exports.QueryQmpTenantActionplaninfoResponse = exports.QueryQmpTenantActionplaninfoRequest = exports.BatchqueryQmpTenantActionplaninfoResponse = exports.BatchqueryQmpTenantActionplaninfoRequest = exports.ApplyQmpPhonenumberstatusforsmsResponse = exports.ApplyQmpPhonenumberstatusforsmsRequest = exports.BatchqueryQmpActionplanDetailResponse = exports.BatchqueryQmpActionplanDetailRequest = exports.QueryQmpCardsmsSupportResponse = exports.QueryQmpCardsmsSupportRequest = exports.BatchqueryQmpTaskDetailResponse = exports.BatchqueryQmpTaskDetailRequest = exports.QueryQmpRobotcallStatisticinfoResponse = exports.QueryQmpRobotcallStatisticinfoRequest = exports.QueryQmpDataaccessStatisticResponse = exports.QueryQmpDataaccessStatisticRequest = exports.QueryQmpRobotcallDetailResponse = exports.QueryQmpRobotcallDetailRequest = exports.CallbackQmpRobotcallResponse = exports.CallbackQmpRobotcallRequest = exports.SendQmpDigitalsmsBatchResponse = exports.SendQmpDigitalsmsBatchRequest = exports.CallbackQmpSmsReportResponse = exports.CallbackQmpSmsReportRequest = exports.CallbackQmpSmsUpResponse = exports.CallbackQmpSmsUpRequest = exports.SendQmpCardsmsBatchResponse = exports.SendQmpCardsmsBatchRequest = exports.ApplyQmpRobotcallResponse = exports.ApplyQmpRobotcallRequest = exports.SendQmpTextsmsBatchResponse = exports.SendQmpTextsmsBatchRequest = exports.ApplyQmpRtBatchmarketingResponse = exports.ApplyQmpRtBatchmarketingRequest = exports.CallbackMdipYunfengdieParamsResponse = exports.CallbackMdipYunfengdieParamsRequest = exports.ListMdipDefaultSupplierResponse = exports.ListMdipDefaultSupplierRequest = exports.QueryMdipDataservicePocResponse = exports.QueryMdipDataservicePocRequest = exports.CallbackMdipAuditResponse = exports.CallbackMdipAuditRequest = exports.ReceiveMdipParamsRbbfileResponse = exports.ReceiveMdipParamsRbbfileRequest = exports.ReceiveMdipParamsFileResponse = exports.ReceiveMdipParamsFileRequest = exports.QueryMdipDataserviceResponse = exports.QueryMdipDataserviceRequest = exports.QueryFinserviceZhimaIdentifyResponse = exports.QueryFinserviceZhimaIdentifyRequest = exports.VerifyFinserviceZhimaIdentifyResponse = exports.VerifyFinserviceZhimaIdentifyRequest = exports.CancelDubbridgeInstallmentOrderResponse = exports.CancelDubbridgeInstallmentOrderRequest = exports.QueryDubbridgeInstallmentCreditamtResponse = exports.QueryDubbridgeInstallmentCreditamtRequest = exports.QueryDubbridgeRepaytypeInfoResponse = exports.QueryDubbridgeRepaytypeInfoRequest = exports.QueryDubbridgeMarketingCouponlistResponse = exports.QueryDubbridgeMarketingCouponlistRequest = exports.QueryDubbridgeUserAggregationinfoResponse = exports.QueryDubbridgeUserAggregationinfoRequest = exports.QueryDubbridgeAccountUsecreditResponse = exports.QueryDubbridgeAccountUsecreditRequest = exports.QueryDubbridgeAgreementPreviewResponse = exports.QueryDubbridgeAgreementPreviewRequest = exports.QueryDubbridgeSettlementCertificateResponse = exports.QueryDubbridgeSettlementCertificateRequest = exports.QueryDubbridgeRouterUserselectResponse = exports.QueryDubbridgeRouterUserselectRequest = exports.QueryDubbridgeCustomerBankcardlistResponse = exports.QueryDubbridgeCustomerBankcardlistRequest = exports.QueryDubbridgeLoanUpgradestatusResponse = exports.QueryDubbridgeLoanUpgradestatusRequest = exports.QueryDubbridgeUserUpgradestatusResponse = exports.QueryDubbridgeUserUpgradestatusRequest = exports.QueryDubbridgeCreditPermitResponse = exports.QueryDubbridgeCreditPermitRequest = exports.QueryDubbridgeRepayResultResponse = exports.QueryDubbridgeRepayResultRequest = exports.NotifyDubbridgeCallbackResponse = exports.NotifyDubbridgeCallbackRequest = exports.UpdateDubbridgeFileResponse = exports.UpdateDubbridgeFileRequest = exports.QueryDubbridgeCustomerCommonagreementsignResponse = exports.QueryDubbridgeCustomerCommonagreementsignRequest = exports.QueryDubbridgeReceiptStatusResponse = exports.QueryDubbridgeReceiptStatusRequest = exports.QueryDubbridgeUsecreditStatusResponse = exports.QueryDubbridgeUsecreditStatusRequest = exports.ApplyDubbridgeUsecreditResponse = exports.ApplyDubbridgeUsecreditRequest = exports.QueryDubbridgeSearchContractResponse = exports.QueryDubbridgeSearchContractRequest = exports.RepayDubbridgeRepayWithholdResponse = exports.RepayDubbridgeRepayWithholdRequest = exports.CountDubbridgeRepayTrialResponse = exports.CountDubbridgeRepayTrialRequest = exports.CountDubbridgeRepayReftrialResponse = exports.CountDubbridgeRepayReftrialRequest = exports.QueryDubbridgeRepayListResponse = exports.QueryDubbridgeRepayListRequest = exports.QueryDubbridgeRepayInfoResponse = exports.QueryDubbridgeRepayInfoRequest = exports.RepayDubbridgeRepayCheckstandResponse = exports.RepayDubbridgeRepayCheckstandRequest = exports.QueryDubbridgeReceiptOverdueResponse = exports.QueryDubbridgeReceiptOverdueRequest = exports.UpdateDubbridgeCustomerInfoResponse = exports.UpdateDubbridgeCustomerInfoRequest = exports.QueryDubbridgeCustomerAgreementsignResponse = exports.QueryDubbridgeCustomerAgreementsignRequest = exports.UpdateDubbridgeAccountCustomResponse = exports.UpdateDubbridgeAccountCustomRequest = exports.QueryDubbridgeAccountCustomResponse = exports.QueryDubbridgeAccountCustomRequest = exports.QueryDubbridgeAccountStatusResponse = exports.QueryDubbridgeAccountStatusRequest = exports.ApplyDubbridgeCustomerAgreementsignResponse = exports.ApplyDubbridgeCustomerAgreementsignRequest = exports.QueryDubbridgeRiskinfoBusinessinfoResponse = exports.QueryDubbridgeRiskinfoBusinessinfoRequest = exports.UpdateDubbridgeInstitutionCreditResponse = exports.UpdateDubbridgeInstitutionCreditRequest = exports.QueryDubbridgeRiskinfoCommonResponse = exports.QueryDubbridgeRiskinfoCommonRequest = exports.QueryDubbridgeRiskinfoEnterprisescoreResponse = exports.QueryDubbridgeRiskinfoEnterprisescoreRequest = exports.QueryDubbridgeCreditStatusResponse = exports.QueryDubbridgeCreditStatusRequest = exports.NotifyDubbridgeDefininnerchannelResponse = exports.NotifyDubbridgeDefininnerchannelRequest = exports.VerifyDubbridgeCustomerBankcardResponse = exports.VerifyDubbridgeCustomerBankcardRequest = exports.BindDubbridgeCustomerBankcardResponse = exports.BindDubbridgeCustomerBankcardRequest = exports.UploadDubbridgeFileResponse = exports.UploadDubbridgeFileRequest = exports.ApplyDubbridgeCreditResponse = exports.ApplyDubbridgeCreditRequest = exports.QueryDubbridgeRouterFundrouterResponse = exports.QueryDubbridgeRouterFundrouterRequest = exports.SendDubbridgeSmsBatchResponse = exports.SendDubbridgeSmsBatchRequest = exports.SendDubbridgeSmsResponse = exports.SendDubbridgeSmsRequest = exports.QueryDubheReceiptOverdueResponse = exports.QueryDubheReceiptOverdueRequest = exports.QueryDubheSearchContractResponse = exports.QueryDubheSearchContractRequest = exports.RepayDubheRepayWithholdResponse = exports.RepayDubheRepayWithholdRequest = exports.QueryDubheCustomerAgreementsignResponse = exports.QueryDubheCustomerAgreementsignRequest = exports.ApplyDubheCustomerAgreementsignResponse = exports.ApplyDubheCustomerAgreementsignRequest = exports.UpdateDubheCustomerInfoResponse = exports.UpdateDubheCustomerInfoRequest = exports.QueryDubheRepayInfoResponse = exports.QueryDubheRepayInfoRequest = exports.RepayDubheRepayCheckstandResponse = exports.RepayDubheRepayCheckstandRequest = exports.CountDubheRepayTrialResponse = exports.CountDubheRepayTrialRequest = exports.QueryDubheUsecreditStatusResponse = exports.QueryDubheUsecreditStatusRequest = exports.ApplyDubheUsecreditResponse = exports.ApplyDubheUsecreditRequest = exports.QueryDubheRepayListResponse = exports.QueryDubheRepayListRequest = exports.CountDubheRepayReftrialResponse = exports.CountDubheRepayReftrialRequest = exports.QueryDubheCreditStatusResponse = exports.QueryDubheCreditStatusRequest = exports.ApplyDubheCreditResponse = exports.ApplyDubheCreditRequest = exports.QueryDubheRouterFundrouterResponse = exports.QueryDubheRouterFundrouterRequest = exports.QueryDubheTestResponse = exports.QueryDubheTestRequest = exports.QueryCreditshieldProductBatchResponse = exports.QueryCreditshieldProductBatchRequest = exports.QueryBatchSecurityPolicyResponse = exports.QueryBatchSecurityPolicyRequest = exports.QuerySaasSecurityPolicyResponse = exports.QuerySaasSecurityPolicyRequest = exports.ExecSecurityRiskdataserviceResponse = exports.ExecSecurityRiskdataserviceRequest = exports.CheckSecurityDataResponse = exports.CheckSecurityDataRequest = exports.QuerySecurityDataResponse = exports.QuerySecurityDataRequest = exports.CheckSecurityRdsResponse = exports.CheckSecurityRdsRequest = exports.ConfirmSecurityPolicyResponse = exports.ConfirmSecurityPolicyRequest = exports.SendSecurityDataResponse = exports.SendSecurityDataRequest = exports.QuerySecurityPolicyResponse = exports.QuerySecurityPolicyRequest = exports.BatchqueryCreditshieldProductInfoResponse = exports.BatchqueryCreditshieldProductInfoRequest = exports.XNameValuePair = exports.TenantActionPlanInfo = exports.CustomStatus = exports.RepayTrail = exports.EventInfo = exports.CreditAmount = exports.RepayInfo = exports.UserClassifyInfo = exports.OfflineDecisionPlanDetail = exports.RtopCrowdRiskFeatureResp = exports.CertificateInfo = exports.RtopRegionalDistribution = exports.FundChainLockResult = exports.RtopCompanyOpinionCount = exports.CustomerUmktInfoModel = exports.ServiceContext = exports.RdaasTaxDecsionService = exports.CustomRelationStatus = exports.ShortUrlInfo = exports.RtopGenderDistribution = exports.RtopCompanyAlarm = exports.AICallbackMessage = exports.Contract = exports.PayMethodLockResult = exports.CommonRobotCallDetail = exports.BatchQueryResult = exports.DefinInnerChannelNotifyResult = exports.GetAgreementUrlResponseData = exports.RdaasTaxDecsionServiceIndicator = exports.OverdueInfoResponse = exports.QueryResult = exports.Supplier = exports.CustomerBankCardInfo = exports.CustomerDetail = exports.DfSceneInfos = exports.PersonalInfo = exports.RtopDateDistribution = exports.PlatformRepayTypeInfo = exports.RtopStarCompanyInfo = exports.CommonNotyfyResult = exports.RepayRef = exports.ReceiptInfo = exports.SmsReponse = exports.RtopCompanyOpinionDetail = exports.VariableDetails = exports.CpaasSmsTemplate = exports.ZhimaIdentifyResp = exports.RiskStormLabelResp = exports.LiveInfo = exports.JobInfo = exports.RobotCallCustomerParam = exports.RiskLabelFilterConfigInfo = exports.GwFundRouterResult = exports.ModelDetails = exports.CustomerUmktInfosModel = exports.DubheFileInfo = exports.RtopPopulationDistribution = exports.RtopRiskGeneNode = exports.ApplyInfo = exports.RtopTagImage = exports.CustomInfoResult = exports.RpcommonResp = exports.EventResultSyncDetail = exports.UmktOfflineDecisionTaskDetailInfo = exports.CompanyInfo = exports.CustomerInfo = exports.RtopAgeDistribution = exports.SecurityResultInfos = exports.StrategyDetails = exports.RiskLabelConfigInfo = exports.StatisticResult = exports.RtopCrowdRiskSummaryResp = exports.ZhimaQueryResp = exports.RtopRiskyCompany = exports.StrategyUploadResult = exports.QueryInfo = exports.CustomerRpspInfosModel = exports.RtopRiskStormCompanyAnnualReport = exports.RtopCompanyRiskInfo = exports.RtopMonitorCompanyFeature = exports.RuntimeResult = exports.RtopCompanyFeedback = exports.RiskLabelInfo = exports.ActionPlanDetailInfo = exports.SceneInfos = exports.UserAggregationInfo = exports.SecurityDataQueryStruct = exports.RepayInfos = exports.RiskData = exports.CustomReceiptStatus = exports.Material = exports.RtopCompanyRiskFactor = exports.BackflowEventRecord = exports.SmsTemplate = exports.UpdateCustomerRelationResponseData = exports.RiskInfo = exports.RepayResult = exports.SecurityScene = exports.RuleDetail = exports.StatisticInfoDetail = exports.RtopRiskTag = exports.UmktInfoModel = exports.CouponInfo = exports.RpspInfoModel = exports.DecisionFlow = exports.RtopCrowdRiskFeatureTag = exports.ActionParamInfo = exports.RtopTypeDistribution = exports.BaseCustomerUmktInfoModel = exports.BackflowEventRecordProperty = exports.RiskDetail = exports.BatchQueryOutputModelInfo = exports.Contact = exports.OutParams = exports.InfoCodes = exports.RtopLevelDistribution = exports.Config = void 0;
|
|
26
26
|
// This file is auto-generated, don't edit it
|
|
27
27
|
const alipay_util_1 = __importDefault(require("@antchain/alipay-util"));
|
|
28
28
|
const tea_util_1 = __importStar(require("@alicloud/tea-util")), $Util = tea_util_1;
|
|
@@ -319,6 +319,29 @@ class DecisionFlow extends $tea.Model {
|
|
|
319
319
|
}
|
|
320
320
|
}
|
|
321
321
|
exports.DecisionFlow = DecisionFlow;
|
|
322
|
+
// 用户混合营销决策结果
|
|
323
|
+
class RpspInfoModel extends $tea.Model {
|
|
324
|
+
constructor(map) {
|
|
325
|
+
super(map);
|
|
326
|
+
}
|
|
327
|
+
static names() {
|
|
328
|
+
return {
|
|
329
|
+
planCode: 'plan_code',
|
|
330
|
+
sceneStrategyId: 'scene_strategy_id',
|
|
331
|
+
rpspResult: 'rpsp_result',
|
|
332
|
+
rpspOutPutInfo: 'rpsp_out_put_info',
|
|
333
|
+
};
|
|
334
|
+
}
|
|
335
|
+
static types() {
|
|
336
|
+
return {
|
|
337
|
+
planCode: 'string',
|
|
338
|
+
sceneStrategyId: 'number',
|
|
339
|
+
rpspResult: 'string',
|
|
340
|
+
rpspOutPutInfo: 'string',
|
|
341
|
+
};
|
|
342
|
+
}
|
|
343
|
+
}
|
|
344
|
+
exports.RpspInfoModel = RpspInfoModel;
|
|
322
345
|
// 优惠券信息
|
|
323
346
|
class CouponInfo extends $tea.Model {
|
|
324
347
|
constructor(map) {
|
|
@@ -1093,6 +1116,25 @@ class RtopRiskStormCompanyAnnualReport extends $tea.Model {
|
|
|
1093
1116
|
}
|
|
1094
1117
|
}
|
|
1095
1118
|
exports.RtopRiskStormCompanyAnnualReport = RtopRiskStormCompanyAnnualReport;
|
|
1119
|
+
// 查询结果
|
|
1120
|
+
class CustomerRpspInfosModel extends $tea.Model {
|
|
1121
|
+
constructor(map) {
|
|
1122
|
+
super(map);
|
|
1123
|
+
}
|
|
1124
|
+
static names() {
|
|
1125
|
+
return {
|
|
1126
|
+
rpspResults: 'rpsp_results',
|
|
1127
|
+
customerKey: 'customer_key',
|
|
1128
|
+
};
|
|
1129
|
+
}
|
|
1130
|
+
static types() {
|
|
1131
|
+
return {
|
|
1132
|
+
rpspResults: { 'type': 'array', 'itemType': RpspInfoModel },
|
|
1133
|
+
customerKey: 'string',
|
|
1134
|
+
};
|
|
1135
|
+
}
|
|
1136
|
+
}
|
|
1137
|
+
exports.CustomerRpspInfosModel = CustomerRpspInfosModel;
|
|
1096
1138
|
// 信护盾产品查询信息
|
|
1097
1139
|
class QueryInfo extends $tea.Model {
|
|
1098
1140
|
constructor(map) {
|
|
@@ -1365,6 +1407,25 @@ class RtopAgeDistribution extends $tea.Model {
|
|
|
1365
1407
|
}
|
|
1366
1408
|
}
|
|
1367
1409
|
exports.RtopAgeDistribution = RtopAgeDistribution;
|
|
1410
|
+
// 客群详细信息
|
|
1411
|
+
class CustomerInfo extends $tea.Model {
|
|
1412
|
+
constructor(map) {
|
|
1413
|
+
super(map);
|
|
1414
|
+
}
|
|
1415
|
+
static names() {
|
|
1416
|
+
return {
|
|
1417
|
+
customerKey: 'customer_key',
|
|
1418
|
+
properties: 'properties',
|
|
1419
|
+
};
|
|
1420
|
+
}
|
|
1421
|
+
static types() {
|
|
1422
|
+
return {
|
|
1423
|
+
customerKey: 'string',
|
|
1424
|
+
properties: 'string',
|
|
1425
|
+
};
|
|
1426
|
+
}
|
|
1427
|
+
}
|
|
1428
|
+
exports.CustomerInfo = CustomerInfo;
|
|
1368
1429
|
// 企业信息
|
|
1369
1430
|
class CompanyInfo extends $tea.Model {
|
|
1370
1431
|
constructor(map) {
|
|
@@ -8881,6 +8942,58 @@ class PushQmpBackflowJsondataResponse extends $tea.Model {
|
|
|
8881
8942
|
}
|
|
8882
8943
|
}
|
|
8883
8944
|
exports.PushQmpBackflowJsondataResponse = PushQmpBackflowJsondataResponse;
|
|
8945
|
+
class BatchqueryQmpRtMixedmarketingRequest extends $tea.Model {
|
|
8946
|
+
constructor(map) {
|
|
8947
|
+
super(map);
|
|
8948
|
+
}
|
|
8949
|
+
static names() {
|
|
8950
|
+
return {
|
|
8951
|
+
authToken: 'auth_token',
|
|
8952
|
+
productInstanceId: 'product_instance_id',
|
|
8953
|
+
planCodes: 'plan_codes',
|
|
8954
|
+
planSetCode: 'plan_set_code',
|
|
8955
|
+
queryTemplate: 'query_template',
|
|
8956
|
+
customerDetails: 'customer_details',
|
|
8957
|
+
publicProperties: 'public_properties',
|
|
8958
|
+
bizSerialNo: 'biz_serial_no',
|
|
8959
|
+
};
|
|
8960
|
+
}
|
|
8961
|
+
static types() {
|
|
8962
|
+
return {
|
|
8963
|
+
authToken: 'string',
|
|
8964
|
+
productInstanceId: 'string',
|
|
8965
|
+
planCodes: { 'type': 'array', 'itemType': 'string' },
|
|
8966
|
+
planSetCode: 'string',
|
|
8967
|
+
queryTemplate: 'string',
|
|
8968
|
+
customerDetails: { 'type': 'array', 'itemType': CustomerInfo },
|
|
8969
|
+
publicProperties: 'string',
|
|
8970
|
+
bizSerialNo: 'string',
|
|
8971
|
+
};
|
|
8972
|
+
}
|
|
8973
|
+
}
|
|
8974
|
+
exports.BatchqueryQmpRtMixedmarketingRequest = BatchqueryQmpRtMixedmarketingRequest;
|
|
8975
|
+
class BatchqueryQmpRtMixedmarketingResponse extends $tea.Model {
|
|
8976
|
+
constructor(map) {
|
|
8977
|
+
super(map);
|
|
8978
|
+
}
|
|
8979
|
+
static names() {
|
|
8980
|
+
return {
|
|
8981
|
+
reqMsgId: 'req_msg_id',
|
|
8982
|
+
resultCode: 'result_code',
|
|
8983
|
+
resultMsg: 'result_msg',
|
|
8984
|
+
queryResults: 'query_results',
|
|
8985
|
+
};
|
|
8986
|
+
}
|
|
8987
|
+
static types() {
|
|
8988
|
+
return {
|
|
8989
|
+
reqMsgId: 'string',
|
|
8990
|
+
resultCode: 'string',
|
|
8991
|
+
resultMsg: 'string',
|
|
8992
|
+
queryResults: { 'type': 'array', 'itemType': CustomerRpspInfosModel },
|
|
8993
|
+
};
|
|
8994
|
+
}
|
|
8995
|
+
}
|
|
8996
|
+
exports.BatchqueryQmpRtMixedmarketingResponse = BatchqueryQmpRtMixedmarketingResponse;
|
|
8884
8997
|
class SyncRdaasTaxAuthinfoRequest extends $tea.Model {
|
|
8885
8998
|
constructor(map) {
|
|
8886
8999
|
super(map);
|
|
@@ -14543,7 +14656,7 @@ class Client {
|
|
|
14543
14656
|
req_msg_id: alipay_util_1.default.getNonce(),
|
|
14544
14657
|
access_key: this._accessKeyId,
|
|
14545
14658
|
base_sdk_version: "TeaSDK-2.0",
|
|
14546
|
-
sdk_version: "1.23.
|
|
14659
|
+
sdk_version: "1.23.7",
|
|
14547
14660
|
_prod_code: "RISKPLUS",
|
|
14548
14661
|
_prod_channel: "undefined",
|
|
14549
14662
|
};
|
|
@@ -16425,6 +16538,23 @@ class Client {
|
|
|
16425
16538
|
tea_util_1.default.validateModel(request);
|
|
16426
16539
|
return $tea.cast(await this.doRequest("1.0", "riskplus.qmp.backflow.jsondata.push", "HTTPS", "POST", `/gateway.do`, $tea.toMap(request), headers, runtime), new PushQmpBackflowJsondataResponse({}));
|
|
16427
16540
|
}
|
|
16541
|
+
/**
|
|
16542
|
+
* Description: 智选平台混合策略批量分层服务
|
|
16543
|
+
* Summary: 智选平台-混合策略批量分层服务
|
|
16544
|
+
*/
|
|
16545
|
+
async batchqueryQmpRtMixedmarketing(request) {
|
|
16546
|
+
let runtime = new $Util.RuntimeOptions({});
|
|
16547
|
+
let headers = {};
|
|
16548
|
+
return await this.batchqueryQmpRtMixedmarketingEx(request, headers, runtime);
|
|
16549
|
+
}
|
|
16550
|
+
/**
|
|
16551
|
+
* Description: 智选平台混合策略批量分层服务
|
|
16552
|
+
* Summary: 智选平台-混合策略批量分层服务
|
|
16553
|
+
*/
|
|
16554
|
+
async batchqueryQmpRtMixedmarketingEx(request, headers, runtime) {
|
|
16555
|
+
tea_util_1.default.validateModel(request);
|
|
16556
|
+
return $tea.cast(await this.doRequest("1.0", "riskplus.qmp.rt.mixedmarketing.batchquery", "HTTPS", "POST", `/gateway.do`, $tea.toMap(request), headers, runtime), new BatchqueryQmpRtMixedmarketingResponse({}));
|
|
16557
|
+
}
|
|
16428
16558
|
/**
|
|
16429
16559
|
* Description: 企管盾票税交接授权信息表的同步
|
|
16430
16560
|
* Summary: 企管盾票税交接授权信息表的同步
|