@antchain/riskplus 1.19.7 → 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 +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/package.json
CHANGED
package/src/client.ts
CHANGED
|
@@ -9760,6 +9760,8 @@ export class QueryDubbridgeRouterUserselectRequest extends $tea.Model {
|
|
|
9760
9760
|
mobile: string;
|
|
9761
9761
|
// 姓名
|
|
9762
9762
|
customName?: string;
|
|
9763
|
+
// 机构编码
|
|
9764
|
+
platformNo?: string;
|
|
9763
9765
|
// 扩展信息JSON
|
|
9764
9766
|
extInfo?: string;
|
|
9765
9767
|
static names(): { [key: string]: string } {
|
|
@@ -9770,6 +9772,7 @@ export class QueryDubbridgeRouterUserselectRequest extends $tea.Model {
|
|
|
9770
9772
|
cardNo: 'card_no',
|
|
9771
9773
|
mobile: 'mobile',
|
|
9772
9774
|
customName: 'custom_name',
|
|
9775
|
+
platformNo: 'platform_no',
|
|
9773
9776
|
extInfo: 'ext_info',
|
|
9774
9777
|
};
|
|
9775
9778
|
}
|
|
@@ -9782,6 +9785,7 @@ export class QueryDubbridgeRouterUserselectRequest extends $tea.Model {
|
|
|
9782
9785
|
cardNo: 'string',
|
|
9783
9786
|
mobile: 'string',
|
|
9784
9787
|
customName: 'string',
|
|
9788
|
+
platformNo: 'string',
|
|
9785
9789
|
extInfo: 'string',
|
|
9786
9790
|
};
|
|
9787
9791
|
}
|
|
@@ -19400,7 +19404,7 @@ export default class Client {
|
|
|
19400
19404
|
req_msg_id: AntchainUtil.getNonce(),
|
|
19401
19405
|
access_key: this._accessKeyId,
|
|
19402
19406
|
base_sdk_version: "TeaSDK-2.0",
|
|
19403
|
-
sdk_version: "1.19.
|
|
19407
|
+
sdk_version: "1.19.8",
|
|
19404
19408
|
_prod_code: "RISKPLUS",
|
|
19405
19409
|
_prod_channel: "undefined",
|
|
19406
19410
|
};
|