VIP改版
This commit is contained in:
@@ -2,9 +2,7 @@ package com.peanut.modules.pay.IOSPay.model.dto;
|
||||
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
import io.swagger.models.auth.In;
|
||||
import lombok.Data;
|
||||
|
||||
import javax.persistence.Column;
|
||||
import java.io.Serializable;
|
||||
|
||||
@@ -29,6 +27,7 @@ public class IapRequestDTO implements Serializable {
|
||||
@Column(name = "receiptData")
|
||||
String receiptData;
|
||||
|
||||
@JsonProperty("isSandBox")
|
||||
boolean isSandBox;
|
||||
|
||||
String relevanceoid;
|
||||
|
||||
Reference in New Issue
Block a user