解析所有发起购买的客户端ip地址
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
package com.ai.da.service;
|
||||
|
||||
import javax.servlet.http.HttpServletRequest;
|
||||
import java.util.Map;
|
||||
|
||||
public interface AliPayService {
|
||||
String tradeCreate(Integer amount,String returnUrl);
|
||||
String tradeCreate(Integer amount,String returnUrl, HttpServletRequest request);
|
||||
|
||||
String tradeNotify(Map<String, String> params);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user