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

This commit is contained in:
Lemon
2025-09-25 10:06:36 +08:00
parent c54f649996
commit d4e7a665a9
5 changed files with 51 additions and 4 deletions

View File

@@ -598,4 +598,10 @@ public interface OrderBasicInfoService{
* @param connectorMark 主辅枪标记
*/
void chargingPileStartedSuccessfully(String transactionCode, String pileConnectorCode, String connectorMark);
/**
* 关闭某笔待支付订单
* @param orderCode
*/
void closeUnPayOder(String orderCode);
}