@antchain/riskplus 1.31.15 → 1.31.18
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 +16 -2
- package/dist/client.js +31 -3
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +64 -8
package/package.json
CHANGED
package/src/client.ts
CHANGED
|
@@ -16551,6 +16551,10 @@ export class QueryDubbridgeUsecreditStatusRequest extends $tea.Model {
|
|
|
16551
16551
|
originalOrderNo?: string;
|
|
16552
16552
|
// 购物订单号,如二轮车/摩托车订单号
|
|
16553
16553
|
bizOrderNo?: string;
|
|
16554
|
+
// 渠道号
|
|
16555
|
+
channelCode?: string;
|
|
16556
|
+
// 导流平台
|
|
16557
|
+
trafficPlatform?: string;
|
|
16554
16558
|
static names(): { [key: string]: string } {
|
|
16555
16559
|
return {
|
|
16556
16560
|
authToken: 'auth_token',
|
|
@@ -16559,6 +16563,8 @@ export class QueryDubbridgeUsecreditStatusRequest extends $tea.Model {
|
|
|
16559
16563
|
prodType: 'prod_type',
|
|
16560
16564
|
originalOrderNo: 'original_order_no',
|
|
16561
16565
|
bizOrderNo: 'biz_order_no',
|
|
16566
|
+
channelCode: 'channel_code',
|
|
16567
|
+
trafficPlatform: 'traffic_platform',
|
|
16562
16568
|
};
|
|
16563
16569
|
}
|
|
16564
16570
|
|
|
@@ -16570,6 +16576,8 @@ export class QueryDubbridgeUsecreditStatusRequest extends $tea.Model {
|
|
|
16570
16576
|
prodType: 'string',
|
|
16571
16577
|
originalOrderNo: 'string',
|
|
16572
16578
|
bizOrderNo: 'string',
|
|
16579
|
+
channelCode: 'string',
|
|
16580
|
+
trafficPlatform: 'string',
|
|
16573
16581
|
};
|
|
16574
16582
|
}
|
|
16575
16583
|
|
|
@@ -17539,6 +17547,10 @@ export class QueryDubbridgeAgreementPreviewRequest extends $tea.Model {
|
|
|
17539
17547
|
lprPoint?: number;
|
|
17540
17548
|
// LPR发布日期
|
|
17541
17549
|
lprEffectDate?: string;
|
|
17550
|
+
// 流量平台,子渠道
|
|
17551
|
+
trafficPlatform?: string;
|
|
17552
|
+
// 渠道方
|
|
17553
|
+
channelCode?: string;
|
|
17542
17554
|
static names(): { [key: string]: string } {
|
|
17543
17555
|
return {
|
|
17544
17556
|
authToken: 'auth_token',
|
|
@@ -17557,6 +17569,8 @@ export class QueryDubbridgeAgreementPreviewRequest extends $tea.Model {
|
|
|
17557
17569
|
lpr: 'lpr',
|
|
17558
17570
|
lprPoint: 'lpr_point',
|
|
17559
17571
|
lprEffectDate: 'lpr_effect_date',
|
|
17572
|
+
trafficPlatform: 'traffic_platform',
|
|
17573
|
+
channelCode: 'channel_code',
|
|
17560
17574
|
};
|
|
17561
17575
|
}
|
|
17562
17576
|
|
|
@@ -17578,6 +17592,8 @@ export class QueryDubbridgeAgreementPreviewRequest extends $tea.Model {
|
|
|
17578
17592
|
lpr: 'number',
|
|
17579
17593
|
lprPoint: 'number',
|
|
17580
17594
|
lprEffectDate: 'string',
|
|
17595
|
+
trafficPlatform: 'string',
|
|
17596
|
+
channelCode: 'string',
|
|
17581
17597
|
};
|
|
17582
17598
|
}
|
|
17583
17599
|
|
|
@@ -17922,6 +17938,8 @@ export class QueryDubbridgeInstallmentCreditamtRequest extends $tea.Model {
|
|
|
17922
17938
|
clickId?: string;
|
|
17923
17939
|
// 取消授信额度
|
|
17924
17940
|
cancalCreditLine?: string;
|
|
17941
|
+
// 渠道号
|
|
17942
|
+
channelCode?: string;
|
|
17925
17943
|
static names(): { [key: string]: string } {
|
|
17926
17944
|
return {
|
|
17927
17945
|
authToken: 'auth_token',
|
|
@@ -17942,6 +17960,7 @@ export class QueryDubbridgeInstallmentCreditamtRequest extends $tea.Model {
|
|
|
17942
17960
|
trafficMktId: 'traffic_mkt_id',
|
|
17943
17961
|
clickId: 'click_id',
|
|
17944
17962
|
cancalCreditLine: 'cancal_credit_line',
|
|
17963
|
+
channelCode: 'channel_code',
|
|
17945
17964
|
};
|
|
17946
17965
|
}
|
|
17947
17966
|
|
|
@@ -17965,6 +17984,7 @@ export class QueryDubbridgeInstallmentCreditamtRequest extends $tea.Model {
|
|
|
17965
17984
|
trafficMktId: 'string',
|
|
17966
17985
|
clickId: 'string',
|
|
17967
17986
|
cancalCreditLine: 'string',
|
|
17987
|
+
channelCode: 'string',
|
|
17968
17988
|
};
|
|
17969
17989
|
}
|
|
17970
17990
|
|
|
@@ -18071,6 +18091,10 @@ export class CancelDubbridgeInstallmentOrderRequest extends $tea.Model {
|
|
|
18071
18091
|
openId?: string;
|
|
18072
18092
|
// 天枢客户号
|
|
18073
18093
|
customerNo?: string;
|
|
18094
|
+
// 渠道号
|
|
18095
|
+
channelCode?: string;
|
|
18096
|
+
// 导流平台
|
|
18097
|
+
trafficPlatform?: string;
|
|
18074
18098
|
static names(): { [key: string]: string } {
|
|
18075
18099
|
return {
|
|
18076
18100
|
authToken: 'auth_token',
|
|
@@ -18080,6 +18104,8 @@ export class CancelDubbridgeInstallmentOrderRequest extends $tea.Model {
|
|
|
18080
18104
|
bizOrderNo: 'biz_order_no',
|
|
18081
18105
|
openId: 'open_id',
|
|
18082
18106
|
customerNo: 'customer_no',
|
|
18107
|
+
channelCode: 'channel_code',
|
|
18108
|
+
trafficPlatform: 'traffic_platform',
|
|
18083
18109
|
};
|
|
18084
18110
|
}
|
|
18085
18111
|
|
|
@@ -18092,6 +18118,8 @@ export class CancelDubbridgeInstallmentOrderRequest extends $tea.Model {
|
|
|
18092
18118
|
bizOrderNo: 'string',
|
|
18093
18119
|
openId: 'string',
|
|
18094
18120
|
customerNo: 'string',
|
|
18121
|
+
channelCode: 'string',
|
|
18122
|
+
trafficPlatform: 'string',
|
|
18095
18123
|
};
|
|
18096
18124
|
}
|
|
18097
18125
|
|
|
@@ -18156,6 +18184,10 @@ export class PushDubbridgeInstallmentSupplementRequest extends $tea.Model {
|
|
|
18156
18184
|
vehicleInfo?: VehicleInfo;
|
|
18157
18185
|
// 补充信息
|
|
18158
18186
|
additional?: Additional;
|
|
18187
|
+
// 渠道号
|
|
18188
|
+
channelCode?: string;
|
|
18189
|
+
// 导流平台
|
|
18190
|
+
trafficPlatform?: string;
|
|
18159
18191
|
static names(): { [key: string]: string } {
|
|
18160
18192
|
return {
|
|
18161
18193
|
authToken: 'auth_token',
|
|
@@ -18169,6 +18201,8 @@ export class PushDubbridgeInstallmentSupplementRequest extends $tea.Model {
|
|
|
18169
18201
|
storeInfo: 'store_info',
|
|
18170
18202
|
vehicleInfo: 'vehicle_info',
|
|
18171
18203
|
additional: 'additional',
|
|
18204
|
+
channelCode: 'channel_code',
|
|
18205
|
+
trafficPlatform: 'traffic_platform',
|
|
18172
18206
|
};
|
|
18173
18207
|
}
|
|
18174
18208
|
|
|
@@ -18185,6 +18219,8 @@ export class PushDubbridgeInstallmentSupplementRequest extends $tea.Model {
|
|
|
18185
18219
|
storeInfo: StoreInfo,
|
|
18186
18220
|
vehicleInfo: VehicleInfo,
|
|
18187
18221
|
additional: Additional,
|
|
18222
|
+
channelCode: 'string',
|
|
18223
|
+
trafficPlatform: 'string',
|
|
18188
18224
|
};
|
|
18189
18225
|
}
|
|
18190
18226
|
|
|
@@ -21273,12 +21309,14 @@ export class QueryDubbridgePetitemRequest extends $tea.Model {
|
|
|
21273
21309
|
productInstanceId?: string;
|
|
21274
21310
|
// 小程序客户号
|
|
21275
21311
|
openId: string;
|
|
21276
|
-
//
|
|
21312
|
+
// 子渠道号(唯一标识)
|
|
21277
21313
|
trafficPlatform: string;
|
|
21278
21314
|
// 门店ID
|
|
21279
21315
|
storeId: string;
|
|
21280
21316
|
// 分期订单号
|
|
21281
21317
|
bizOrderNo: string;
|
|
21318
|
+
// 渠道号
|
|
21319
|
+
channelCode: string;
|
|
21282
21320
|
static names(): { [key: string]: string } {
|
|
21283
21321
|
return {
|
|
21284
21322
|
authToken: 'auth_token',
|
|
@@ -21287,6 +21325,7 @@ export class QueryDubbridgePetitemRequest extends $tea.Model {
|
|
|
21287
21325
|
trafficPlatform: 'traffic_platform',
|
|
21288
21326
|
storeId: 'store_id',
|
|
21289
21327
|
bizOrderNo: 'biz_order_no',
|
|
21328
|
+
channelCode: 'channel_code',
|
|
21290
21329
|
};
|
|
21291
21330
|
}
|
|
21292
21331
|
|
|
@@ -21298,6 +21337,7 @@ export class QueryDubbridgePetitemRequest extends $tea.Model {
|
|
|
21298
21337
|
trafficPlatform: 'string',
|
|
21299
21338
|
storeId: 'string',
|
|
21300
21339
|
bizOrderNo: 'string',
|
|
21340
|
+
channelCode: 'string',
|
|
21301
21341
|
};
|
|
21302
21342
|
}
|
|
21303
21343
|
|
|
@@ -21315,7 +21355,7 @@ export class QueryDubbridgePetitemResponse extends $tea.Model {
|
|
|
21315
21355
|
resultMsg?: string;
|
|
21316
21356
|
// 小程序客户号
|
|
21317
21357
|
openId?: string;
|
|
21318
|
-
//
|
|
21358
|
+
// 子渠道号(唯一标识)
|
|
21319
21359
|
trafficPlatform?: string;
|
|
21320
21360
|
// 门店ID
|
|
21321
21361
|
storeId?: string;
|
|
@@ -21333,6 +21373,8 @@ export class QueryDubbridgePetitemResponse extends $tea.Model {
|
|
|
21333
21373
|
duePenaltyAmount?: string;
|
|
21334
21374
|
// 可退还资方金额
|
|
21335
21375
|
refundFundAmount?: string;
|
|
21376
|
+
// 渠道号
|
|
21377
|
+
channelCode?: string;
|
|
21336
21378
|
static names(): { [key: string]: string } {
|
|
21337
21379
|
return {
|
|
21338
21380
|
reqMsgId: 'req_msg_id',
|
|
@@ -21348,6 +21390,7 @@ export class QueryDubbridgePetitemResponse extends $tea.Model {
|
|
|
21348
21390
|
dueAmount: 'due_amount',
|
|
21349
21391
|
duePenaltyAmount: 'due_penalty_amount',
|
|
21350
21392
|
refundFundAmount: 'refund_fund_amount',
|
|
21393
|
+
channelCode: 'channel_code',
|
|
21351
21394
|
};
|
|
21352
21395
|
}
|
|
21353
21396
|
|
|
@@ -21366,6 +21409,7 @@ export class QueryDubbridgePetitemResponse extends $tea.Model {
|
|
|
21366
21409
|
dueAmount: 'string',
|
|
21367
21410
|
duePenaltyAmount: 'string',
|
|
21368
21411
|
refundFundAmount: 'string',
|
|
21412
|
+
channelCode: 'string',
|
|
21369
21413
|
};
|
|
21370
21414
|
}
|
|
21371
21415
|
|
|
@@ -21380,7 +21424,7 @@ export class ExecDubbridgePetitemRequest extends $tea.Model {
|
|
|
21380
21424
|
productInstanceId?: string;
|
|
21381
21425
|
// 小程序客户号
|
|
21382
21426
|
openId: string;
|
|
21383
|
-
//
|
|
21427
|
+
// 子渠道号(唯一标识)
|
|
21384
21428
|
trafficPlatform: string;
|
|
21385
21429
|
// 门店ID
|
|
21386
21430
|
storeId: string;
|
|
@@ -21388,6 +21432,8 @@ export class ExecDubbridgePetitemRequest extends $tea.Model {
|
|
|
21388
21432
|
bizOrderNo: string;
|
|
21389
21433
|
// 商城余额
|
|
21390
21434
|
goodsBalance: string;
|
|
21435
|
+
// 渠道号
|
|
21436
|
+
channelCode: string;
|
|
21391
21437
|
static names(): { [key: string]: string } {
|
|
21392
21438
|
return {
|
|
21393
21439
|
authToken: 'auth_token',
|
|
@@ -21397,6 +21443,7 @@ export class ExecDubbridgePetitemRequest extends $tea.Model {
|
|
|
21397
21443
|
storeId: 'store_id',
|
|
21398
21444
|
bizOrderNo: 'biz_order_no',
|
|
21399
21445
|
goodsBalance: 'goods_balance',
|
|
21446
|
+
channelCode: 'channel_code',
|
|
21400
21447
|
};
|
|
21401
21448
|
}
|
|
21402
21449
|
|
|
@@ -21409,6 +21456,7 @@ export class ExecDubbridgePetitemRequest extends $tea.Model {
|
|
|
21409
21456
|
storeId: 'string',
|
|
21410
21457
|
bizOrderNo: 'string',
|
|
21411
21458
|
goodsBalance: 'string',
|
|
21459
|
+
channelCode: 'string',
|
|
21412
21460
|
};
|
|
21413
21461
|
}
|
|
21414
21462
|
|
|
@@ -21455,7 +21503,7 @@ export class PushDubbridgePetitemRequest extends $tea.Model {
|
|
|
21455
21503
|
productInstanceId?: string;
|
|
21456
21504
|
// 小程序客户号
|
|
21457
21505
|
openId: string;
|
|
21458
|
-
//
|
|
21506
|
+
// 子渠道号(唯一标识)
|
|
21459
21507
|
trafficPlatform: string;
|
|
21460
21508
|
// 门店ID
|
|
21461
21509
|
storeId: string;
|
|
@@ -21467,6 +21515,8 @@ export class PushDubbridgePetitemRequest extends $tea.Model {
|
|
|
21467
21515
|
goodsOrderInfo: GoodsOrderInfo[];
|
|
21468
21516
|
// 门店账户信息
|
|
21469
21517
|
storeAccountInfo: StoreAccountInfo;
|
|
21518
|
+
// 渠道号
|
|
21519
|
+
channelCode: string;
|
|
21470
21520
|
static names(): { [key: string]: string } {
|
|
21471
21521
|
return {
|
|
21472
21522
|
authToken: 'auth_token',
|
|
@@ -21478,6 +21528,7 @@ export class PushDubbridgePetitemRequest extends $tea.Model {
|
|
|
21478
21528
|
mailId: 'mail_id',
|
|
21479
21529
|
goodsOrderInfo: 'goods_order_info',
|
|
21480
21530
|
storeAccountInfo: 'store_account_info',
|
|
21531
|
+
channelCode: 'channel_code',
|
|
21481
21532
|
};
|
|
21482
21533
|
}
|
|
21483
21534
|
|
|
@@ -21492,6 +21543,7 @@ export class PushDubbridgePetitemRequest extends $tea.Model {
|
|
|
21492
21543
|
mailId: 'string',
|
|
21493
21544
|
goodsOrderInfo: { 'type': 'array', 'itemType': GoodsOrderInfo },
|
|
21494
21545
|
storeAccountInfo: StoreAccountInfo,
|
|
21546
|
+
channelCode: 'string',
|
|
21495
21547
|
};
|
|
21496
21548
|
}
|
|
21497
21549
|
|
|
@@ -21538,7 +21590,7 @@ export class RefuseDubbridgePetitemRequest extends $tea.Model {
|
|
|
21538
21590
|
productInstanceId?: string;
|
|
21539
21591
|
// 小程序客户号
|
|
21540
21592
|
openId: string;
|
|
21541
|
-
//
|
|
21593
|
+
// 子渠道号(唯一标识)
|
|
21542
21594
|
trafficPlatform: string;
|
|
21543
21595
|
// 门店ID
|
|
21544
21596
|
storeId: string;
|
|
@@ -21546,6 +21598,8 @@ export class RefuseDubbridgePetitemRequest extends $tea.Model {
|
|
|
21546
21598
|
bizOrderNo: string;
|
|
21547
21599
|
// 退款金额
|
|
21548
21600
|
refundAmount: string;
|
|
21601
|
+
// 渠道号
|
|
21602
|
+
channelCode: string;
|
|
21549
21603
|
static names(): { [key: string]: string } {
|
|
21550
21604
|
return {
|
|
21551
21605
|
authToken: 'auth_token',
|
|
@@ -21555,6 +21609,7 @@ export class RefuseDubbridgePetitemRequest extends $tea.Model {
|
|
|
21555
21609
|
storeId: 'store_id',
|
|
21556
21610
|
bizOrderNo: 'biz_order_no',
|
|
21557
21611
|
refundAmount: 'refund_amount',
|
|
21612
|
+
channelCode: 'channel_code',
|
|
21558
21613
|
};
|
|
21559
21614
|
}
|
|
21560
21615
|
|
|
@@ -21567,6 +21622,7 @@ export class RefuseDubbridgePetitemRequest extends $tea.Model {
|
|
|
21567
21622
|
storeId: 'string',
|
|
21568
21623
|
bizOrderNo: 'string',
|
|
21569
21624
|
refundAmount: 'string',
|
|
21625
|
+
channelCode: 'string',
|
|
21570
21626
|
};
|
|
21571
21627
|
}
|
|
21572
21628
|
|
|
@@ -34957,7 +35013,7 @@ export default class Client {
|
|
|
34957
35013
|
req_msg_id: AntchainUtil.getNonce(),
|
|
34958
35014
|
access_key: this._accessKeyId,
|
|
34959
35015
|
base_sdk_version: "TeaSDK-2.0",
|
|
34960
|
-
sdk_version: "1.31.
|
|
35016
|
+
sdk_version: "1.31.18",
|
|
34961
35017
|
_prod_code: "RISKPLUS",
|
|
34962
35018
|
_prod_channel: "undefined",
|
|
34963
35019
|
};
|
|
@@ -36374,7 +36430,7 @@ export default class Client {
|
|
|
36374
36430
|
/**
|
|
36375
36431
|
* @remarks
|
|
36376
36432
|
* Description: 天枢系统用信申请状态查询,返回用信详情及还款计划
|
|
36377
|
-
* Summary:
|
|
36433
|
+
* Summary: 天枢系统用信申请状态查询,返回用信详情及还款计划
|
|
36378
36434
|
*/
|
|
36379
36435
|
async queryDubbridgeUsecreditStatus(request: QueryDubbridgeUsecreditStatusRequest): Promise<QueryDubbridgeUsecreditStatusResponse> {
|
|
36380
36436
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -36385,7 +36441,7 @@ export default class Client {
|
|
|
36385
36441
|
/**
|
|
36386
36442
|
* @remarks
|
|
36387
36443
|
* Description: 天枢系统用信申请状态查询,返回用信详情及还款计划
|
|
36388
|
-
* Summary:
|
|
36444
|
+
* Summary: 天枢系统用信申请状态查询,返回用信详情及还款计划
|
|
36389
36445
|
*/
|
|
36390
36446
|
async queryDubbridgeUsecreditStatusEx(request: QueryDubbridgeUsecreditStatusRequest, headers: {[key: string ]: string}, runtime: $Util.RuntimeOptions): Promise<QueryDubbridgeUsecreditStatusResponse> {
|
|
36391
36447
|
Util.validateModel(request);
|