@antchain/riskplus 1.25.4 → 1.25.5
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 +2 -1
- package/dist/client.js +5 -3
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +9 -5
package/package.json
CHANGED
package/src/client.ts
CHANGED
|
@@ -11853,10 +11853,12 @@ export class QueryDubbridgeInstallmentCreditamtRequest extends $tea.Model {
|
|
|
11853
11853
|
mobile: string;
|
|
11854
11854
|
// 项目编号
|
|
11855
11855
|
projectCode: string;
|
|
11856
|
-
//
|
|
11857
|
-
|
|
11856
|
+
// 资产方购物订单号,如二轮车/摩托车订单号
|
|
11857
|
+
bizOrderNo?: string;
|
|
11858
11858
|
// 身份证号
|
|
11859
11859
|
cardNo?: string;
|
|
11860
|
+
// 交易金额,单位:元,如199.88(用于筛选额度充足的机构)
|
|
11861
|
+
tradeAmount?: string;
|
|
11860
11862
|
// 客户姓名
|
|
11861
11863
|
customerName?: string;
|
|
11862
11864
|
// 导流平台
|
|
@@ -11878,8 +11880,9 @@ export class QueryDubbridgeInstallmentCreditamtRequest extends $tea.Model {
|
|
|
11878
11880
|
openId: 'open_id',
|
|
11879
11881
|
mobile: 'mobile',
|
|
11880
11882
|
projectCode: 'project_code',
|
|
11881
|
-
|
|
11883
|
+
bizOrderNo: 'biz_order_no',
|
|
11882
11884
|
cardNo: 'card_no',
|
|
11885
|
+
tradeAmount: 'trade_amount',
|
|
11883
11886
|
customerName: 'customer_name',
|
|
11884
11887
|
trafficPlatform: 'traffic_platform',
|
|
11885
11888
|
trafficSourceName: 'traffic_source_name',
|
|
@@ -11898,8 +11901,9 @@ export class QueryDubbridgeInstallmentCreditamtRequest extends $tea.Model {
|
|
|
11898
11901
|
openId: 'string',
|
|
11899
11902
|
mobile: 'string',
|
|
11900
11903
|
projectCode: 'string',
|
|
11901
|
-
|
|
11904
|
+
bizOrderNo: 'string',
|
|
11902
11905
|
cardNo: 'string',
|
|
11906
|
+
tradeAmount: 'string',
|
|
11903
11907
|
customerName: 'string',
|
|
11904
11908
|
trafficPlatform: 'string',
|
|
11905
11909
|
trafficSourceName: 'string',
|
|
@@ -24505,7 +24509,7 @@ export default class Client {
|
|
|
24505
24509
|
req_msg_id: AntchainUtil.getNonce(),
|
|
24506
24510
|
access_key: this._accessKeyId,
|
|
24507
24511
|
base_sdk_version: "TeaSDK-2.0",
|
|
24508
|
-
sdk_version: "1.25.
|
|
24512
|
+
sdk_version: "1.25.5",
|
|
24509
24513
|
_prod_code: "RISKPLUS",
|
|
24510
24514
|
_prod_channel: "undefined",
|
|
24511
24515
|
};
|