From 30d8e227e8d823b6c38c3b9c90ac2df03b63befe Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期二, 25 二月 2025 16:41:22 +0800
Subject: [PATCH] 淘宝转链接口更新

---
 fanli/src/main/java/com/yeshi/fanli/vo/msg/TokenVO.java |  185 ++++++++++++++++++++++++---------------------
 1 files changed, 98 insertions(+), 87 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/vo/msg/TokenVO.java b/fanli/src/main/java/com/yeshi/fanli/vo/msg/TokenVO.java
index 2b611b7..cc1edea 100644
--- a/fanli/src/main/java/com/yeshi/fanli/vo/msg/TokenVO.java
+++ b/fanli/src/main/java/com/yeshi/fanli/vo/msg/TokenVO.java
@@ -1,87 +1,98 @@
-package com.yeshi.fanli.vo.msg;
-
-import java.util.List;
-
-import com.google.gson.annotations.Expose;
-
-public class TokenVO {
-	
-	@Expose // id
-	private String token;
-	
-	@Expose // 鏄电О
-	private String nickName;
-	
-	@Expose // 澶村儚
-	private String portrait;
-	
-	@Expose // 绫诲瀷  1鏍囬鎼滅储  2閾炬帴鎼滅储
-	private Integer type; 
-	
-	@Expose // 鏁伴噺銆侀潰棰�
-	private Integer amount;
-	
-	@Expose // 鎻愮ず璇�
-	private List<String> tips;
-	
-	@Expose // 鏄惁鏈夋晥
-	private Boolean state;
-
-	
-	public String getNickName() {
-		return nickName;
-	}
-
-	public void setNickName(String nickName) {
-		this.nickName = nickName;
-	}
-
-	public String getPortrait() {
-		return portrait;
-	}
-
-	public void setPortrait(String portrait) {
-		this.portrait = portrait;
-	}
-
-
-	public Integer getType() {
-		return type;
-	}
-
-	public void setType(Integer type) {
-		this.type = type;
-	}
-
-	public Integer getAmount() {
-		return amount;
-	}
-
-	public void setAmount(Integer amount) {
-		this.amount = amount;
-	}
-
-	public List<String> getTips() {
-		return tips;
-	}
-
-	public void setTips(List<String> tips) {
-		this.tips = tips;
-	}
-
-	public String getToken() {
-		return token;
-	}
-
-	public void setToken(String token) {
-		this.token = token;
-	}
-
-	public Boolean getState() {
-		return state;
-	}
-
-	public void setState(Boolean state) {
-		this.state = state;
-	}
-}
+package com.yeshi.fanli.vo.msg;
+
+import java.util.List;
+
+import com.google.gson.annotations.Expose;
+
+public class TokenVO {
+	
+	@Expose // id
+	private String token;
+	
+	@Expose // 鏄电О
+	private String nickName;
+	
+	@Expose // 澶村儚
+	private String portrait;
+	
+	@Expose // 绫诲瀷  1鏍囬鎼滅储  2閾炬帴鎼滅储
+	private Integer type; 
+	
+	@Expose // 鏁伴噺銆侀潰棰�
+	private Integer amount;
+
+	@Expose // 鏁伴噺銆侀潰棰�--- V2
+	private String money;
+	
+	@Expose // 鎻愮ず璇�
+	private List<String> tips;
+	
+	@Expose // 鏄惁鏈夋晥
+	private Boolean state;
+
+	
+	public String getNickName() {
+		return nickName;
+	}
+
+	public void setNickName(String nickName) {
+		this.nickName = nickName;
+	}
+
+	public String getPortrait() {
+		return portrait;
+	}
+
+	public void setPortrait(String portrait) {
+		this.portrait = portrait;
+	}
+
+
+	public Integer getType() {
+		return type;
+	}
+
+	public void setType(Integer type) {
+		this.type = type;
+	}
+
+	public Integer getAmount() {
+		return amount;
+	}
+
+	public void setAmount(Integer amount) {
+		this.amount = amount;
+	}
+
+	public List<String> getTips() {
+		return tips;
+	}
+
+	public void setTips(List<String> tips) {
+		this.tips = tips;
+	}
+
+	public String getToken() {
+		return token;
+	}
+
+	public void setToken(String token) {
+		this.token = token;
+	}
+
+	public Boolean getState() {
+		return state;
+	}
+
+	public void setState(Boolean state) {
+		this.state = state;
+	}
+
+	public String getMoney() {
+		return money;
+	}
+
+	public void setMoney(String money) {
+		this.money = money;
+	}
+}

--
Gitblit v1.8.0