@antchain/ato 1.20.4 → 1.20.7
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 +12 -2
- package/dist/client.js +19 -3
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +33 -4
package/dist/client.d.ts
CHANGED
|
@@ -5886,6 +5886,11 @@ export declare class QueryEnterpriseProductResponse extends $tea.Model {
|
|
|
5886
5886
|
resultMsg?: string;
|
|
5887
5887
|
orderId?: string;
|
|
5888
5888
|
event?: string;
|
|
5889
|
+
tradeNo?: string;
|
|
5890
|
+
orderType?: string;
|
|
5891
|
+
commodityCode?: string;
|
|
5892
|
+
durationType?: string;
|
|
5893
|
+
durationValue?: string;
|
|
5889
5894
|
static names(): {
|
|
5890
5895
|
[key: string]: string;
|
|
5891
5896
|
};
|
|
@@ -13873,6 +13878,7 @@ export declare class RegisterMerchantexpandMerchantRequest extends $tea.Model {
|
|
|
13873
13878
|
merchantSettleInfo?: MerchantSettleInfo;
|
|
13874
13879
|
payChannel?: string;
|
|
13875
13880
|
role?: string;
|
|
13881
|
+
needWithholding?: boolean;
|
|
13876
13882
|
static names(): {
|
|
13877
13883
|
[key: string]: string;
|
|
13878
13884
|
};
|
|
@@ -20901,7 +20907,9 @@ export default class Client {
|
|
|
20901
20907
|
* Description: 重要说明:
|
|
20902
20908
|
* 1.这个接口是取消订单某一、多期代扣计划中以其他方式还款的金额,取消之后代扣不再执行该期计划。
|
|
20903
20909
|
* 2.对通过其他方式还款的第三方单号留存;例如:银行流水号或微信流水号。
|
|
20904
|
-
* Summary:
|
|
20910
|
+
* Summary: 重要说明:
|
|
20911
|
+
* 1.这个接口是取消订单某一、多期代扣计划中以其他方式还款的金额,取消之后代扣不再执行该期计划。
|
|
20912
|
+
* 2.对通过其他方式还款的第三方单号留存;例如:银行流水号或微信流水号。
|
|
20905
20913
|
*/
|
|
20906
20914
|
repayWithholdPlan(request: RepayWithholdPlanRequest): Promise<RepayWithholdPlanResponse>;
|
|
20907
20915
|
/**
|
|
@@ -20909,7 +20917,9 @@ export default class Client {
|
|
|
20909
20917
|
* Description: 重要说明:
|
|
20910
20918
|
* 1.这个接口是取消订单某一、多期代扣计划中以其他方式还款的金额,取消之后代扣不再执行该期计划。
|
|
20911
20919
|
* 2.对通过其他方式还款的第三方单号留存;例如:银行流水号或微信流水号。
|
|
20912
|
-
* Summary:
|
|
20920
|
+
* Summary: 重要说明:
|
|
20921
|
+
* 1.这个接口是取消订单某一、多期代扣计划中以其他方式还款的金额,取消之后代扣不再执行该期计划。
|
|
20922
|
+
* 2.对通过其他方式还款的第三方单号留存;例如:银行流水号或微信流水号。
|
|
20913
20923
|
*/
|
|
20914
20924
|
repayWithholdPlanEx(request: RepayWithholdPlanRequest, headers: {
|
|
20915
20925
|
[key: string]: string;
|
package/dist/client.js
CHANGED
|
@@ -4868,6 +4868,11 @@ class QueryEnterpriseProductResponse extends $tea.Model {
|
|
|
4868
4868
|
resultMsg: 'result_msg',
|
|
4869
4869
|
orderId: 'order_id',
|
|
4870
4870
|
event: 'event',
|
|
4871
|
+
tradeNo: 'trade_no',
|
|
4872
|
+
orderType: 'order_type',
|
|
4873
|
+
commodityCode: 'commodity_code',
|
|
4874
|
+
durationType: 'duration_type',
|
|
4875
|
+
durationValue: 'duration_value',
|
|
4871
4876
|
};
|
|
4872
4877
|
}
|
|
4873
4878
|
static types() {
|
|
@@ -4877,6 +4882,11 @@ class QueryEnterpriseProductResponse extends $tea.Model {
|
|
|
4877
4882
|
resultMsg: 'string',
|
|
4878
4883
|
orderId: 'string',
|
|
4879
4884
|
event: 'string',
|
|
4885
|
+
tradeNo: 'string',
|
|
4886
|
+
orderType: 'string',
|
|
4887
|
+
commodityCode: 'string',
|
|
4888
|
+
durationType: 'string',
|
|
4889
|
+
durationValue: 'string',
|
|
4880
4890
|
};
|
|
4881
4891
|
}
|
|
4882
4892
|
}
|
|
@@ -17052,6 +17062,7 @@ class RegisterMerchantexpandMerchantRequest extends $tea.Model {
|
|
|
17052
17062
|
merchantSettleInfo: 'merchant_settle_info',
|
|
17053
17063
|
payChannel: 'pay_channel',
|
|
17054
17064
|
role: 'role',
|
|
17065
|
+
needWithholding: 'need_withholding',
|
|
17055
17066
|
};
|
|
17056
17067
|
}
|
|
17057
17068
|
static types() {
|
|
@@ -17067,6 +17078,7 @@ class RegisterMerchantexpandMerchantRequest extends $tea.Model {
|
|
|
17067
17078
|
merchantSettleInfo: MerchantSettleInfo,
|
|
17068
17079
|
payChannel: 'string',
|
|
17069
17080
|
role: 'string',
|
|
17081
|
+
needWithholding: 'boolean',
|
|
17070
17082
|
};
|
|
17071
17083
|
}
|
|
17072
17084
|
}
|
|
@@ -20773,7 +20785,7 @@ class Client {
|
|
|
20773
20785
|
req_msg_id: alipay_util_1.default.getNonce(),
|
|
20774
20786
|
access_key: this._accessKeyId,
|
|
20775
20787
|
base_sdk_version: "TeaSDK-2.0",
|
|
20776
|
-
sdk_version: "1.20.
|
|
20788
|
+
sdk_version: "1.20.7",
|
|
20777
20789
|
_prod_code: "ATO",
|
|
20778
20790
|
_prod_channel: "undefined",
|
|
20779
20791
|
};
|
|
@@ -27095,7 +27107,9 @@ class Client {
|
|
|
27095
27107
|
* Description: 重要说明:
|
|
27096
27108
|
* 1.这个接口是取消订单某一、多期代扣计划中以其他方式还款的金额,取消之后代扣不再执行该期计划。
|
|
27097
27109
|
* 2.对通过其他方式还款的第三方单号留存;例如:银行流水号或微信流水号。
|
|
27098
|
-
* Summary:
|
|
27110
|
+
* Summary: 重要说明:
|
|
27111
|
+
* 1.这个接口是取消订单某一、多期代扣计划中以其他方式还款的金额,取消之后代扣不再执行该期计划。
|
|
27112
|
+
* 2.对通过其他方式还款的第三方单号留存;例如:银行流水号或微信流水号。
|
|
27099
27113
|
*/
|
|
27100
27114
|
async repayWithholdPlan(request) {
|
|
27101
27115
|
let runtime = new $Util.RuntimeOptions({});
|
|
@@ -27107,7 +27121,9 @@ class Client {
|
|
|
27107
27121
|
* Description: 重要说明:
|
|
27108
27122
|
* 1.这个接口是取消订单某一、多期代扣计划中以其他方式还款的金额,取消之后代扣不再执行该期计划。
|
|
27109
27123
|
* 2.对通过其他方式还款的第三方单号留存;例如:银行流水号或微信流水号。
|
|
27110
|
-
* Summary:
|
|
27124
|
+
* Summary: 重要说明:
|
|
27125
|
+
* 1.这个接口是取消订单某一、多期代扣计划中以其他方式还款的金额,取消之后代扣不再执行该期计划。
|
|
27126
|
+
* 2.对通过其他方式还款的第三方单号留存;例如:银行流水号或微信流水号。
|
|
27111
27127
|
*/
|
|
27112
27128
|
async repayWithholdPlanEx(request, headers, runtime) {
|
|
27113
27129
|
tea_util_1.default.validateModel(request);
|