【代码评审】商城:拼团失败的取消支付逻辑

This commit is contained in:
YunaiV
2024-08-20 21:18:56 +08:00
parent e6afd28f01
commit 2b681f90ca
3 changed files with 2 additions and 1 deletions

View File

@ -28,7 +28,6 @@ public interface TradeOrderApi {
*/
TradeOrderRespDTO getOrder(Long id);
// TODO 芋艿:需要优化下;
/**
* 取消支付订单
*