@antchain/ato 1.20.6 → 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/package.json CHANGED
@@ -22,7 +22,7 @@
22
22
  "prepublishOnly":"tsc",
23
23
  "test-cov":"nyc -e .ts -r=html -r=text -r=lcov npm run test"
24
24
  },
25
- "version":"1.20.6",
25
+ "version":"1.20.7",
26
26
  "dependencies":{
27
27
  "@alicloud/rpc-util":"^0.1.0",
28
28
  "@antchain/alipay-util":"^1.0.4",
package/src/client.ts CHANGED
@@ -33765,7 +33765,7 @@ export class RepayWithholdPlanRequest extends $tea.Model {
33765
33765
  orderId: string;
33766
33766
  // 第几期,单期取消必填
33767
33767
  periodNum?: number;
33768
- // 取消订单某一期代扣计划中以其他方式还款金额,单位为分,单期取消必填
33768
+ // 取其他方式还款的时间,单期取消必填
33769
33769
  gmtPay?: string;
33770
33770
  // 取消订单某一期代扣计划中以其他方式还款金额,单位为分
33771
33771
  payOffAmount?: number;
@@ -34849,7 +34849,7 @@ export default class Client {
34849
34849
  req_msg_id: AntchainUtil.getNonce(),
34850
34850
  access_key: this._accessKeyId,
34851
34851
  base_sdk_version: "TeaSDK-2.0",
34852
- sdk_version: "1.20.6",
34852
+ sdk_version: "1.20.7",
34853
34853
  _prod_code: "ATO",
34854
34854
  _prod_channel: "undefined",
34855
34855
  };
@@ -41840,7 +41840,9 @@ export default class Client {
41840
41840
  * Description: 重要说明:
41841
41841
  * 1.这个接口是取消订单某一、多期代扣计划中以其他方式还款的金额,取消之后代扣不再执行该期计划。
41842
41842
  * 2.对通过其他方式还款的第三方单号留存;例如:银行流水号或微信流水号。
41843
- * Summary: 单期多期代扣取消
41843
+ * Summary: 重要说明:
41844
+ * 1.这个接口是取消订单某一、多期代扣计划中以其他方式还款的金额,取消之后代扣不再执行该期计划。
41845
+ * 2.对通过其他方式还款的第三方单号留存;例如:银行流水号或微信流水号。
41844
41846
  */
41845
41847
  async repayWithholdPlan(request: RepayWithholdPlanRequest): Promise<RepayWithholdPlanResponse> {
41846
41848
  let runtime = new $Util.RuntimeOptions({ });
@@ -41853,7 +41855,9 @@ export default class Client {
41853
41855
  * Description: 重要说明:
41854
41856
  * 1.这个接口是取消订单某一、多期代扣计划中以其他方式还款的金额,取消之后代扣不再执行该期计划。
41855
41857
  * 2.对通过其他方式还款的第三方单号留存;例如:银行流水号或微信流水号。
41856
- * Summary: 单期多期代扣取消
41858
+ * Summary: 重要说明:
41859
+ * 1.这个接口是取消订单某一、多期代扣计划中以其他方式还款的金额,取消之后代扣不再执行该期计划。
41860
+ * 2.对通过其他方式还款的第三方单号留存;例如:银行流水号或微信流水号。
41857
41861
  */
41858
41862
  async repayWithholdPlanEx(request: RepayWithholdPlanRequest, headers: {[key: string ]: string}, runtime: $Util.RuntimeOptions): Promise<RepayWithholdPlanResponse> {
41859
41863
  Util.validateModel(request);