未获取到支付记录
This commit is contained in:
@@ -59,4 +59,7 @@ public interface OrderInfoService extends IService<OrderInfo> {
|
||||
Boolean cancelledOrder(Long shopId, Long orderId);
|
||||
|
||||
Boolean cancelledPlaceOrder(Long shopId, Long orderId, Integer placeNum);
|
||||
|
||||
|
||||
Boolean updatePayOrderId(Long shopId, Long orderId, String payType);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user