@antchain/riskplus 1.24.7 → 1.24.9
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 +0 -1
- package/dist/client.js +1 -3
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +1 -5
package/package.json
CHANGED
package/src/client.ts
CHANGED
|
@@ -15444,8 +15444,6 @@ export class QueryRfcOdpsLindormRequest extends $tea.Model {
|
|
|
15444
15444
|
bizCode: string;
|
|
15445
15445
|
// 加密后的唯一id
|
|
15446
15446
|
keyId: string;
|
|
15447
|
-
// 渠道code
|
|
15448
|
-
channelCode: string;
|
|
15449
15447
|
// 授权码
|
|
15450
15448
|
authCode?: string;
|
|
15451
15449
|
// 加密方式
|
|
@@ -15456,7 +15454,6 @@ export class QueryRfcOdpsLindormRequest extends $tea.Model {
|
|
|
15456
15454
|
productInstanceId: 'product_instance_id',
|
|
15457
15455
|
bizCode: 'biz_code',
|
|
15458
15456
|
keyId: 'key_id',
|
|
15459
|
-
channelCode: 'channel_code',
|
|
15460
15457
|
authCode: 'auth_code',
|
|
15461
15458
|
encryptType: 'encrypt_type',
|
|
15462
15459
|
};
|
|
@@ -15468,7 +15465,6 @@ export class QueryRfcOdpsLindormRequest extends $tea.Model {
|
|
|
15468
15465
|
productInstanceId: 'string',
|
|
15469
15466
|
bizCode: 'string',
|
|
15470
15467
|
keyId: 'string',
|
|
15471
|
-
channelCode: 'string',
|
|
15472
15468
|
authCode: 'string',
|
|
15473
15469
|
encryptType: 'string',
|
|
15474
15470
|
};
|
|
@@ -23588,7 +23584,7 @@ export default class Client {
|
|
|
23588
23584
|
req_msg_id: AntchainUtil.getNonce(),
|
|
23589
23585
|
access_key: this._accessKeyId,
|
|
23590
23586
|
base_sdk_version: "TeaSDK-2.0",
|
|
23591
|
-
sdk_version: "1.24.
|
|
23587
|
+
sdk_version: "1.24.9",
|
|
23592
23588
|
_prod_code: "RISKPLUS",
|
|
23593
23589
|
_prod_channel: "undefined",
|
|
23594
23590
|
};
|