@antchain/riskplus 1.19.18 → 1.19.20

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.18",
3
+ "version": "1.19.20",
4
4
  "description": "",
5
5
  "main": "dist/client.js",
6
6
  "scripts": {
package/src/client.ts CHANGED
@@ -6873,6 +6873,8 @@ export class QueryDubbridgeRouterFundrouterResponse extends $tea.Model {
6873
6873
  fundCode?: string;
6874
6874
  // 资金方简称
6875
6875
  abbreFundName?: string;
6876
+ // 客户编号
6877
+ customerNo?: string;
6876
6878
  static names(): { [key: string]: string } {
6877
6879
  return {
6878
6880
  reqMsgId: 'req_msg_id',
@@ -6880,6 +6882,7 @@ export class QueryDubbridgeRouterFundrouterResponse extends $tea.Model {
6880
6882
  resultMsg: 'result_msg',
6881
6883
  fundCode: 'fund_code',
6882
6884
  abbreFundName: 'abbre_fund_name',
6885
+ customerNo: 'customer_no',
6883
6886
  };
6884
6887
  }
6885
6888
 
@@ -6890,6 +6893,7 @@ export class QueryDubbridgeRouterFundrouterResponse extends $tea.Model {
6890
6893
  resultMsg: 'string',
6891
6894
  fundCode: 'string',
6892
6895
  abbreFundName: 'string',
6896
+ customerNo: 'string',
6893
6897
  };
6894
6898
  }
6895
6899
 
@@ -13461,17 +13465,14 @@ export class PushRbbCustomerInformationResponse extends $tea.Model {
13461
13465
  resultCode?: string;
13462
13466
  // 异常信息的文本描述
13463
13467
  resultMsg?: string;
13464
- // 返回代码
13465
- resCode?: string;
13466
- // 结果说明
13467
- resMsg?: string;
13468
+ // 地址
13469
+ resultUrl?: string;
13468
13470
  static names(): { [key: string]: string } {
13469
13471
  return {
13470
13472
  reqMsgId: 'req_msg_id',
13471
13473
  resultCode: 'result_code',
13472
13474
  resultMsg: 'result_msg',
13473
- resCode: 'res_code',
13474
- resMsg: 'res_msg',
13475
+ resultUrl: 'result_url',
13475
13476
  };
13476
13477
  }
13477
13478
 
@@ -13480,8 +13481,7 @@ export class PushRbbCustomerInformationResponse extends $tea.Model {
13480
13481
  reqMsgId: 'string',
13481
13482
  resultCode: 'string',
13482
13483
  resultMsg: 'string',
13483
- resCode: 'string',
13484
- resMsg: 'string',
13484
+ resultUrl: 'string',
13485
13485
  };
13486
13486
  }
13487
13487
 
@@ -13587,17 +13587,11 @@ export class PushRbbCustomerStatusResponse extends $tea.Model {
13587
13587
  resultCode?: string;
13588
13588
  // 异常信息的文本描述
13589
13589
  resultMsg?: string;
13590
- // 结果说明
13591
- resMsg?: string;
13592
- // 返回代码
13593
- resCode?: string;
13594
13590
  static names(): { [key: string]: string } {
13595
13591
  return {
13596
13592
  reqMsgId: 'req_msg_id',
13597
13593
  resultCode: 'result_code',
13598
13594
  resultMsg: 'result_msg',
13599
- resMsg: 'res_msg',
13600
- resCode: 'res_code',
13601
13595
  };
13602
13596
  }
13603
13597
 
@@ -13606,8 +13600,6 @@ export class PushRbbCustomerStatusResponse extends $tea.Model {
13606
13600
  reqMsgId: 'string',
13607
13601
  resultCode: 'string',
13608
13602
  resultMsg: 'string',
13609
- resMsg: 'string',
13610
- resCode: 'string',
13611
13603
  };
13612
13604
  }
13613
13605
 
@@ -19844,7 +19836,7 @@ export default class Client {
19844
19836
  req_msg_id: AntchainUtil.getNonce(),
19845
19837
  access_key: this._accessKeyId,
19846
19838
  base_sdk_version: "TeaSDK-2.0",
19847
- sdk_version: "1.19.18",
19839
+ sdk_version: "1.19.20",
19848
19840
  _prod_code: "RISKPLUS",
19849
19841
  _prod_channel: "undefined",
19850
19842
  };