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/entity/accept/AcceptData.java |  306 +++++++++++++++++++++++++-------------------------
 1 files changed, 153 insertions(+), 153 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/entity/accept/AcceptData.java b/fanli/src/main/java/com/yeshi/fanli/entity/accept/AcceptData.java
index b8940ed..710d0e5 100644
--- a/fanli/src/main/java/com/yeshi/fanli/entity/accept/AcceptData.java
+++ b/fanli/src/main/java/com/yeshi/fanli/entity/accept/AcceptData.java
@@ -1,153 +1,153 @@
-package com.yeshi.fanli.entity.accept;
-
-import com.yeshi.fanli.entity.SystemEnum;
-
-public class AcceptData {
-	private String appkey;
-	private String device;
-	private String packages;
-	private String time;
-	private String sign;
-	private String version;
-	private String apiversion;
-	private String platform;
-	private String channel;
-	private String deviceType;
-	private String osVersion;
-	private String network;
-	private String imei;
-	private String idfa;
-	private String utdid;
-
-	//娉ㄥ叆
-	private SystemEnum system;
-
-	public SystemEnum getSystem() {
-		return system;
-	}
-
-	public void setSystem(SystemEnum system) {
-		this.system = system;
-	}
-
-	public String getUtdid() {
-		return utdid;
-	}
-
-	public void setUtdid(String utdid) {
-		this.utdid = utdid;
-	}
-
-	public String getIdfa() {
-		return idfa;
-	}
-
-	public void setIdfa(String idfa) {
-		this.idfa = idfa;
-	}
-
-	public String getImei() {
-		return imei;
-	}
-
-	public void setImei(String imei) {
-		this.imei = imei;
-	}
-
-	public String getNetwork() {
-		return network;
-	}
-
-	public void setNetwork(String network) {
-		this.network = network;
-	}
-
-	public String getChannel() {
-		return channel;
-	}
-
-	public void setChannel(String channel) {
-		this.channel = channel;
-	}
-
-	public String getDeviceType() {
-		return deviceType;
-	}
-
-	public void setDeviceType(String deviceType) {
-		this.deviceType = deviceType;
-	}
-
-	public String getOsVersion() {
-		return osVersion;
-	}
-
-	public void setOsVersion(String osVersion) {
-		this.osVersion = osVersion;
-	}
-
-	public String getPlatform() {
-		return platform;
-	}
-
-	public void setPlatform(String platform) {
-		this.platform = platform;
-	}
-
-	public String getAppkey() {
-		return appkey;
-	}
-
-	public void setAppkey(String appkey) {
-		this.appkey = appkey;
-	}
-
-	public String getDevice() {
-		return device;
-	}
-
-	public void setDevice(String device) {
-		this.device = device;
-	}
-
-	public String getPackages() {
-		return packages;
-	}
-
-	public void setPackages(String packages) {
-		this.packages = packages;
-	}
-
-	public String getTime() {
-		return time;
-	}
-
-	public void setTime(String time) {
-		this.time = time;
-	}
-
-	public String getSign() {
-		return sign;
-	}
-
-	public void setSign(String sign) {
-		this.sign = sign;
-	}
-
-	public String getVersion() {
-		return version;
-	}
-
-	public void setVersion(String version) {
-		this.version = version;
-	}
-
-	public String getApiversion() {
-		return apiversion;
-	}
-
-	public void setApiversion(String apiversion) {
-		this.apiversion = apiversion;
-	}
-
-}
+package com.yeshi.fanli.entity.accept;
+
+import com.yeshi.fanli.entity.SystemEnum;
+
+public class AcceptData {
+	private String appkey;
+	private String device;
+	private String packages;
+	private String time;
+	private String sign;
+	private String version;
+	private String apiversion;
+	private String platform;
+	private String channel;
+	private String deviceType;
+	private String osVersion;
+	private String network;
+	private String imei;
+	private String idfa;
+	private String utdid;
+
+	//娉ㄥ叆
+	private SystemEnum system;
+
+	public SystemEnum getSystem() {
+		return system;
+	}
+
+	public void setSystem(SystemEnum system) {
+		this.system = system;
+	}
+
+	public String getUtdid() {
+		return utdid;
+	}
+
+	public void setUtdid(String utdid) {
+		this.utdid = utdid;
+	}
+
+	public String getIdfa() {
+		return idfa;
+	}
+
+	public void setIdfa(String idfa) {
+		this.idfa = idfa;
+	}
+
+	public String getImei() {
+		return imei;
+	}
+
+	public void setImei(String imei) {
+		this.imei = imei;
+	}
+
+	public String getNetwork() {
+		return network;
+	}
+
+	public void setNetwork(String network) {
+		this.network = network;
+	}
+
+	public String getChannel() {
+		return channel;
+	}
+
+	public void setChannel(String channel) {
+		this.channel = channel;
+	}
+
+	public String getDeviceType() {
+		return deviceType;
+	}
+
+	public void setDeviceType(String deviceType) {
+		this.deviceType = deviceType;
+	}
+
+	public String getOsVersion() {
+		return osVersion;
+	}
+
+	public void setOsVersion(String osVersion) {
+		this.osVersion = osVersion;
+	}
+
+	public String getPlatform() {
+		return platform;
+	}
+
+	public void setPlatform(String platform) {
+		this.platform = platform;
+	}
+
+	public String getAppkey() {
+		return appkey;
+	}
+
+	public void setAppkey(String appkey) {
+		this.appkey = appkey;
+	}
+
+	public String getDevice() {
+		return device;
+	}
+
+	public void setDevice(String device) {
+		this.device = device;
+	}
+
+	public String getPackages() {
+		return packages;
+	}
+
+	public void setPackages(String packages) {
+		this.packages = packages;
+	}
+
+	public String getTime() {
+		return time;
+	}
+
+	public void setTime(String time) {
+		this.time = time;
+	}
+
+	public String getSign() {
+		return sign;
+	}
+
+	public void setSign(String sign) {
+		this.sign = sign;
+	}
+
+	public String getVersion() {
+		return version;
+	}
+
+	public void setVersion(String version) {
+		this.version = version;
+	}
+
+	public String getApiversion() {
+		return apiversion;
+	}
+
+	public void setApiversion(String apiversion) {
+		this.apiversion = apiversion;
+	}
+
+}

--
Gitblit v1.8.0