This commit is contained in:
felord.cn
2020-12-13 22:45:48 +08:00
parent 62106124c5
commit 530b8fcbc2
215 changed files with 221 additions and 221 deletions

View File

@@ -153,7 +153,7 @@ public class WechatDirectPayApi extends AbstractApi {
* @param outTradeNo the out trade no
* @return the wechat response entity
*/
public WechatResponseEntity<ObjectNode> closeByOutTradeNo(String outTradeNo) {
public WechatResponseEntity<ObjectNode> close(String outTradeNo) {
WechatResponseEntity<ObjectNode> wechatResponseEntity = new WechatResponseEntity<>();
this.client().withType(WechatPayV3Type.CLOSE, outTradeNo)
.function(this::closeByOutTradeNoFunction)