@antchain/riskplus 1.23.4 → 1.23.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 +7 -2
- package/dist/client.js +13 -3
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +23 -3
package/dist/client.d.ts
CHANGED
|
@@ -4569,6 +4569,11 @@ export declare class QueryDubbridgeInstallmentCreditamtRequest extends $tea.Mode
|
|
|
4569
4569
|
tradeAmount: string;
|
|
4570
4570
|
cardNo?: string;
|
|
4571
4571
|
customerName?: string;
|
|
4572
|
+
trafficPlatform?: string;
|
|
4573
|
+
trafficSourceName?: string;
|
|
4574
|
+
trafficAdId?: string;
|
|
4575
|
+
trafficMktId?: string;
|
|
4576
|
+
clickId?: string;
|
|
4572
4577
|
static names(): {
|
|
4573
4578
|
[key: string]: string;
|
|
4574
4579
|
};
|
|
@@ -10593,12 +10598,12 @@ export default class Client {
|
|
|
10593
10598
|
}, runtime: $Util.RuntimeOptions): Promise<QueryQmpTextsmsTemplateResponse>;
|
|
10594
10599
|
/**
|
|
10595
10600
|
* Description: 蚁盾业务回流事件推送
|
|
10596
|
-
* Summary:
|
|
10601
|
+
* Summary: 蚁盾业务回流事件推送
|
|
10597
10602
|
*/
|
|
10598
10603
|
pushQmpBackflowEvent(request: PushQmpBackflowEventRequest): Promise<PushQmpBackflowEventResponse>;
|
|
10599
10604
|
/**
|
|
10600
10605
|
* Description: 蚁盾业务回流事件推送
|
|
10601
|
-
* Summary:
|
|
10606
|
+
* Summary: 蚁盾业务回流事件推送
|
|
10602
10607
|
*/
|
|
10603
10608
|
pushQmpBackflowEventEx(request: PushQmpBackflowEventRequest, headers: {
|
|
10604
10609
|
[key: string]: string;
|
package/dist/client.js
CHANGED
|
@@ -7189,6 +7189,11 @@ class QueryDubbridgeInstallmentCreditamtRequest extends $tea.Model {
|
|
|
7189
7189
|
tradeAmount: 'trade_amount',
|
|
7190
7190
|
cardNo: 'card_no',
|
|
7191
7191
|
customerName: 'customer_name',
|
|
7192
|
+
trafficPlatform: 'traffic_platform',
|
|
7193
|
+
trafficSourceName: 'traffic_source_name',
|
|
7194
|
+
trafficAdId: 'traffic_ad_id',
|
|
7195
|
+
trafficMktId: 'traffic_mkt_id',
|
|
7196
|
+
clickId: 'click_id',
|
|
7192
7197
|
};
|
|
7193
7198
|
}
|
|
7194
7199
|
static types() {
|
|
@@ -7203,6 +7208,11 @@ class QueryDubbridgeInstallmentCreditamtRequest extends $tea.Model {
|
|
|
7203
7208
|
tradeAmount: 'string',
|
|
7204
7209
|
cardNo: 'string',
|
|
7205
7210
|
customerName: 'string',
|
|
7211
|
+
trafficPlatform: 'string',
|
|
7212
|
+
trafficSourceName: 'string',
|
|
7213
|
+
trafficAdId: 'string',
|
|
7214
|
+
trafficMktId: 'string',
|
|
7215
|
+
clickId: 'string',
|
|
7206
7216
|
};
|
|
7207
7217
|
}
|
|
7208
7218
|
}
|
|
@@ -14531,7 +14541,7 @@ class Client {
|
|
|
14531
14541
|
req_msg_id: alipay_util_1.default.getNonce(),
|
|
14532
14542
|
access_key: this._accessKeyId,
|
|
14533
14543
|
base_sdk_version: "TeaSDK-2.0",
|
|
14534
|
-
sdk_version: "1.23.
|
|
14544
|
+
sdk_version: "1.23.5",
|
|
14535
14545
|
_prod_code: "RISKPLUS",
|
|
14536
14546
|
_prod_channel: "undefined",
|
|
14537
14547
|
};
|
|
@@ -16381,7 +16391,7 @@ class Client {
|
|
|
16381
16391
|
}
|
|
16382
16392
|
/**
|
|
16383
16393
|
* Description: 蚁盾业务回流事件推送
|
|
16384
|
-
* Summary:
|
|
16394
|
+
* Summary: 蚁盾业务回流事件推送
|
|
16385
16395
|
*/
|
|
16386
16396
|
async pushQmpBackflowEvent(request) {
|
|
16387
16397
|
let runtime = new $Util.RuntimeOptions({});
|
|
@@ -16390,7 +16400,7 @@ class Client {
|
|
|
16390
16400
|
}
|
|
16391
16401
|
/**
|
|
16392
16402
|
* Description: 蚁盾业务回流事件推送
|
|
16393
|
-
* Summary:
|
|
16403
|
+
* Summary: 蚁盾业务回流事件推送
|
|
16394
16404
|
*/
|
|
16395
16405
|
async pushQmpBackflowEventEx(request, headers, runtime) {
|
|
16396
16406
|
tea_util_1.default.validateModel(request);
|