@antchain/riskplus 1.16.22 → 1.16.24

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 CHANGED
@@ -491,6 +491,22 @@ export declare class RtopCompanyRiskFactor extends $tea.Model {
491
491
  [key: string]: any;
492
492
  });
493
493
  }
494
+ export declare class CustomerBankCardInfo extends $tea.Model {
495
+ bankName: string;
496
+ bankCode: string;
497
+ bankCardNo: string;
498
+ signed?: string;
499
+ acctBankCard?: string;
500
+ static names(): {
501
+ [key: string]: string;
502
+ };
503
+ static types(): {
504
+ [key: string]: any;
505
+ };
506
+ constructor(map?: {
507
+ [key: string]: any;
508
+ });
509
+ }
494
510
  export declare class Material extends $tea.Model {
495
511
  mType: string;
496
512
  bigCode: string;
@@ -2575,7 +2591,7 @@ export declare class VerifyDubbridgeCustomerBankcardRequest extends $tea.Model {
2575
2591
  authToken?: string;
2576
2592
  productInstanceId?: string;
2577
2593
  orderNo?: string;
2578
- customNo?: string;
2594
+ customerNo?: string;
2579
2595
  bindSerialNo: string;
2580
2596
  bindValidCode: string;
2581
2597
  bankCardNo: string;
@@ -3592,6 +3608,96 @@ export declare class QueryDubbridgeCreditPermitResponse extends $tea.Model {
3592
3608
  [key: string]: any;
3593
3609
  });
3594
3610
  }
