苍穹外卖--处理支付功能的操作
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
package com.sky.service;
|
||||
|
||||
import com.sky.dto.OrdersPaymentDTO;
|
||||
import com.sky.dto.OrdersSubmitDTO;
|
||||
import com.sky.vo.OrderPaymentVO;
|
||||
import com.sky.vo.OrderSubmitVO;
|
||||
|
||||
public interface OrderService {
|
||||
@@ -10,4 +12,11 @@ public interface OrderService {
|
||||
* @return
|
||||
*/
|
||||
OrderSubmitVO submit(OrdersSubmitDTO ordersSubmitDTO);
|
||||
|
||||
/**
|
||||
* 支付功能
|
||||
* @param ordersPaymentDTO
|
||||
* @return
|
||||
*/
|
||||
OrderPaymentVO payment(OrdersPaymentDTO ordersPaymentDTO) throws Exception;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user