微信订单关闭

This commit is contained in:
songmingsong
2024-12-06 13:56:05 +08:00
parent d18f370b12
commit 6e343ab42e
3 changed files with 54 additions and 17 deletions

View File

@ -38,4 +38,11 @@ public interface WxPayService {
* 微信退款回调
*/
boolean refundNotify(String refundResult) throws IOException, GeneralSecurityException;
/**
* 关闭订单
*
* @param orderId 订单id订单编号
*/
void closeOrder(String orderId) ;
}