加入积分系统,将充值与积分关联
This commit is contained in:
@@ -9,7 +9,7 @@ import java.util.List;
|
||||
|
||||
public interface OrderInfoService extends IService<OrderInfo> {
|
||||
|
||||
OrderInfo createOrderByProductId(Long productId, String paymentType);
|
||||
OrderInfo createOrderByProductId(Integer productId, String paymentType);
|
||||
|
||||
void saveCodeUrl(String orderNo, String codeUrl);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user