@antchain/riskplus 1.19.17 → 1.19.20
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 +3 -4
- package/dist/client.js +7 -9
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +13 -17
package/package.json
CHANGED
package/src/client.ts
CHANGED
|
@@ -3464,6 +3464,8 @@ export class GetAgreementUrlResponseData extends $tea.Model {
|
|
|
3464
3464
|
fileBase64?: string;
|
|
3465
3465
|
// 协议图片文件base64集合
|
|
3466
3466
|
picFileBase64List?: string[];
|
|
3467
|
+
// 图片文件oss集合
|
|
3468
|
+
picOssPathList?: string[];
|
|
3467
3469
|
// 机构名称
|
|
3468
3470
|
organizationName: string;
|
|
3469
3471
|
// 协议类型-code
|
|
@@ -3476,6 +3478,7 @@ export class GetAgreementUrlResponseData extends $tea.Model {
|
|
|
3476
3478
|
agreementUrl: 'agreement_url',
|
|
3477
3479
|
fileBase64: 'file_base64',
|
|
3478
3480
|
picFileBase64List: 'pic_file_base64_list',
|
|
3481
|
+
picOssPathList: 'pic_oss_path_list',
|
|
3479
3482
|
organizationName: 'organization_name',
|
|
3480
3483
|
fileType: 'file_type',
|
|
3481
3484
|
fileTypeName: 'file_type_name',
|
|
@@ -3488,6 +3491,7 @@ export class GetAgreementUrlResponseData extends $tea.Model {
|
|
|
3488
3491
|
agreementUrl: 'string',
|
|
3489
3492
|
fileBase64: 'string',
|
|
3490
3493
|
picFileBase64List: { 'type': 'array', 'itemType': 'string' },
|
|
3494
|
+
picOssPathList: { 'type': 'array', 'itemType': 'string' },
|
|
3491
3495
|
organizationName: 'string',
|
|
3492
3496
|
fileType: 'string',
|
|
3493
3497
|
fileTypeName: 'string',
|
|
@@ -6869,6 +6873,8 @@ export class QueryDubbridgeRouterFundrouterResponse extends $tea.Model {
|
|
|
6869
6873
|
fundCode?: string;
|
|
6870
6874
|
// 资金方简称
|
|
6871
6875
|
abbreFundName?: string;
|
|
6876
|
+
// 客户编号
|
|
6877
|
+
customerNo?: string;
|
|
6872
6878
|
static names(): { [key: string]: string } {
|
|
6873
6879
|
return {
|
|
6874
6880
|
reqMsgId: 'req_msg_id',
|
|
@@ -6876,6 +6882,7 @@ export class QueryDubbridgeRouterFundrouterResponse extends $tea.Model {
|
|
|
6876
6882
|
resultMsg: 'result_msg',
|
|
6877
6883
|
fundCode: 'fund_code',
|
|
6878
6884
|
abbreFundName: 'abbre_fund_name',
|
|
6885
|
+
customerNo: 'customer_no',
|
|
6879
6886
|
};
|
|
6880
6887
|
}
|
|
6881
6888
|
|
|
@@ -6886,6 +6893,7 @@ export class QueryDubbridgeRouterFundrouterResponse extends $tea.Model {
|
|
|
6886
6893
|
resultMsg: 'string',
|
|
6887
6894
|
fundCode: 'string',
|
|
6888
6895
|
abbreFundName: 'string',
|
|
6896
|
+
customerNo: 'string',
|
|
6889
6897
|
};
|
|
6890
6898
|
}
|
|
6891
6899
|
|
|
@@ -13457,17 +13465,14 @@ export class PushRbbCustomerInformationResponse extends $tea.Model {
|
|
|
13457
13465
|
resultCode?: string;
|
|
13458
13466
|
// 异常信息的文本描述
|
|
13459
13467
|
resultMsg?: string;
|
|
13460
|
-
//
|
|
13461
|
-
|
|
13462
|
-
// 结果说明
|
|
13463
|
-
resMsg?: string;
|
|
13468
|
+
// 地址
|
|
13469
|
+
resultUrl?: string;
|
|
13464
13470
|
static names(): { [key: string]: string } {
|
|
13465
13471
|
return {
|
|
13466
13472
|
reqMsgId: 'req_msg_id',
|
|
13467
13473
|
resultCode: 'result_code',
|
|
13468
13474
|
resultMsg: 'result_msg',
|
|
13469
|
-
|
|
13470
|
-
resMsg: 'res_msg',
|
|
13475
|
+
resultUrl: 'result_url',
|
|
13471
13476
|
};
|
|
13472
13477
|
}
|
|
13473
13478
|
|
|
@@ -13476,8 +13481,7 @@ export class PushRbbCustomerInformationResponse extends $tea.Model {
|
|
|
13476
13481
|
reqMsgId: 'string',
|
|
13477
13482
|
resultCode: 'string',
|
|
13478
13483
|
resultMsg: 'string',
|
|
13479
|
-
|
|
13480
|
-
resMsg: 'string',
|
|
13484
|
+
resultUrl: 'string',
|
|
13481
13485
|
};
|
|
13482
13486
|
}
|
|
13483
13487
|
|
|
@@ -13583,17 +13587,11 @@ export class PushRbbCustomerStatusResponse extends $tea.Model {
|
|
|
13583
13587
|
resultCode?: string;
|
|
13584
13588
|
// 异常信息的文本描述
|
|
13585
13589
|
resultMsg?: string;
|
|
13586
|
-
// 结果说明
|
|
13587
|
-
resMsg?: string;
|
|
13588
|
-
// 返回代码
|
|
13589
|
-
resCode?: string;
|
|
13590
13590
|
static names(): { [key: string]: string } {
|
|
13591
13591
|
return {
|
|
13592
13592
|
reqMsgId: 'req_msg_id',
|
|
13593
13593
|
resultCode: 'result_code',
|
|
13594
13594
|
resultMsg: 'result_msg',
|
|
13595
|
-
resMsg: 'res_msg',
|
|
13596
|
-
resCode: 'res_code',
|
|
13597
13595
|
};
|
|
13598
13596
|
}
|
|
13599
13597
|
|
|
@@ -13602,8 +13600,6 @@ export class PushRbbCustomerStatusResponse extends $tea.Model {
|
|
|
13602
13600
|
reqMsgId: 'string',
|
|
13603
13601
|
resultCode: 'string',
|
|
13604
13602
|
resultMsg: 'string',
|
|
13605
|
-
resMsg: 'string',
|
|
13606
|
-
resCode: 'string',
|
|
13607
13603
|
};
|
|
13608
13604
|
}
|
|
13609
13605
|
|
|
@@ -19840,7 +19836,7 @@ export default class Client {
|
|
|
19840
19836
|
req_msg_id: AntchainUtil.getNonce(),
|
|
19841
19837
|
access_key: this._accessKeyId,
|
|
19842
19838
|
base_sdk_version: "TeaSDK-2.0",
|
|
19843
|
-
sdk_version: "1.19.
|
|
19839
|
+
sdk_version: "1.19.20",
|
|
19844
19840
|
_prod_code: "RISKPLUS",
|
|
19845
19841
|
_prod_channel: "undefined",
|
|
19846
19842
|
};
|