【代码评审】商城:满减送订单

This commit is contained in:
YunaiV
2024-08-29 23:30:59 +08:00
parent 7a7ca4293c
commit d60374d646
9 changed files with 19 additions and 12 deletions

View File

@ -31,9 +31,9 @@ public interface TradeOrderApi {
/**
* 取消支付订单
*
* @param userId 用户编号
* @param orderId 订单编号
* @param cancelType 取消类型
* @param userId 用户编号
* @param orderId 订单编号
* @param cancelType 取消类型
*/
void cancelPaidOrder(Long userId, Long orderId, Integer cancelType);