@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/dist/client.d.ts
CHANGED
|
@@ -4873,8 +4873,9 @@ export declare class QueryDubbridgeInstallmentCreditamtRequest extends $tea.Mode
|
|
|
4873
4873
|
openId: string;
|
|
4874
4874
|
mobile: string;
|
|
4875
4875
|
projectCode: string;
|
|
4876
|
-
|
|
4876
|
+
bizOrderNo?: string;
|
|
4877
4877
|
cardNo?: string;
|
|
4878
|
+
tradeAmount?: string;
|
|
4878
4879
|
customerName?: string;
|
|
4879
4880
|
trafficPlatform?: string;
|
|
4880
4881
|
trafficSourceName?: string;
|
package/dist/client.js
CHANGED
|
@@ -7675,8 +7675,9 @@ class QueryDubbridgeInstallmentCreditamtRequest extends $tea.Model {
|
|
|
7675
7675
|
openId: 'open_id',
|
|
7676
7676
|
mobile: 'mobile',
|
|
7677
7677
|
projectCode: 'project_code',
|
|
7678
|
-
|
|
7678
|
+
bizOrderNo: 'biz_order_no',
|
|
7679
7679
|
cardNo: 'card_no',
|
|
7680
|
+
tradeAmount: 'trade_amount',
|
|
7680
7681
|
customerName: 'customer_name',
|
|
7681
7682
|
trafficPlatform: 'traffic_platform',
|
|
7682
7683
|
trafficSourceName: 'traffic_source_name',
|
|
@@ -7694,8 +7695,9 @@ class QueryDubbridgeInstallmentCreditamtRequest extends $tea.Model {
|
|
|
7694
7695
|
openId: 'string',
|
|
7695
7696
|
mobile: 'string',
|
|
7696
7697
|
projectCode: 'string',
|
|
7697
|
-
|
|
7698
|
+
bizOrderNo: 'string',
|
|
7698
7699
|
cardNo: 'string',
|
|
7700
|
+
tradeAmount: 'string',
|
|
7699
7701
|
customerName: 'string',
|
|
7700
7702
|
trafficPlatform: 'string',
|
|
7701
7703
|
trafficSourceName: 'string',
|
|
@@ -15978,7 +15980,7 @@ class Client {
|
|
|
15978
15980
|
req_msg_id: alipay_util_1.default.getNonce(),
|
|
15979
15981
|
access_key: this._accessKeyId,
|
|
15980
15982
|
base_sdk_version: "TeaSDK-2.0",
|
|
15981
|
-
sdk_version: "1.25.
|
|
15983
|
+
sdk_version: "1.25.5",
|
|
15982
15984
|
_prod_code: "RISKPLUS",
|
|
15983
15985
|
_prod_channel: "undefined",
|
|
15984
15986
|
};
|