@antchain/riskplus 1.19.17 → 1.19.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 +1 -0
- package/dist/client.js +3 -1
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +5 -1
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',
|
|
@@ -19840,7 +19844,7 @@ export default class Client {
|
|
|
19840
19844
|
req_msg_id: AntchainUtil.getNonce(),
|
|
19841
19845
|
access_key: this._accessKeyId,
|
|
19842
19846
|
base_sdk_version: "TeaSDK-2.0",
|
|
19843
|
-
sdk_version: "1.19.
|
|
19847
|
+
sdk_version: "1.19.18",
|
|
19844
19848
|
_prod_code: "RISKPLUS",
|
|
19845
19849
|
_prod_channel: "undefined",
|
|
19846
19850
|
};
|