@antchain/riskplus 1.31.15 → 1.31.16

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.31.15",
3
+ "version": "1.31.16",
4
4
  "description": "",
5
5
  "main": "dist/client.js",
6
6
  "scripts": {
package/src/client.ts CHANGED
@@ -16551,6 +16551,10 @@ export class QueryDubbridgeUsecreditStatusRequest extends $tea.Model {
16551
16551
  originalOrderNo?: string;
16552
16552
  // 购物订单号,如二轮车/摩托车订单号
16553
16553
  bizOrderNo?: string;
16554
+ // 渠道号
16555
+ channelCode?: string;
16556
+ // 导流平台
16557
+ trafficPlatform?: string;
16554
16558
  static names(): { [key: string]: string } {
16555
16559
  return {
16556
16560
  authToken: 'auth_token',
@@ -16559,6 +16563,8 @@ export class QueryDubbridgeUsecreditStatusRequest extends $tea.Model {
16559
16563
  prodType: 'prod_type',
16560
16564
  originalOrderNo: 'original_order_no',
16561
16565
  bizOrderNo: 'biz_order_no',
16566
+ channelCode: 'channel_code',
16567
+ trafficPlatform: 'traffic_platform',
16562
16568
  };
16563
16569
  }
16564
16570
 
@@ -16570,6 +16576,8 @@ export class QueryDubbridgeUsecreditStatusRequest extends $tea.Model {
16570
16576
  prodType: 'string',
16571
16577
  originalOrderNo: 'string',
16572
16578
  bizOrderNo: 'string',
16579
+ channelCode: 'string',
16580
+ trafficPlatform: 'string',
16573
16581
  };
16574
16582
  }
16575
16583
 
@@ -17922,6 +17930,8 @@ export class QueryDubbridgeInstallmentCreditamtRequest extends $tea.Model {
17922
17930
  clickId?: string;
17923
17931
  // 取消授信额度
17924
17932
  cancalCreditLine?: string;
17933
+ // 渠道号
17934
+ channelCode?: string;
17925
17935
  static names(): { [key: string]: string } {
17926
17936
  return {
17927
17937
  authToken: 'auth_token',
@@ -17942,6 +17952,7 @@ export class QueryDubbridgeInstallmentCreditamtRequest extends $tea.Model {
17942
17952
  trafficMktId: 'traffic_mkt_id',
17943
17953
  clickId: 'click_id',
17944
17954
  cancalCreditLine: 'cancal_credit_line',
17955
+ channelCode: 'channel_code',
17945
17956
  };
17946
17957
  }
17947
17958
 
@@ -17965,6 +17976,7 @@ export class QueryDubbridgeInstallmentCreditamtRequest extends $tea.Model {
17965
17976
  trafficMktId: 'string',
17966
17977
  clickId: 'string',
17967
17978
  cancalCreditLine: 'string',
17979
+ channelCode: 'string',
17968
17980
  };
17969
17981
  }
17970
17982
 
@@ -18071,6 +18083,10 @@ export class CancelDubbridgeInstallmentOrderRequest extends $tea.Model {
18071
18083
  openId?: string;
18072
18084
  // 天枢客户号
18073
18085
  customerNo?: string;
18086
+ // 渠道号
18087
+ channelCode?: string;
18088
+ // 导流平台
18089
+ trafficPlatform?: string;
18074
18090
  static names(): { [key: string]: string } {
18075
18091
  return {
18076
18092
  authToken: 'auth_token',
@@ -18080,6 +18096,8 @@ export class CancelDubbridgeInstallmentOrderRequest extends $tea.Model {
18080
18096
  bizOrderNo: 'biz_order_no',
18081
18097
  openId: 'open_id',
18082
18098
  customerNo: 'customer_no',
18099
+ channelCode: 'channel_code',
18100
+ trafficPlatform: 'traffic_platform',
18083
18101
  };
18084
18102
  }
18085
18103
 
@@ -18092,6 +18110,8 @@ export class CancelDubbridgeInstallmentOrderRequest extends $tea.Model {
18092
18110
  bizOrderNo: 'string',
18093
18111
  openId: 'string',
18094
18112
  customerNo: 'string',
18113
+ channelCode: 'string',
18114
+ trafficPlatform: 'string',
18095
18115
  };
18096
18116
  }
18097
18117
 
@@ -18156,6 +18176,10 @@ export class PushDubbridgeInstallmentSupplementRequest extends $tea.Model {
18156
18176
  vehicleInfo?: VehicleInfo;
18157
18177
  // 补充信息
18158
18178
  additional?: Additional;
18179
+ // 渠道号
18180
+ channelCode?: string;
18181
+ // 导流平台
18182
+ trafficPlatform?: string;
18159
18183
  static names(): { [key: string]: string } {
18160
18184
  return {
18161
18185
  authToken: 'auth_token',
@@ -18169,6 +18193,8 @@ export class PushDubbridgeInstallmentSupplementRequest extends $tea.Model {
18169
18193
  storeInfo: 'store_info',
18170
18194
  vehicleInfo: 'vehicle_info',
18171
18195
  additional: 'additional',
18196
+ channelCode: 'channel_code',
18197
+ trafficPlatform: 'traffic_platform',
18172
18198
  };
18173
18199
  }
18174
18200
 
@@ -18185,6 +18211,8 @@ export class PushDubbridgeInstallmentSupplementRequest extends $tea.Model {
18185
18211
  storeInfo: StoreInfo,
18186
18212
  vehicleInfo: VehicleInfo,
18187
18213
  additional: Additional,
18214
+ channelCode: 'string',
18215
+ trafficPlatform: 'string',
18188
18216
  };
18189
18217
  }
18190
18218
 
@@ -34957,7 +34985,7 @@ export default class Client {
34957
34985
  req_msg_id: AntchainUtil.getNonce(),
34958
34986
  access_key: this._accessKeyId,
34959
34987
  base_sdk_version: "TeaSDK-2.0",
34960
- sdk_version: "1.31.15",
34988
+ sdk_version: "1.31.16",
34961
34989
  _prod_code: "RISKPLUS",
34962
34990
  _prod_channel: "undefined",
34963
34991
  };
@@ -36374,7 +36402,7 @@ export default class Client {
36374
36402
  /**
36375
36403
  * @remarks
36376
36404
  * Description: 天枢系统用信申请状态查询,返回用信详情及还款计划
36377
- * Summary: 天枢系统用信申请状态查询
36405
+ * Summary: 天枢系统用信申请状态查询,返回用信详情及还款计划
36378
36406
  */
36379
36407
  async queryDubbridgeUsecreditStatus(request: QueryDubbridgeUsecreditStatusRequest): Promise<QueryDubbridgeUsecreditStatusResponse> {
36380
36408
  let runtime = new $Util.RuntimeOptions({ });
@@ -36385,7 +36413,7 @@ export default class Client {
36385
36413
  /**
36386
36414
  * @remarks
36387
36415
  * Description: 天枢系统用信申请状态查询,返回用信详情及还款计划
36388
- * Summary: 天枢系统用信申请状态查询
36416
+ * Summary: 天枢系统用信申请状态查询,返回用信详情及还款计划
36389
36417
  */
36390
36418
  async queryDubbridgeUsecreditStatusEx(request: QueryDubbridgeUsecreditStatusRequest, headers: {[key: string ]: string}, runtime: $Util.RuntimeOptions): Promise<QueryDubbridgeUsecreditStatusResponse> {
36391
36419
  Util.validateModel(request);