加入积分系统,将充值与积分关联
This commit is contained in:
@@ -9,7 +9,7 @@ import java.util.Map;
|
||||
|
||||
public interface PayPalCheckoutService {
|
||||
|
||||
HashMap<String, String> createOrder(Long productId,String returnUrl) throws SerializeException;
|
||||
HashMap<String, String> createOrder(Integer amount,String returnUrl) throws SerializeException;
|
||||
/**
|
||||
* 回调
|
||||
* @param map
|
||||
|
||||
Reference in New Issue
Block a user