解析所有发起购买的客户端ip地址
This commit is contained in:
@@ -10,7 +10,7 @@ import java.util.Map;
|
||||
|
||||
public interface StripeService {
|
||||
|
||||
String pay(ProductPurchaseDTO productPurchaseDTO);
|
||||
String pay(ProductPurchaseDTO productPurchaseDTO, HttpServletRequest request);
|
||||
|
||||
Boolean notify(HttpServletRequest request);
|
||||
|
||||
@@ -48,5 +48,5 @@ public interface StripeService {
|
||||
|
||||
String detachCustomerAllPaymentMethod(String name, String email);
|
||||
|
||||
String getIp2(HttpServletRequest request);
|
||||
// Map getIp(HttpServletRequest request);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user