diff --git a/wg-basic/wecaht.md b/wg-basic/wecaht.md index aa63577..31a09f6 100644 --- a/wg-basic/wecaht.md +++ b/wg-basic/wecaht.md @@ -2,7 +2,7 @@ title: 微信模块 description: 微信模块功能 published: true -date: 2021-08-28T03:56:32.901Z +date: 2021-08-30T10:18:17.580Z tags: wg-basic, wecaht editor: markdown dateCreated: 2021-08-26T08:21:24.080Z @@ -127,6 +127,9 @@ open-platform: 模块提供查询账单的业务功能,开发人员可以引入 `ink.wgink.module.wechat.pojo.pay.v3.order.OrderSearch.IOrderSearchService` 接口,调用其中的方法完成订单查询。 +### 3.4 关闭订单 + +模块提供关闭订单业务功能,开发人员可以引入 `ink.wgink.module.wechat.service.pay.v3.order.IOrderCloseService` 接口,调用其中方法完成订单关闭 # 提供的接口与方法 @@ -164,4 +167,9 @@ open-platform: | getOrder | transactionId | 微信订单ID | 订单支付详情,详情见微信支付文档支付查询接口 | | getBusinessOrder | businessOrderId | 自定义订单ID | 订单支付详情,详情见微信支付文档支付查询接口 | +> ink.wgink.module.wechat.service.pay.v3.order.IOrderCloseService + +| 方法 | 参数 | 说明 | 返回结果 | +| :-: | :-: | :-: | :-: | +| closeOrder | businessOrderId | 自定义订单ID | 无返回值,出错会抛出异常 |