3611
+ export declare class QueryDubbridgeUserUpgradestatusRequest extends $tea.Model {
3612
+ authToken?: string;
3613
+ productInstanceId?: string;
3614
+ openId?: string;
3615
+ customerNo?: string;
3616
+ static names(): {
3617
+ [key: string]: string;
3618
+ };
3619
+ static types(): {
3620
+ [key: string]: any;
3621
+ };
3622
+ constructor(map?: {
3623
+ [key: string]: any;
3624
+ });
3625
+ }
3626
+ export declare class QueryDubbridgeUserUpgradestatusResponse extends $tea.Model {
3627
+ reqMsgId?: string;
3628
+ resultCode?: string;
3629
+ resultMsg?: string;
3630
+ status?: string;
3631
+ static names(): {
3632
+ [key: string]: string;
3633
+ };
3634
+ static types(): {
3635
+ [key: string]: any;
3636
+ };
3637
+ constructor(map?: {
3638
+ [key: string]: any;
3639
+ });
3640
+ }
3641
+ export declare class QueryDubbridgeLoanUpgradestatusRequest extends $tea.Model {
3642
+ authToken?: string;
3643
+ productInstanceId?: string;
3644
+ originalOrderNo?: string;
3645
+ receiptNo?: string;
3646
+ static names(): {
3647
+ [key: string]: string;
3648
+ };
3649
+ static types(): {
3650
+ [key: string]: any;
3651
+ };
3652
+ constructor(map?: {
3653
+ [key: string]: any;
3654
+ });
3655
+ }
3656
+ export declare class QueryDubbridgeLoanUpgradestatusResponse extends $tea.Model {
3657
+ reqMsgId?: string;
3658
+ resultCode?: string;
3659
+ resultMsg?: string;
3660
+ status?: string;
3661
+ static names(): {
3662
+ [key: string]: string;
3663
+ };
3664
+ static types(): {
3665
+ [key: string]: any;
3666
+ };
3667
+ constructor(map?: {
3668
+ [key: string]: any;
3669
+ });
3670
+ }
3671
+ export declare class QueryDubbridgeCustomerBankcardlistRequest extends $tea.Model {
3672
+ authToken?: string;
3673
+ productInstanceId?: string;
3674
+ customerNo: string;
3675
+ fundCode: string;
3676
+ static names(): {
3677
+ [key: string]: string;
3678
+ };
3679
+ static types(): {
3680
+ [key: string]: any;
3681
+ };
3682
+ constructor(map?: {
3683
+ [key: string]: any;
3684
+ });
3685
+ }
3686
+ export declare class QueryDubbridgeCustomerBankcardlistResponse extends $tea.Model {
3687
+ reqMsgId?: string;
3688
+ resultCode?: string;
3689
+ resultMsg?: string;
3690
+ customerBankCardInfoList?: CustomerBankCardInfo[];
3691
+ static names(): {
3692
+ [key: string]: string;
3693
+ };
3694
+ static types(): {
3695
+ [key: string]: any;
3696
+ };
3697
+ constructor(map?: {
3698
+ [key: string]: any;
3699
+ });
3700
+ }
3595
3701
  export declare class VerifyFinserviceZhimaIdentifyRequest extends $tea.Model {
3596
3702
  authToken?: string;
3597
3703
  productInstanceId?: string;
@@ -6947,6 +7053,42 @@ export default class Client {
6947
7053
  queryDubbridgeCreditPermitEx(request: QueryDubbridgeCreditPermitRequest, headers: {
6948
7054
  [key: string]: string;
6949
7055
  }, runtime: $Util.RuntimeOptions): Promise<QueryDubbridgeCreditPermitResponse>;
7056
+ /**
7057
+ * Description: 用户状态判断
7058
+ * Summary: 用户状态判断
7059
+ */
7060
+ queryDubbridgeUserUpgradestatus(request: QueryDubbridgeUserUpgradestatusRequest): Promise<QueryDubbridgeUserUpgradestatusResponse>;
7061
+ /**
7062
+ * Description: 用户状态判断
7063
+ * Summary: 用户状态判断
7064
+ */
7065
+ queryDubbridgeUserUpgradestatusEx(request: QueryDubbridgeUserUpgradestatusRequest, headers: {
7066
+ [key: string]: string;
7067
+ }, runtime: $Util.RuntimeOptions): Promise<QueryDubbridgeUserUpgradestatusResponse>;
7068
+ /**
7069
+ * Description: 借据状态判断
7070
+ * Summary: 借据状态判断
7071
+ */
7072
+ queryDubbridgeLoanUpgradestatus(request: QueryDubbridgeLoanUpgradestatusRequest): Promise<QueryDubbridgeLoanUpgradestatusResponse>;
7073
+ /**
7074
+ * Description: 借据状态判断
7075
+ * Summary: 借据状态判断
7076
+ */
7077
+ queryDubbridgeLoanUpgradestatusEx(request: QueryDubbridgeLoanUpgradestatusRequest, headers: {
7078
+ [key: string]: string;
7079
+ }, runtime: $Util.RuntimeOptions): Promise<QueryDubbridgeLoanUpgradestatusResponse>;
7080
+ /**
7081
+ * Description: 支付签约查询(用户绑定银行卡列表)
7082
+ * Summary: 支付签约查询(用户绑定银行卡列表)
7083
+ */
7084
+ queryDubbridgeCustomerBankcardlist(request: QueryDubbridgeCustomerBankcardlistRequest): Promise<QueryDubbridgeCustomerBankcardlistResponse>;
7085
+ /**
7086
+ * Description: 支付签约查询(用户绑定银行卡列表)
7087
+ * Summary: 支付签约查询(用户绑定银行卡列表)
7088
+ */
7089
+ queryDubbridgeCustomerBankcardlistEx(request: QueryDubbridgeCustomerBankcardlistRequest, headers: {
7090
+ [key: string]: string;
7091
+ }, runtime: $Util.RuntimeOptions): Promise<QueryDubbridgeCustomerBankcardlistResponse>;
6950
7092
  /**
6951
7093
  * Description: 四要素认证首先调用此接口
6952
7094
  * Summary: 芝麻四要素接口
package/dist/client.js CHANGED
@@ -793,6 +793,31 @@ class RtopCompanyRiskFactor extends $tea.Model {
793
793
  }
794
794
  }
795
795
  exports.RtopCompanyRiskFactor = RtopCompanyRiskFactor;
796
+ // 用户绑定银行卡列表
797
+ class CustomerBankCardInfo extends $tea.Model {
798
+ constructor(map) {
799
+ super(map);
800
+ }
801
+ static names() {
802
+ return {
803
+ bankName: 'bank_name',
804
+ bankCode: 'bank_code',
805
+ bankCardNo: 'bank_card_no',
806
+ signed: 'signed',
807
+ acctBankCard: 'acct_bank_card',
808
+ };
809
+ }
810
+ static types() {
811
+ return {
812
+ bankName: 'string',
813
+ bankCode: 'string',
814
+ bankCardNo: 'string',
815
+ signed: 'string',
816
+ acctBankCard: 'string',
817
+ };
818
+ }
819
+ }
820
+ exports.CustomerBankCardInfo = CustomerBankCardInfo;
796
821
  // 天枢系统专用Material结构体
797
822
  class Material extends $tea.Model {
798
823
  constructor(map) {
@@ -4079,7 +4104,7 @@ class VerifyDubbridgeCustomerBankcardRequest extends $tea.Model {
4079
4104
  authToken: 'auth_token',
4080
4105
  productInstanceId: 'product_instance_id',
4081
4106
  orderNo: 'order_no',
4082
- customNo: 'custom_no',
4107
+ customerNo: 'customer_no',
4083
4108
  bindSerialNo: 'bind_serial_no',
4084
4109
  bindValidCode: 'bind_valid_code',
4085
4110
  bankCardNo: 'bank_card_no',
@@ -4091,7 +4116,7 @@ class VerifyDubbridgeCustomerBankcardRequest extends $tea.Model {
4091
4116
  authToken: 'string',
4092
4117
  productInstanceId: 'string',
4093
4118
  orderNo: 'string',
4094
- customNo: 'string',
4119
+ customerNo: 'string',
4095
4120
  bindSerialNo: 'string',
4096
4121
  bindValidCode: 'string',
4097
4122
  bankCardNo: 'string',
@@ -5648,6 +5673,138 @@ class QueryDubbridgeCreditPermitResponse extends $tea.Model {
5648
5673
  }
5649
5674
  }
5650
5675
  exports.QueryDubbridgeCreditPermitResponse = QueryDubbridgeCreditPermitResponse;
5676
+ class QueryDubbridgeUserUpgradestatusRequest extends $tea.Model {
5677
+ constructor(map) {
5678
+ super(map);
5679
+ }
5680
+ static names() {
5681
+ return {
5682
+ authToken: 'auth_token',
5683
+ productInstanceId: 'product_instance_id',
5684
+ openId: 'open_id',
5685
+ customerNo: 'customer_no',
5686
+ };
5687
+ }
5688
+ static types() {
5689
+ return {
5690
+ authToken: 'string',
5691
+ productInstanceId: 'string',
5692
+ openId: 'string',
5693
+ customerNo: 'string',
5694
+ };
5695
+ }
5696
+ }
5697
+ exports.QueryDubbridgeUserUpgradestatusRequest = QueryDubbridgeUserUpgradestatusRequest;
5698
+ class QueryDubbridgeUserUpgradestatusResponse extends $tea.Model {
5699
+ constructor(map) {
5700
+ super(map);
5701
+ }
5702
+ static names() {
5703
+ return {
5704
+ reqMsgId: 'req_msg_id',
5705
+ resultCode: 'result_code',
5706
+ resultMsg: 'result_msg',
5707
+ status: 'status',
5708
+ };
5709
+ }
5710
+ static types() {
5711
+ return {
5712
+ reqMsgId: 'string',
5713
+ resultCode: 'string',
5714
+ resultMsg: 'string',
5715
+ status: 'string',
5716
+ };
5717
+ }
5718
+ }
5719
+ exports.QueryDubbridgeUserUpgradestatusResponse = QueryDubbridgeUserUpgradestatusResponse;
5720
+ class QueryDubbridgeLoanUpgradestatusRequest extends $tea.Model {
5721
+ constructor(map) {
5722
+ super(map);
5723
+ }
5724
+ static names() {
5725
+ return {
5726
+ authToken: 'auth_token',
5727
+ productInstanceId: 'product_instance_id',
5728
+ originalOrderNo: 'original_order_no',
5729
+ receiptNo: 'receipt_no',
5730
+ };
5731
+ }
5732
+ static types() {
5733
+ return {
5734
+ authToken: 'string',
5735
+ productInstanceId: 'string',
5736
+ originalOrderNo: 'string',
5737
+ receiptNo: 'string',
5738
+ };
5739
+ }
5740
+ }
5741
+ exports.QueryDubbridgeLoanUpgradestatusRequest = QueryDubbridgeLoanUpgradestatusRequest;
5742
+ class QueryDubbridgeLoanUpgradestatusResponse extends $tea.Model {
5743
+ constructor(map) {
5744
+ super(map);
5745
+ }
5746
+ static names() {
5747
+ return {
5748
+ reqMsgId: 'req_msg_id',
5749
+ resultCode: 'result_code',
5750
+ resultMsg: 'result_msg',
5751
+ status: 'status',
5752
+ };
5753
+ }
5754
+ static types() {
5755
+ return {
5756
+ reqMsgId: 'string',
5757
+ resultCode: 'string',
5758
+ resultMsg: 'string',
5759
+ status: 'string',
5760
+ };
5761
+ }
5762
+ }
5763
+ exports.QueryDubbridgeLoanUpgradestatusResponse = QueryDubbridgeLoanUpgradestatusResponse;
5764
+ class QueryDubbridgeCustomerBankcardlistRequest extends $tea.Model {
5765
+ constructor(map) {
5766
+ super(map);
5767
+ }
5768
+ static names() {
5769
+ return {
5770
+ authToken: 'auth_token',
5771
+ productInstanceId: 'product_instance_id',
5772
+ customerNo: 'customer_no',
5773
+ fundCode: 'fund_code',
5774
+ };
5775
+ }
5776
+ static types() {
5777
+ return {
5778
+ authToken: 'string',
5779
+ productInstanceId: 'string',
5780
+ customerNo: 'string',
5781
+ fundCode: 'string',
5782
+ };
5783
+ }
5784
+ }
5785
+ exports.QueryDubbridgeCustomerBankcardlistRequest = QueryDubbridgeCustomerBankcardlistRequest;
5786
+ class QueryDubbridgeCustomerBankcardlistResponse extends $tea.Model {
5787
+ constructor(map) {
5788
+ super(map);
5789
+ }
5790
+ static names() {
5791
+ return {
5792
+ reqMsgId: 'req_msg_id',
5793
+ resultCode: 'result_code',
5794
+ resultMsg: 'result_msg',
5795
+ customerBankCardInfoList: 'customer_bank_card_info_list',
5796
+ };
5797
+ }
5798
+ static types() {
5799
+ return {
5800
+ reqMsgId: 'string',
5801
+ resultCode: 'string',
5802
+ resultMsg: 'string',
5803
+ customerBankCardInfoList: { 'type': 'array', 'itemType': CustomerBankCardInfo },
5804
+ };
5805
+ }
5806
+ }
5807
+ exports.QueryDubbridgeCustomerBankcardlistResponse = QueryDubbridgeCustomerBankcardlistResponse;
5651
5808
  class VerifyFinserviceZhimaIdentifyRequest extends $tea.Model {
5652
5809
  constructor(map) {
5653
5810
  super(map);
@@ -9698,7 +9855,7 @@ class Client {
9698
9855
  req_msg_id: alipay_util_1.default.getNonce(),
9699
9856
  access_key: this._accessKeyId,
9700
9857
  base_sdk_version: "TeaSDK-2.0",
9701
- sdk_version: "1.16.22",
9858
+ sdk_version: "1.16.24",
9702
9859
  _prod_code: "RISKPLUS",
9703
9860
  _prod_channel: "undefined",
9704
9861
  };
@@ -10757,6 +10914,57 @@ class Client {
10757
10914
  tea_util_1.default.validateModel(request);
10758
10915
  return $tea.cast(await this.doRequest("1.0", "riskplus.dubbridge.credit.permit.query", "HTTPS", "POST", `/gateway.do`, $tea.toMap(request), headers, runtime), new QueryDubbridgeCreditPermitResponse({}));
10759
10916
  }
10917
+ /**
10918
+ * Description: 用户状态判断
10919
+ * Summary: 用户状态判断
10920
+ */
10921
+ async queryDubbridgeUserUpgradestatus(request) {
10922
+ let runtime = new $Util.RuntimeOptions({});
10923
+ let headers = {};
10924
+ return await this.queryDubbridgeUserUpgradestatusEx(request, headers, runtime);
10925
+ }
10926
+ /**
10927
+ * Description: 用户状态判断
10928
+ * Summary: 用户状态判断
10929
+ */
10930
+ async queryDubbridgeUserUpgradestatusEx(request, headers, runtime) {
10931
+ tea_util_1.default.validateModel(request);
10932
+ return $tea.cast(await this.doRequest("1.0", "riskplus.dubbridge.user.upgradestatus.query", "HTTPS", "POST", `/gateway.do`, $tea.toMap(request), headers, runtime), new QueryDubbridgeUserUpgradestatusResponse({}));
10933
+ }
10934
+ /**
10935
+ * Description: 借据状态判断
10936
+ * Summary: 借据状态判断
10937
+ */
10938
+ async queryDubbridgeLoanUpgradestatus(request) {
10939
+ let runtime = new $Util.RuntimeOptions({});
10940
+ let headers = {};
10941
+ return await this.queryDubbridgeLoanUpgradestatusEx(request, headers, runtime);
10942
+ }
10943
+ /**
10944
+ * Description: 借据状态判断
10945
+ * Summary: 借据状态判断
10946
+ */
10947
+ async queryDubbridgeLoanUpgradestatusEx(request, headers, runtime) {
10948
+ tea_util_1.default.validateModel(request);
10949
+ return $tea.cast(await this.doRequest("1.0", "riskplus.dubbridge.loan.upgradestatus.query", "HTTPS", "POST", `/gateway.do`, $tea.toMap(request), headers, runtime), new QueryDubbridgeLoanUpgradestatusResponse({}));
10950
+ }
10951
+ /**
10952
+ * Description: 支付签约查询(用户绑定银行卡列表)
10953
+ * Summary: 支付签约查询(用户绑定银行卡列表)
10954
+ */
10955
+ async queryDubbridgeCustomerBankcardlist(request) {
10956
+ let runtime = new $Util.RuntimeOptions({});
10957
+ let headers = {};
10958
+ return await this.queryDubbridgeCustomerBankcardlistEx(request, headers, runtime);
10959
+ }
10960
+ /**
10961
+ * Description: 支付签约查询(用户绑定银行卡列表)
10962
+ * Summary: 支付签约查询(用户绑定银行卡列表)
10963
+ */
10964
+ async queryDubbridgeCustomerBankcardlistEx(request, headers, runtime) {
10965
+ tea_util_1.default.validateModel(request);
10966
+ return $tea.cast(await this.doRequest("1.0", "riskplus.dubbridge.customer.bankcardlist.query", "HTTPS", "POST", `/gateway.do`, $tea.toMap(request), headers, runtime), new QueryDubbridgeCustomerBankcardlistResponse({}));
10967
+ }
10760
10968
  /**
10761
10969
  * Description: 四要素认证首先调用此接口
10762
10970
  * Summary: 芝麻四要素接口