update 小程序关闭待支付订单接口

This commit is contained in:
Lemon
2025-09-25 11:02:59 +08:00
parent d4e7a665a9
commit 5c86e525d2
3 changed files with 5 additions and 5 deletions

View File

@@ -603,5 +603,5 @@ public interface OrderBasicInfoService{
* 关闭某笔待支付订单
* @param orderCode
*/
void closeUnPayOder(String orderCode);
void closeOrderByOrderCode(String orderCode);
}