1、接入paypal
2、修改支付宝支付
This commit is contained in:
@@ -5,6 +5,8 @@ import java.util.Map;
|
||||
public interface AliPayService {
|
||||
String tradeCreate(Long productId,String returnUrl);
|
||||
|
||||
String tradeNotify(Map<String, String> params);
|
||||
|
||||
void processOrder(Map<String, String> params);
|
||||
|
||||
void cancelOrder(String orderNo);
|
||||
|
||||
Reference in New Issue
Block a user