@antchain/riskplus 1.13.11 → 1.13.12
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 -3
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +5 -3
package/package.json
CHANGED
package/src/client.ts
CHANGED
|
@@ -6542,6 +6542,8 @@ export class ApplyDubbridgeCustomerAgreementsignRequest extends $tea.Model {
|
|
|
6542
6542
|
cardNo: string;
|
|
6543
6543
|
// 证件类型
|
|
6544
6544
|
idType?: string;
|
|
6545
|
+
// 资金方编号
|
|
6546
|
+
fundCode?: string;
|
|
6545
6547
|
static names(): { [key: string]: string } {
|
|
6546
6548
|
return {
|
|
6547
6549
|
authToken: 'auth_token',
|
|
@@ -6551,6 +6553,7 @@ export class ApplyDubbridgeCustomerAgreementsignRequest extends $tea.Model {
|
|
|
6551
6553
|
customName: 'custom_name',
|
|
6552
6554
|
cardNo: 'card_no',
|
|
6553
6555
|
idType: 'id_type',
|
|
6556
|
+
fundCode: 'fund_code',
|
|
6554
6557
|
};
|
|
6555
6558
|
}
|
|
6556
6559
|
|
|
@@ -6563,6 +6566,7 @@ export class ApplyDubbridgeCustomerAgreementsignRequest extends $tea.Model {
|
|
|
6563
6566
|
customName: 'string',
|
|
6564
6567
|
cardNo: 'string',
|
|
6565
6568
|
idType: 'string',
|
|
6569
|
+
fundCode: 'string',
|
|
6566
6570
|
};
|
|
6567
6571
|
}
|
|
6568
6572
|
|
|
@@ -13767,9 +13771,7 @@ export default class Client {
|
|
|
13767
13771
|
req_msg_id: AntchainUtil.getNonce(),
|
|
13768
13772
|
access_key: this._accessKeyId,
|
|
13769
13773
|
base_sdk_version: "TeaSDK-2.0",
|
|
13770
|
-
sdk_version: "1.13.
|
|
13771
|
-
_prod_code: "RISKPLUS",
|
|
13772
|
-
_prod_channel: "undefined",
|
|
13774
|
+
sdk_version: "1.13.12",
|
|
13773
13775
|
};
|
|
13774
13776
|
if (!Util.empty(this._securityToken)) {
|
|
13775
13777
|
request_.query["security_token"] = this._securityToken;
|