新增拉卡拉退款接口
This commit is contained in:
@@ -21,6 +21,11 @@ public class BasePosReq implements Serializable {
|
||||
*/
|
||||
private String token;
|
||||
|
||||
/**
|
||||
* 具体参数
|
||||
*/
|
||||
private String reqData;
|
||||
|
||||
/**
|
||||
* timestamp时间戳(pos机)
|
||||
*/
|
||||
|
||||
@@ -4,8 +4,10 @@ import com.fasterxml.jackson.core.JsonProcessingException;
|
||||
import com.fasterxml.jackson.databind.ObjectMapper;
|
||||
import lombok.Data;
|
||||
|
||||
import java.io.Serializable;
|
||||
|
||||
@Data
|
||||
public class PosTradeQueryReq extends BasePosReq{
|
||||
public class PosTradeQueryReq implements Serializable {
|
||||
|
||||
/**
|
||||
* 订单号
|
||||
|
||||
Reference in New Issue
Block a user