From 2ba431be9c12a79783e0f9ef249292b7fa95f2a1 Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期一, 25 一月 2021 19:13:58 +0800
Subject: [PATCH] 拼多多备案调整

---
 utils/src/main/java/org/yeshi/utils/entity/wx/WXPlaceOrderParams.java |  128 +++++++++++++++++++++++-------------------
 1 files changed, 70 insertions(+), 58 deletions(-)

diff --git a/utils/src/main/java/org/yeshi/utils/entity/wx/WXPlaceOrderParams.java b/utils/src/main/java/org/yeshi/utils/entity/wx/WXPlaceOrderParams.java
index d0d15b5..8c8fb6d 100644
--- a/utils/src/main/java/org/yeshi/utils/entity/wx/WXPlaceOrderParams.java
+++ b/utils/src/main/java/org/yeshi/utils/entity/wx/WXPlaceOrderParams.java
@@ -4,83 +4,95 @@
 
 /**
  * 寰俊鏀粯缁熶竴涓嬪崟鍙傛暟
- * 
- * @author Administrator
  *
+ * @author Administrator
  */
 public class WXPlaceOrderParams {
-	private String orderNo;
-	private BigDecimal fee;
-	private String openId;
-	private String body;
-	private String ip;
-	private String tradeType;
-	private String notifyUrl;
+    private String orderNo;
+    private BigDecimal fee;
+    private String openId;
+    private String body;
+    private String ip;
+    private String tradeType;
+    private String notifyUrl;
 
-	private WXAPPInfo info;
+    //闄勫姞鏁版嵁-V3鎺ュ彛涓娇鐢紝鏀粯缁撴灉閫氱煡涓細鍘熸牱杩斿洖
+    private String attach;
 
-	public String getOrderNo() {
-		return orderNo;
-	}
 
-	public void setOrderNo(String orderNo) {
-		this.orderNo = orderNo;
-	}
+    private WXAPPInfo app;
 
-	public BigDecimal getFee() {
-		return fee;
-	}
+    public String getOrderNo() {
+        return orderNo;
+    }
 
-	public void setFee(BigDecimal fee) {
-		this.fee = fee;
-	}
+    public void setOrderNo(String orderNo) {
+        this.orderNo = orderNo;
+    }
 
-	public String getOpenId() {
-		return openId;
-	}
+    public BigDecimal getFee() {
+        return fee;
+    }
 
-	public void setOpenId(String openId) {
-		this.openId = openId;
-	}
+    public void setFee(BigDecimal fee) {
+        this.fee = fee;
+    }
 
-	public String getBody() {
-		return body;
-	}
+    public String getOpenId() {
+        return openId;
+    }
 
-	public void setBody(String body) {
-		this.body = body;
-	}
+    public void setOpenId(String openId) {
+        this.openId = openId;
+    }
 
-	public String getIp() {
-		return ip;
-	}
+    public String getBody() {
+        return body;
+    }
 
-	public void setIp(String ip) {
-		this.ip = ip;
-	}
+    public void setBody(String body) {
+        this.body = body;
+    }
 
-	public String getTradeType() {
-		return tradeType;
-	}
+    public String getIp() {
+        return ip;
+    }
 
-	public void setTradeType(String tradeType) {
-		this.tradeType = tradeType;
-	}
+    public void setIp(String ip) {
+        this.ip = ip;
+    }
 
-	public WXAPPInfo getInfo() {
-		return info;
-	}
+    public String getTradeType() {
+        return tradeType;
+    }
 
-	public void setInfo(WXAPPInfo info) {
-		this.info = info;
-	}
+    public void setTradeType(String tradeType) {
+        this.tradeType = tradeType;
+    }
 
-	public String getNotifyUrl() {
-		return notifyUrl;
-	}
+    public WXAPPInfo getApp() {
+        return app;
+    }
 
-	public void setNotifyUrl(String notifyUrl) {
-		this.notifyUrl = notifyUrl;
-	}
+    public void setApp(WXAPPInfo app) {
+        this.app = app;
+    }
+
+
+    public String getAttach() {
+        return attach;
+    }
+
+    public void setAttach(String attach) {
+        this.attach = attach;
+    }
+
+    public String getNotifyUrl() {
+        return notifyUrl;
+    }
+
+    public void setNotifyUrl(String notifyUrl) {
+        this.notifyUrl = notifyUrl;
+    }
 
 }

--
Gitblit v1.8.0