@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/dist/client.d.ts
CHANGED
package/dist/client.js
CHANGED
|
@@ -4271,6 +4271,7 @@ class ApplyDubbridgeCustomerAgreementsignRequest extends $tea.Model {
|
|
|
4271
4271
|
customName: 'custom_name',
|
|
4272
4272
|
cardNo: 'card_no',
|
|
4273
4273
|
idType: 'id_type',
|
|
4274
|
+
fundCode: 'fund_code',
|
|
4274
4275
|
};
|
|
4275
4276
|
}
|
|
4276
4277
|
static types() {
|
|
@@ -4282,6 +4283,7 @@ class ApplyDubbridgeCustomerAgreementsignRequest extends $tea.Model {
|
|
|
4282
4283
|
customName: 'string',
|
|
4283
4284
|
cardNo: 'string',
|
|
4284
4285
|
idType: 'string',
|
|
4286
|
+
fundCode: 'string',
|
|
4285
4287
|
};
|
|
4286
4288
|
}
|
|
4287
4289
|
}
|
|
@@ -9068,9 +9070,7 @@ class Client {
|
|
|
9068
9070
|
req_msg_id: alipay_util_1.default.getNonce(),
|
|
9069
9071
|
access_key: this._accessKeyId,
|
|
9070
9072
|
base_sdk_version: "TeaSDK-2.0",
|
|
9071
|
-
sdk_version: "1.13.
|
|
9072
|
-
_prod_code: "RISKPLUS",
|
|
9073
|
-
_prod_channel: "undefined",
|
|
9073
|
+
sdk_version: "1.13.12",
|
|
9074
9074
|
};
|
|
9075
9075
|
if (!tea_util_1.default.empty(this._securityToken)) {
|
|
9076
9076
|
request_.query["security_token"] = this._securityToken;
|