@antchain/riskplus 1.13.13 → 1.13.14
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 +1 -143
- package/dist/client.js +5 -211
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +6 -287
package/dist/client.d.ts
CHANGED
|
@@ -1018,23 +1018,6 @@ export declare class RpcommonResp extends $tea.Model {
|
|
|
1018
1018
|
[key: string]: any;
|
|
1019
1019
|
});
|
|
1020
1020
|
}
|
|
1021
|
-
export declare class CompanyItems extends $tea.Model {
|
|
1022
|
-
companyId: string;
|
|
1023
|
-
companyName: string;
|
|
1024
|
-
matchingName: string;
|
|
1025
|
-
matchingType: string;
|
|
1026
|
-
matchingValue: string;
|
|
1027
|
-
ucCode: string;
|
|
1028
|
-
static names(): {
|
|
1029
|
-
[key: string]: string;
|
|
1030
|
-
};
|
|
1031
|
-
static types(): {
|
|
1032
|
-
[key: string]: any;
|
|
1033
|
-
};
|
|
1034
|
-
constructor(map?: {
|
|
1035
|
-
[key: string]: any;
|
|
1036
|
-
});
|
|
1037
|
-
}
|
|
1038
1021
|
export declare class RtopTagImage extends $tea.Model {
|
|
1039
1022
|
id: number;
|
|
1040
1023
|
image?: string;
|
|
@@ -3166,7 +3149,7 @@ export declare class QueryDubbridgeSearchContractResponse extends $tea.Model {
|
|
|
3166
3149
|
reqMsgId?: string;
|
|
3167
3150
|
resultCode?: string;
|
|
3168
3151
|
resultMsg?: string;
|
|
3169
|
-
|
|
3152
|
+
contracts?: Contract[];
|
|
3170
3153
|
static names(): {
|
|
3171
3154
|
[key: string]: string;
|
|
3172
3155
|
};
|
|
@@ -3317,36 +3300,6 @@ export declare class QueryDubbridgeCustomerCommonagreementsignResponse extends $
|
|
|
3317
3300
|
[key: string]: any;
|
|
3318
3301
|
});
|
|
3319
3302
|
}
|
|
3320
|
-
export declare class QueryDubbridgeCompanyItemsRequest extends $tea.Model {
|
|
3321
|
-
authToken?: string;
|
|
3322
|
-
productInstanceId?: string;
|
|
3323
|
-
keyword: string;
|
|
3324
|
-
static names(): {
|
|
3325
|
-
[key: string]: string;
|
|
3326
|
-
};
|
|
3327
|
-
static types(): {
|
|
3328
|
-
[key: string]: any;
|
|
3329
|
-
};
|
|
3330
|
-
constructor(map?: {
|
|
3331
|
-
[key: string]: any;
|
|
3332
|
-
});
|
|
3333
|
-
}
|
|
3334
|
-
export declare class QueryDubbridgeCompanyItemsResponse extends $tea.Model {
|
|
3335
|
-
reqMsgId?: string;
|
|
3336
|
-
resultCode?: string;
|
|
3337
|
-
resultMsg?: string;
|
|
3338
|
-
businessItems?: CompanyItems[];
|
|
3339
|
-
total?: number;
|
|
3340
|
-
static names(): {
|
|
3341
|
-
[key: string]: string;
|
|
3342
|
-
};
|
|
3343
|
-
static types(): {
|
|
3344
|
-
[key: string]: any;
|
|
3345
|
-
};
|
|
3346
|
-
constructor(map?: {
|
|
3347
|
-
[key: string]: any;
|
|
3348
|
-
});
|
|
3349
|
-
}
|
|
3350
3303
|
export declare class UpdateDubbridgeFileRequest extends $tea.Model {
|
|
3351
3304
|
authToken?: string;
|
|
3352
3305
|
productInstanceId?: string;
|
|
@@ -3378,65 +3331,6 @@ export declare class UpdateDubbridgeFileResponse extends $tea.Model {
|
|
|
3378
3331
|
[key: string]: any;
|
|
3379
3332
|
});
|
|
3380
3333
|
}
|
|
3381
|
-
export declare class QueryDubbridgeCreditUrlRequest extends $tea.Model {
|
|
3382
|
-
authToken?: string;
|
|
3383
|
-
productInstanceId?: string;
|
|
3384
|
-
static names(): {
|
|
3385
|
-
[key: string]: string;
|
|
3386
|
-
};
|
|
3387
|
-
static types(): {
|
|
3388
|
-
[key: string]: any;
|
|
3389
|
-
};
|
|
3390
|
-
constructor(map?: {
|
|
3391
|
-
[key: string]: any;
|
|
3392
|
-
});
|
|
3393
|
-
}
|
|
3394
|
-
export declare class QueryDubbridgeCreditUrlResponse extends $tea.Model {
|
|
3395
|
-
reqMsgId?: string;
|
|
3396
|
-
resultCode?: string;
|
|
3397
|
-
resultMsg?: string;
|
|
3398
|
-
static names(): {
|
|
3399
|
-
[key: string]: string;
|
|
3400
|
-
};
|
|
3401
|
-
static types(): {
|
|
3402
|
-
[key: string]: any;
|
|
3403
|
-
};
|
|
3404
|
-
constructor(map?: {
|
|
3405
|
-
[key: string]: any;
|
|
3406
|
-
});
|
|
3407
|
-
}
|
|
3408
|
-
export declare class QueryDubbridgeBusinessDetailRequest extends $tea.Model {
|
|
3409
|
-
authToken?: string;
|
|
3410
|
-
productInstanceId?: string;
|
|
3411
|
-
keyword: string;
|
|
3412
|
-
static names(): {
|
|
3413
|
-
[key: string]: string;
|
|
3414
|
-
};
|
|
3415
|
-
static types(): {
|
|
3416
|
-
[key: string]: any;
|
|
3417
|
-
};
|
|
3418
|
-
constructor(map?: {
|
|
3419
|
-
[key: string]: any;
|
|
3420
|
-
});
|
|
3421
|
-
}
|
|
3422
|
-
export declare class QueryDubbridgeBusinessDetailResponse extends $tea.Model {
|
|
3423
|
-
reqMsgId?: string;
|
|
3424
|
-
resultCode?: string;
|
|
3425
|
-
resultMsg?: string;
|
|
3426
|
-
ucCode?: string;
|
|
3427
|
-
registerDate?: string;
|
|
3428
|
-
operatingAddrJson?: string;
|
|
3429
|
-
addressDetail?: string;
|
|
3430
|
-
static names(): {
|
|
3431
|
-
[key: string]: string;
|
|
3432
|
-
};
|
|
3433
|
-
static types(): {
|
|
3434
|
-
[key: string]: any;
|
|
3435
|
-
};
|
|
3436
|
-
constructor(map?: {
|
|
3437
|
-
[key: string]: any;
|
|
3438
|
-
});
|
|
3439
|
-
}
|
|
3440
3334
|
export declare class NotifyDubbridgeCallbackRequest extends $tea.Model {
|
|
3441
3335
|
authToken?: string;
|
|
3442
3336
|
productInstanceId?: string;
|
|
@@ -6510,18 +6404,6 @@ export default class Client {
|
|
|
6510
6404
|
queryDubbridgeCustomerCommonagreementsignEx(request: QueryDubbridgeCustomerCommonagreementsignRequest, headers: {
|
|
6511
6405
|
[key: string]: string;
|
|
6512
6406
|
}, runtime: $Util.RuntimeOptions): Promise<QueryDubbridgeCustomerCommonagreementsignResponse>;
|
|
6513
|
-
/**
|
|
6514
|
-
* Description: 根据关键字从第三方查询企业信息
|
|
6515
|
-
* Summary: 天枢系统企业搜索
|
|
6516
|
-
*/
|
|
6517
|
-
queryDubbridgeCompanyItems(request: QueryDubbridgeCompanyItemsRequest): Promise<QueryDubbridgeCompanyItemsResponse>;
|
|
6518
|
-
/**
|
|
6519
|
-
* Description: 根据关键字从第三方查询企业信息
|
|
6520
|
-
* Summary: 天枢系统企业搜索
|
|
6521
|
-
*/
|
|
6522
|
-
queryDubbridgeCompanyItemsEx(request: QueryDubbridgeCompanyItemsRequest, headers: {
|
|
6523
|
-
[key: string]: string;
|
|
6524
|
-
}, runtime: $Util.RuntimeOptions): Promise<QueryDubbridgeCompanyItemsResponse>;
|
|
6525
6407
|
/**
|
|
6526
6408
|
* Description: 客户影像信息更新
|
|
6527
6409
|
* Summary: 客户影像信息更新
|
|
@@ -6534,30 +6416,6 @@ export default class Client {
|
|
|
6534
6416
|
updateDubbridgeFileEx(request: UpdateDubbridgeFileRequest, headers: {
|
|
6535
6417
|
[key: string]: string;
|
|
6536
6418
|
}, runtime: $Util.RuntimeOptions): Promise<UpdateDubbridgeFileResponse>;
|
|
6537
|
-
/**
|
|
6538
|
-
* Description: 天枢系统获取授信H5地址
|
|
6539
|
-
* Summary: 天枢系统获取授信H5地址
|
|
6540
|
-
*/
|
|
6541
|
-
queryDubbridgeCreditUrl(request: QueryDubbridgeCreditUrlRequest): Promise<QueryDubbridgeCreditUrlResponse>;
|
|
6542
|
-
/**
|
|
6543
|
-
* Description: 天枢系统获取授信H5地址
|
|
6544
|
-
* Summary: 天枢系统获取授信H5地址
|
|
6545
|
-
*/
|
|
6546
|
-
queryDubbridgeCreditUrlEx(request: QueryDubbridgeCreditUrlRequest, headers: {
|
|
6547
|
-
[key: string]: string;
|
|
6548
|
-
}, runtime: $Util.RuntimeOptions): Promise<QueryDubbridgeCreditUrlResponse>;
|
|
6549
|
-
/**
|
|
6550
|
-
* Description: 根据关键字从第三方查询企业详情信息
|
|
6551
|
-
* Summary: 天枢系统企业详情信息查询
|
|
6552
|
-
*/
|
|
6553
|
-
queryDubbridgeBusinessDetail(request: QueryDubbridgeBusinessDetailRequest): Promise<QueryDubbridgeBusinessDetailResponse>;
|
|
6554
|
-
/**
|
|
6555
|
-
* Description: 根据关键字从第三方查询企业详情信息
|
|
6556
|
-
* Summary: 天枢系统企业详情信息查询
|
|
6557
|
-
*/
|
|
6558
|
-
queryDubbridgeBusinessDetailEx(request: QueryDubbridgeBusinessDetailRequest, headers: {
|
|
6559
|
-
[key: string]: string;
|
|
6560
|
-
}, runtime: $Util.RuntimeOptions): Promise<QueryDubbridgeBusinessDetailResponse>;
|
|
6561
6419
|
/**
|
|
6562
6420
|
* Description: 天枢回调通用接口
|
|
6563
6421
|
* Summary: 天枢回调通用接口
|
package/dist/client.js
CHANGED
|
@@ -1667,33 +1667,6 @@ class RpcommonResp extends $tea.Model {
|
|
|
1667
1667
|
}
|
|
1668
1668
|
}
|
|
1669
1669
|
exports.RpcommonResp = RpcommonResp;
|
|
1670
|
-
// 公司列表
|
|
1671
|
-
class CompanyItems extends $tea.Model {
|
|
1672
|
-
constructor(map) {
|
|
1673
|
-
super(map);
|
|
1674
|
-
}
|
|
1675
|
-
static names() {
|
|
1676
|
-
return {
|
|
1677
|
-
companyId: 'company_id',
|
|
1678
|
-
companyName: 'company_name',
|
|
1679
|
-
matchingName: 'matching_name',
|
|
1680
|
-
matchingType: 'matching_type',
|
|
1681
|
-
matchingValue: 'matching_value',
|
|
1682
|
-
ucCode: 'uc_code',
|
|
1683
|
-
};
|
|
1684
|
-
}
|
|
1685
|
-
static types() {
|
|
1686
|
-
return {
|
|
1687
|
-
companyId: 'string',
|
|
1688
|
-
companyName: 'string',
|
|
1689
|
-
matchingName: 'string',
|
|
1690
|
-
matchingType: 'string',
|
|
1691
|
-
matchingValue: 'string',
|
|
1692
|
-
ucCode: 'string',
|
|
1693
|
-
};
|
|
1694
|
-
}
|
|
1695
|
-
}
|
|
1696
|
-
exports.CompanyItems = CompanyItems;
|
|
1697
1670
|
// 标签图片
|
|
1698
1671
|
class RtopTagImage extends $tea.Model {
|
|
1699
1672
|
constructor(map) {
|
|
@@ -4975,7 +4948,7 @@ class QueryDubbridgeSearchContractResponse extends $tea.Model {
|
|
|
4975
4948
|
reqMsgId: 'req_msg_id',
|
|
4976
4949
|
resultCode: 'result_code',
|
|
4977
4950
|
resultMsg: 'result_msg',
|
|
4978
|
-
|
|
4951
|
+
contracts: 'contracts',
|
|
4979
4952
|
};
|
|
4980
4953
|
}
|
|
4981
4954
|
static types() {
|
|
@@ -4983,7 +4956,7 @@ class QueryDubbridgeSearchContractResponse extends $tea.Model {
|
|
|
4983
4956
|
reqMsgId: 'string',
|
|
4984
4957
|
resultCode: 'string',
|
|
4985
4958
|
resultMsg: 'string',
|
|
4986
|
-
|
|
4959
|
+
contracts: { 'type': 'array', 'itemType': Contract },
|
|
4987
4960
|
};
|
|
4988
4961
|
}
|
|
4989
4962
|
}
|
|
@@ -5204,50 +5177,6 @@ class QueryDubbridgeCustomerCommonagreementsignResponse extends $tea.Model {
|
|
|
5204
5177
|
}
|
|
5205
5178
|
}
|
|
5206
5179
|
exports.QueryDubbridgeCustomerCommonagreementsignResponse = QueryDubbridgeCustomerCommonagreementsignResponse;
|
|
5207
|
-
class QueryDubbridgeCompanyItemsRequest extends $tea.Model {
|
|
5208
|
-
constructor(map) {
|
|
5209
|
-
super(map);
|
|
5210
|
-
}
|
|
5211
|
-
static names() {
|
|
5212
|
-
return {
|
|
5213
|
-
authToken: 'auth_token',
|
|
5214
|
-
productInstanceId: 'product_instance_id',
|
|
5215
|
-
keyword: 'keyword',
|
|
5216
|
-
};
|
|
5217
|
-
}
|
|
5218
|
-
static types() {
|
|
5219
|
-
return {
|
|
5220
|
-
authToken: 'string',
|
|
5221
|
-
productInstanceId: 'string',
|
|
5222
|
-
keyword: 'string',
|
|
5223
|
-
};
|
|
5224
|
-
}
|
|
5225
|
-
}
|
|
5226
|
-
exports.QueryDubbridgeCompanyItemsRequest = QueryDubbridgeCompanyItemsRequest;
|
|
5227
|
-
class QueryDubbridgeCompanyItemsResponse extends $tea.Model {
|
|
5228
|
-
constructor(map) {
|
|
5229
|
-
super(map);
|
|
5230
|
-
}
|
|
5231
|
-
static names() {
|
|
5232
|
-
return {
|
|
5233
|
-
reqMsgId: 'req_msg_id',
|
|
5234
|
-
resultCode: 'result_code',
|
|
5235
|
-
resultMsg: 'result_msg',
|
|
5236
|
-
businessItems: 'business_items',
|
|
5237
|
-
total: 'total',
|
|
5238
|
-
};
|
|
5239
|
-
}
|
|
5240
|
-
static types() {
|
|
5241
|
-
return {
|
|
5242
|
-
reqMsgId: 'string',
|
|
5243
|
-
resultCode: 'string',
|
|
5244
|
-
resultMsg: 'string',
|
|
5245
|
-
businessItems: { 'type': 'array', 'itemType': CompanyItems },
|
|
5246
|
-
total: 'number',
|
|
5247
|
-
};
|
|
5248
|
-
}
|
|
5249
|
-
}
|
|
5250
|
-
exports.QueryDubbridgeCompanyItemsResponse = QueryDubbridgeCompanyItemsResponse;
|
|
5251
5180
|
class UpdateDubbridgeFileRequest extends $tea.Model {
|
|
5252
5181
|
constructor(map) {
|
|
5253
5182
|
super(map);
|
|
@@ -5294,92 +5223,6 @@ class UpdateDubbridgeFileResponse extends $tea.Model {
|
|
|
5294
5223
|
}
|
|
5295
5224
|
}
|
|
5296
5225
|
exports.UpdateDubbridgeFileResponse = UpdateDubbridgeFileResponse;
|
|
5297
|
-
class QueryDubbridgeCreditUrlRequest extends $tea.Model {
|
|
5298
|
-
constructor(map) {
|
|
5299
|
-
super(map);
|
|
5300
|
-
}
|
|
5301
|
-
static names() {
|
|
5302
|
-
return {
|
|
5303
|
-
authToken: 'auth_token',
|
|
5304
|
-
productInstanceId: 'product_instance_id',
|
|
5305
|
-
};
|
|
5306
|
-
}
|
|
5307
|
-
static types() {
|
|
5308
|
-
return {
|
|
5309
|
-
authToken: 'string',
|
|
5310
|
-
productInstanceId: 'string',
|
|
5311
|
-
};
|
|
5312
|
-
}
|
|
5313
|
-
}
|
|
5314
|
-
exports.QueryDubbridgeCreditUrlRequest = QueryDubbridgeCreditUrlRequest;
|
|
5315
|
-
class QueryDubbridgeCreditUrlResponse extends $tea.Model {
|
|
5316
|
-
constructor(map) {
|
|
5317
|
-
super(map);
|
|
5318
|
-
}
|
|
5319
|
-
static names() {
|
|
5320
|
-
return {
|
|
5321
|
-
reqMsgId: 'req_msg_id',
|
|
5322
|
-
resultCode: 'result_code',
|
|
5323
|
-
resultMsg: 'result_msg',
|
|
5324
|
-
};
|
|
5325
|
-
}
|
|
5326
|
-
static types() {
|
|
5327
|
-
return {
|
|
5328
|
-
reqMsgId: 'string',
|
|
5329
|
-
resultCode: 'string',
|
|
5330
|
-
resultMsg: 'string',
|
|
5331
|
-
};
|
|
5332
|
-
}
|
|
5333
|
-
}
|
|
5334
|
-
exports.QueryDubbridgeCreditUrlResponse = QueryDubbridgeCreditUrlResponse;
|
|
5335
|
-
class QueryDubbridgeBusinessDetailRequest extends $tea.Model {
|
|
5336
|
-
constructor(map) {
|
|
5337
|
-
super(map);
|
|
5338
|
-
}
|
|
5339
|
-
static names() {
|
|
5340
|
-
return {
|
|
5341
|
-
authToken: 'auth_token',
|
|
5342
|
-
productInstanceId: 'product_instance_id',
|
|
5343
|
-
keyword: 'keyword',
|
|
5344
|
-
};
|
|
5345
|
-
}
|
|
5346
|
-
static types() {
|
|
5347
|
-
return {
|
|
5348
|
-
authToken: 'string',
|
|
5349
|
-
productInstanceId: 'string',
|
|
5350
|
-
keyword: 'string',
|
|
5351
|
-
};
|
|
5352
|
-
}
|
|
5353
|
-
}
|
|
5354
|
-
exports.QueryDubbridgeBusinessDetailRequest = QueryDubbridgeBusinessDetailRequest;
|
|
5355
|
-
class QueryDubbridgeBusinessDetailResponse extends $tea.Model {
|
|
5356
|
-
constructor(map) {
|
|
5357
|
-
super(map);
|
|
5358
|
-
}
|
|
5359
|
-
static names() {
|
|
5360
|
-
return {
|
|
5361
|
-
reqMsgId: 'req_msg_id',
|
|
5362
|
-
resultCode: 'result_code',
|
|
5363
|
-
resultMsg: 'result_msg',
|
|
5364
|
-
ucCode: 'uc_code',
|
|
5365
|
-
registerDate: 'register_date',
|
|
5366
|
-
operatingAddrJson: 'operating_addr_json',
|
|
5367
|
-
addressDetail: 'address_detail',
|
|
5368
|
-
};
|
|
5369
|
-
}
|
|
5370
|
-
static types() {
|
|
5371
|
-
return {
|
|
5372
|
-
reqMsgId: 'string',
|
|
5373
|
-
resultCode: 'string',
|
|
5374
|
-
resultMsg: 'string',
|
|
5375
|
-
ucCode: 'string',
|
|
5376
|
-
registerDate: 'string',
|
|
5377
|
-
operatingAddrJson: 'string',
|
|
5378
|
-
addressDetail: 'string',
|
|
5379
|
-
};
|
|
5380
|
-
}
|
|
5381
|
-
}
|
|
5382
|
-
exports.QueryDubbridgeBusinessDetailResponse = QueryDubbridgeBusinessDetailResponse;
|
|
5383
5226
|
class NotifyDubbridgeCallbackRequest extends $tea.Model {
|
|
5384
5227
|
constructor(map) {
|
|
5385
5228
|
super(map);
|
|
@@ -9074,7 +8917,9 @@ class Client {
|
|
|
9074
8917
|
req_msg_id: alipay_util_1.default.getNonce(),
|
|
9075
8918
|
access_key: this._accessKeyId,
|
|
9076
8919
|
base_sdk_version: "TeaSDK-2.0",
|
|
9077
|
-
sdk_version: "1.13.
|
|
8920
|
+
sdk_version: "1.13.14",
|
|
8921
|
+
_prod_code: "RISKPLUS",
|
|
8922
|
+
_prod_channel: "undefined",
|
|
9078
8923
|
};
|
|
9079
8924
|
if (!tea_util_1.default.empty(this._securityToken)) {
|
|
9080
8925
|
request_.query["security_token"] = this._securityToken;
|
|
@@ -10063,23 +9908,6 @@ class Client {
|
|
|
10063
9908
|
tea_util_1.default.validateModel(request);
|
|
10064
9909
|
return $tea.cast(await this.doRequest("1.0", "riskplus.dubbridge.customer.commonagreementsign.query", "HTTPS", "POST", `/gateway.do`, $tea.toMap(request), headers, runtime), new QueryDubbridgeCustomerCommonagreementsignResponse({}));
|
|
10065
9910
|
}
|
|
10066
|
-
/**
|
|
10067
|
-
* Description: 根据关键字从第三方查询企业信息
|
|
10068
|
-
* Summary: 天枢系统企业搜索
|
|
10069
|
-
*/
|
|
10070
|
-
async queryDubbridgeCompanyItems(request) {
|
|
10071
|
-
let runtime = new $Util.RuntimeOptions({});
|
|
10072
|
-
let headers = {};
|
|
10073
|
-
return await this.queryDubbridgeCompanyItemsEx(request, headers, runtime);
|
|
10074
|
-
}
|
|
10075
|
-
/**
|
|
10076
|
-
* Description: 根据关键字从第三方查询企业信息
|
|
10077
|
-
* Summary: 天枢系统企业搜索
|
|
10078
|
-
*/
|
|
10079
|
-
async queryDubbridgeCompanyItemsEx(request, headers, runtime) {
|
|
10080
|
-
tea_util_1.default.validateModel(request);
|
|
10081
|
-
return $tea.cast(await this.doRequest("1.0", "riskplus.dubbridge.company.items.query", "HTTPS", "POST", `/gateway.do`, $tea.toMap(request), headers, runtime), new QueryDubbridgeCompanyItemsResponse({}));
|
|
10082
|
-
}
|
|
10083
9911
|
/**
|
|
10084
9912
|
* Description: 客户影像信息更新
|
|
10085
9913
|
* Summary: 客户影像信息更新
|
|
@@ -10097,40 +9925,6 @@ class Client {
|
|
|
10097
9925
|
tea_util_1.default.validateModel(request);
|
|
10098
9926
|
return $tea.cast(await this.doRequest("1.0", "riskplus.dubbridge.file.update", "HTTPS", "POST", `/gateway.do`, $tea.toMap(request), headers, runtime), new UpdateDubbridgeFileResponse({}));
|
|
10099
9927
|
}
|
|
10100
|
-
/**
|
|
10101
|
-
* Description: 天枢系统获取授信H5地址
|
|
10102
|
-
* Summary: 天枢系统获取授信H5地址
|
|
10103
|
-
*/
|
|
10104
|
-
async queryDubbridgeCreditUrl(request) {
|
|
10105
|
-
let runtime = new $Util.RuntimeOptions({});
|
|
10106
|
-
let headers = {};
|
|
10107
|
-
return await this.queryDubbridgeCreditUrlEx(request, headers, runtime);
|
|
10108
|
-
}
|
|
10109
|
-
/**
|
|
10110
|
-
* Description: 天枢系统获取授信H5地址
|
|
10111
|
-
* Summary: 天枢系统获取授信H5地址
|
|
10112
|
-
*/
|
|
10113
|
-
async queryDubbridgeCreditUrlEx(request, headers, runtime) {
|
|
10114
|
-
tea_util_1.default.validateModel(request);
|
|
10115
|
-
return $tea.cast(await this.doRequest("1.0", "riskplus.dubbridge.credit.url.query", "HTTPS", "POST", `/gateway.do`, $tea.toMap(request), headers, runtime), new QueryDubbridgeCreditUrlResponse({}));
|
|
10116
|
-
}
|
|
10117
|
-
/**
|
|
10118
|
-
* Description: 根据关键字从第三方查询企业详情信息
|
|
10119
|
-
* Summary: 天枢系统企业详情信息查询
|
|
10120
|
-
*/
|
|
10121
|
-
async queryDubbridgeBusinessDetail(request) {
|
|
10122
|
-
let runtime = new $Util.RuntimeOptions({});
|
|
10123
|
-
let headers = {};
|
|
10124
|
-
return await this.queryDubbridgeBusinessDetailEx(request, headers, runtime);
|
|
10125
|
-
}
|
|
10126
|
-
/**
|
|
10127
|
-
* Description: 根据关键字从第三方查询企业详情信息
|
|
10128
|
-
* Summary: 天枢系统企业详情信息查询
|
|
10129
|
-
*/
|
|
10130
|
-
async queryDubbridgeBusinessDetailEx(request, headers, runtime) {
|
|
10131
|
-
tea_util_1.default.validateModel(request);
|
|
10132
|
-
return $tea.cast(await this.doRequest("1.0", "riskplus.dubbridge.business.detail.query", "HTTPS", "POST", `/gateway.do`, $tea.toMap(request), headers, runtime), new QueryDubbridgeBusinessDetailResponse({}));
|
|
10133
|
-
}
|
|
10134
9928
|
/**
|
|
10135
9929
|
* Description: 天枢回调通用接口
|
|
10136
9930
|
* Summary: 天枢回调通用接口
|