@antchain/riskplus 1.23.5 → 1.23.6
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/dist/client.d.ts
CHANGED
package/dist/client.js
CHANGED
|
@@ -5273,6 +5273,7 @@ class QueryDubbridgeRiskinfoEnterprisescoreRequest extends $tea.Model {
|
|
|
5273
5273
|
mobile: 'mobile',
|
|
5274
5274
|
customerNo: 'customer_no',
|
|
5275
5275
|
channelCode: 'channel_code',
|
|
5276
|
+
mobileMd5: 'mobile_md5',
|
|
5276
5277
|
};
|
|
5277
5278
|
}
|
|
5278
5279
|
static types() {
|
|
@@ -5283,6 +5284,7 @@ class QueryDubbridgeRiskinfoEnterprisescoreRequest extends $tea.Model {
|
|
|
5283
5284
|
mobile: 'string',
|
|
5284
5285
|
customerNo: 'string',
|
|
5285
5286
|
channelCode: 'string',
|
|
5287
|
+
mobileMd5: 'string',
|
|
5286
5288
|
};
|
|
5287
5289
|
}
|
|
5288
5290
|
}
|
|
@@ -14541,7 +14543,7 @@ class Client {
|
|
|
14541
14543
|
req_msg_id: alipay_util_1.default.getNonce(),
|
|
14542
14544
|
access_key: this._accessKeyId,
|
|
14543
14545
|
base_sdk_version: "TeaSDK-2.0",
|
|
14544
|
-
sdk_version: "1.23.
|
|
14546
|
+
sdk_version: "1.23.6",
|
|
14545
14547
|
_prod_code: "RISKPLUS",
|
|
14546
14548
|
_prod_channel: "undefined",
|
|
14547
14549
|
};
|