@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@antchain/riskplus",
3
- "version": "1.23.5",
3
+ "version": "1.23.6",
4
4
  "description": "",
5
5
  "main": "dist/client.js",
6
6
  "scripts": {
package/src/client.ts CHANGED
@@ -8137,6 +8137,8 @@ export class QueryDubbridgeRiskinfoEnterprisescoreRequest extends $tea.Model {
8137
8137
  customerNo: string;
8138
8138
  // 渠道号
8139
8139
  channelCode: string;
8140
+ // 手机号md5
8141
+ mobileMd5?: string;
8140
8142
  static names(): { [key: string]: string } {
8141
8143
  return {
8142
8144
  authToken: 'auth_token',
@@ -8145,6 +8147,7 @@ export class QueryDubbridgeRiskinfoEnterprisescoreRequest extends $tea.Model {
8145
8147
  mobile: 'mobile',
8146
8148
  customerNo: 'customer_no',
8147
8149
  channelCode: 'channel_code',
8150
+ mobileMd5: 'mobile_md5',
8148
8151
  };
8149
8152
  }
8150
8153
 
@@ -8156,6 +8159,7 @@ export class QueryDubbridgeRiskinfoEnterprisescoreRequest extends $tea.Model {
8156
8159
  mobile: 'string',
8157
8160
  customerNo: 'string',
8158
8161
  channelCode: 'string',
8162
+ mobileMd5: 'string',
8159
8163
  };
8160
8164
  }
8161
8165
 
@@ -22259,7 +22263,7 @@ export default class Client {
22259
22263
  req_msg_id: AntchainUtil.getNonce(),
22260
22264
  access_key: this._accessKeyId,
22261
22265
  base_sdk_version: "TeaSDK-2.0",
22262
- sdk_version: "1.23.5",
22266
+ sdk_version: "1.23.6",
22263
22267
  _prod_code: "RISKPLUS",
22264
22268
  _prod_channel: "undefined",
22265
22269
  };