@antchain/riskplus 1.19.6 → 1.19.8
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 +2 -1
- package/dist/client.js +3 -1
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +6 -2
package/dist/client.d.ts
CHANGED
|
@@ -1276,7 +1276,7 @@ export declare class PersonalInfo extends $tea.Model {
|
|
|
1276
1276
|
certValidate: string;
|
|
1277
1277
|
certAdr: string;
|
|
1278
1278
|
mobile: string;
|
|
1279
|
-
education
|
|
1279
|
+
education?: string;
|
|
1280
1280
|
province?: string;
|
|
1281
1281
|
city?: string;
|
|
1282
1282
|
area?: string;
|
|
@@ -4034,6 +4034,7 @@ export declare class QueryDubbridgeRouterUserselectRequest extends $tea.Model {
|
|
|
4034
4034
|
cardNo?: string;
|
|
4035
4035
|
mobile: string;
|
|
4036
4036
|
customName?: string;
|
|
4037
|
+
platformNo?: string;
|
|
4037
4038
|
extInfo?: string;
|
|
4038
4039
|
static names(): {
|
|
4039
4040
|
[key: string]: string;
|
package/dist/client.js
CHANGED
|
@@ -6358,6 +6358,7 @@ class QueryDubbridgeRouterUserselectRequest extends $tea.Model {
|
|
|
6358
6358
|
cardNo: 'card_no',
|
|
6359
6359
|
mobile: 'mobile',
|
|
6360
6360
|
customName: 'custom_name',
|
|
6361
|
+
platformNo: 'platform_no',
|
|
6361
6362
|
extInfo: 'ext_info',
|
|
6362
6363
|
};
|
|
6363
6364
|
}
|
|
@@ -6369,6 +6370,7 @@ class QueryDubbridgeRouterUserselectRequest extends $tea.Model {
|
|
|
6369
6370
|
cardNo: 'string',
|
|
6370
6371
|
mobile: 'string',
|
|
6371
6372
|
customName: 'string',
|
|
6373
|
+
platformNo: 'string',
|
|
6372
6374
|
extInfo: 'string',
|
|
6373
6375
|
};
|
|
6374
6376
|
}
|
|
@@ -12696,7 +12698,7 @@ class Client {
|
|
|
12696
12698
|
req_msg_id: alipay_util_1.default.getNonce(),
|
|
12697
12699
|
access_key: this._accessKeyId,
|
|
12698
12700
|
base_sdk_version: "TeaSDK-2.0",
|
|
12699
|
-
sdk_version: "1.19.
|
|
12701
|
+
sdk_version: "1.19.8",
|
|
12700
12702
|
_prod_code: "RISKPLUS",
|
|
12701
12703
|
_prod_channel: "undefined",
|
|
12702
12704
|
};
|