@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@antchain/riskplus",
3
- "version": "1.19.6",
3
+ "version": "1.19.8",
4
4
  "description": "",
5
5
  "main": "dist/client.js",
6
6
  "scripts": {
package/src/client.ts CHANGED
@@ -3158,7 +3158,7 @@ export class PersonalInfo extends $tea.Model {
3158
3158
  // 手机号
3159
3159
  mobile: string;
3160
3160
  // 学历
3161
- education: string;
3161
+ education?: string;
3162
3162
  // 所在省份 汉字
3163
3163
  province?: string;
3164
3164
  // 所在城市 汉字
@@ -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.6",
19407
+ sdk_version: "1.19.8",
19404
19408
  _prod_code: "RISKPLUS",
19405
19409
  _prod_channel: "undefined",
19406
19410
  };