@antchain/riskplus 1.31.15 → 1.31.16
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 +9 -2
- package/dist/client.js +17 -3
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +31 -3
package/dist/client.d.ts
CHANGED
|
@@ -9036,6 +9036,8 @@ export declare class QueryDubbridgeUsecreditStatusRequest extends $tea.Model {
|
|
|
9036
9036
|
prodType?: string;
|
|
9037
9037
|
originalOrderNo?: string;
|
|
9038
9038
|
bizOrderNo?: string;
|
|
9039
|
+
channelCode?: string;
|
|
9040
|
+
trafficPlatform?: string;
|
|
9039
9041
|
static names(): {
|
|
9040
9042
|
[key: string]: string;
|
|
9041
9043
|
};
|
|
@@ -9623,6 +9625,7 @@ export declare class QueryDubbridgeInstallmentCreditamtRequest extends $tea.Mode
|
|
|
9623
9625
|
trafficMktId?: string;
|
|
9624
9626
|
clickId?: string;
|
|
9625
9627
|
cancalCreditLine?: string;
|
|
9628
|
+
channelCode?: string;
|
|
9626
9629
|
static names(): {
|
|
9627
9630
|
[key: string]: string;
|
|
9628
9631
|
};
|
|
@@ -9666,6 +9669,8 @@ export declare class CancelDubbridgeInstallmentOrderRequest extends $tea.Model {
|
|
|
9666
9669
|
bizOrderNo: string;
|
|
9667
9670
|
openId?: string;
|
|
9668
9671
|
customerNo?: string;
|
|
9672
|
+
channelCode?: string;
|
|
9673
|
+
trafficPlatform?: string;
|
|
9669
9674
|
static names(): {
|
|
9670
9675
|
[key: string]: string;
|
|
9671
9676
|
};
|
|
@@ -9703,6 +9708,8 @@ export declare class PushDubbridgeInstallmentSupplementRequest extends $tea.Mode
|
|
|
9703
9708
|
storeInfo?: StoreInfo;
|
|
9704
9709
|
vehicleInfo?: VehicleInfo;
|
|
9705
9710
|
additional?: Additional;
|
|
9711
|
+
channelCode?: string;
|
|
9712
|
+
trafficPlatform?: string;
|
|
9706
9713
|
static names(): {
|
|
9707
9714
|
[key: string]: string;
|
|
9708
9715
|
};
|
|
@@ -17848,13 +17855,13 @@ export default class Client {
|
|
|
17848
17855
|
/**
|
|
17849
17856
|
* @remarks
|
|
17850
17857
|
* Description: 天枢系统用信申请状态查询,返回用信详情及还款计划
|
|
17851
|
-
* Summary:
|
|
17858
|
+
* Summary: 天枢系统用信申请状态查询,返回用信详情及还款计划
|
|
17852
17859
|
*/
|
|
17853
17860
|
queryDubbridgeUsecreditStatus(request: QueryDubbridgeUsecreditStatusRequest): Promise<QueryDubbridgeUsecreditStatusResponse>;
|
|
17854
17861
|
/**
|
|
17855
17862
|
* @remarks
|
|
17856
17863
|
* Description: 天枢系统用信申请状态查询,返回用信详情及还款计划
|
|
17857
|
-
* Summary:
|
|
17864
|
+
* Summary: 天枢系统用信申请状态查询,返回用信详情及还款计划
|
|
17858
17865
|
*/
|
|
17859
17866
|
queryDubbridgeUsecreditStatusEx(request: QueryDubbridgeUsecreditStatusRequest, headers: {
|
|
17860
17867
|
[key: string]: string;
|
package/dist/client.js
CHANGED
|
@@ -8101,6 +8101,8 @@ class QueryDubbridgeUsecreditStatusRequest extends $tea.Model {
|
|
|
8101
8101
|
prodType: 'prod_type',
|
|
8102
8102
|
originalOrderNo: 'original_order_no',
|
|
8103
8103
|
bizOrderNo: 'biz_order_no',
|
|
8104
|
+
channelCode: 'channel_code',
|
|
8105
|
+
trafficPlatform: 'traffic_platform',
|
|
8104
8106
|
};
|
|
8105
8107
|
}
|
|
8106
8108
|
static types() {
|
|
@@ -8111,6 +8113,8 @@ class QueryDubbridgeUsecreditStatusRequest extends $tea.Model {
|
|
|
8111
8113
|
prodType: 'string',
|
|
8112
8114
|
originalOrderNo: 'string',
|
|
8113
8115
|
bizOrderNo: 'string',
|
|
8116
|
+
channelCode: 'string',
|
|
8117
|
+
trafficPlatform: 'string',
|
|
8114
8118
|
};
|
|
8115
8119
|
}
|
|
8116
8120
|
}
|
|
@@ -8991,6 +8995,7 @@ class QueryDubbridgeInstallmentCreditamtRequest extends $tea.Model {
|
|
|
8991
8995
|
trafficMktId: 'traffic_mkt_id',
|
|
8992
8996
|
clickId: 'click_id',
|
|
8993
8997
|
cancalCreditLine: 'cancal_credit_line',
|
|
8998
|
+
channelCode: 'channel_code',
|
|
8994
8999
|
};
|
|
8995
9000
|
}
|
|
8996
9001
|
static types() {
|
|
@@ -9013,6 +9018,7 @@ class QueryDubbridgeInstallmentCreditamtRequest extends $tea.Model {
|
|
|
9013
9018
|
trafficMktId: 'string',
|
|
9014
9019
|
clickId: 'string',
|
|
9015
9020
|
cancalCreditLine: 'string',
|
|
9021
|
+
channelCode: 'string',
|
|
9016
9022
|
};
|
|
9017
9023
|
}
|
|
9018
9024
|
}
|
|
@@ -9072,6 +9078,8 @@ class CancelDubbridgeInstallmentOrderRequest extends $tea.Model {
|
|
|
9072
9078
|
bizOrderNo: 'biz_order_no',
|
|
9073
9079
|
openId: 'open_id',
|
|
9074
9080
|
customerNo: 'customer_no',
|
|
9081
|
+
channelCode: 'channel_code',
|
|
9082
|
+
trafficPlatform: 'traffic_platform',
|
|
9075
9083
|
};
|
|
9076
9084
|
}
|
|
9077
9085
|
static types() {
|
|
@@ -9083,6 +9091,8 @@ class CancelDubbridgeInstallmentOrderRequest extends $tea.Model {
|
|
|
9083
9091
|
bizOrderNo: 'string',
|
|
9084
9092
|
openId: 'string',
|
|
9085
9093
|
customerNo: 'string',
|
|
9094
|
+
channelCode: 'string',
|
|
9095
|
+
trafficPlatform: 'string',
|
|
9086
9096
|
};
|
|
9087
9097
|
}
|
|
9088
9098
|
}
|
|
@@ -9126,6 +9136,8 @@ class PushDubbridgeInstallmentSupplementRequest extends $tea.Model {
|
|
|
9126
9136
|
storeInfo: 'store_info',
|
|
9127
9137
|
vehicleInfo: 'vehicle_info',
|
|
9128
9138
|
additional: 'additional',
|
|
9139
|
+
channelCode: 'channel_code',
|
|
9140
|
+
trafficPlatform: 'traffic_platform',
|
|
9129
9141
|
};
|
|
9130
9142
|
}
|
|
9131
9143
|
static types() {
|
|
@@ -9141,6 +9153,8 @@ class PushDubbridgeInstallmentSupplementRequest extends $tea.Model {
|
|
|
9141
9153
|
storeInfo: StoreInfo,
|
|
9142
9154
|
vehicleInfo: VehicleInfo,
|
|
9143
9155
|
additional: Additional,
|
|
9156
|
+
channelCode: 'string',
|
|
9157
|
+
trafficPlatform: 'string',
|
|
9144
9158
|
};
|
|
9145
9159
|
}
|
|
9146
9160
|
}
|
|
@@ -20089,7 +20103,7 @@ class Client {
|
|
|
20089
20103
|
req_msg_id: alipay_util_1.default.getNonce(),
|
|
20090
20104
|
access_key: this._accessKeyId,
|
|
20091
20105
|
base_sdk_version: "TeaSDK-2.0",
|
|
20092
|
-
sdk_version: "1.31.
|
|
20106
|
+
sdk_version: "1.31.16",
|
|
20093
20107
|
_prod_code: "RISKPLUS",
|
|
20094
20108
|
_prod_channel: "undefined",
|
|
20095
20109
|
};
|
|
@@ -21365,7 +21379,7 @@ class Client {
|
|
|
21365
21379
|
/**
|
|
21366
21380
|
* @remarks
|
|
21367
21381
|
* Description: 天枢系统用信申请状态查询,返回用信详情及还款计划
|
|
21368
|
-
* Summary:
|
|
21382
|
+
* Summary: 天枢系统用信申请状态查询,返回用信详情及还款计划
|
|
21369
21383
|
*/
|
|
21370
21384
|
async queryDubbridgeUsecreditStatus(request) {
|
|
21371
21385
|
let runtime = new $Util.RuntimeOptions({});
|
|
@@ -21375,7 +21389,7 @@ class Client {
|
|
|
21375
21389
|
/**
|
|
21376
21390
|
* @remarks
|
|
21377
21391
|
* Description: 天枢系统用信申请状态查询,返回用信详情及还款计划
|
|
21378
|
-
* Summary:
|
|
21392
|
+
* Summary: 天枢系统用信申请状态查询,返回用信详情及还款计划
|
|
21379
21393
|
*/
|
|
21380
21394
|
async queryDubbridgeUsecreditStatusEx(request, headers, runtime) {
|
|
21381
21395
|
tea_util_1.default.validateModel(request);
|