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/xcx/XCXSettingConfig.java |  100 +++++++++++++++++++++++++-------------------------
 1 files changed, 50 insertions(+), 50 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/entity/xcx/XCXSettingConfig.java b/fanli/src/main/java/com/yeshi/fanli/entity/xcx/XCXSettingConfig.java
index b9b5210..5939716 100644
--- a/fanli/src/main/java/com/yeshi/fanli/entity/xcx/XCXSettingConfig.java
+++ b/fanli/src/main/java/com/yeshi/fanli/entity/xcx/XCXSettingConfig.java
@@ -1,50 +1,50 @@
-package com.yeshi.fanli.entity.xcx;
-
-public class XCXSettingConfig {
-	private String appId;
-	private String ghId;
-	private boolean show;
-	private int version;
-	private String appSecret;
-
-	public String getAppSecret() {
-		return appSecret;
-	}
-
-	public void setAppSecret(String appSecret) {
-		this.appSecret = appSecret;
-	}
-
-	public String getGhId() {
-		return ghId;
-	}
-
-	public void setGhId(String ghId) {
-		this.ghId = ghId;
-	}
-
-	public String getAppId() {
-		return appId;
-	}
-
-	public void setAppId(String appId) {
-		this.appId = appId;
-	}
-
-	public boolean isShow() {
-		return show;
-	}
-
-	public void setShow(boolean show) {
-		this.show = show;
-	}
-
-	public int getVersion() {
-		return version;
-	}
-
-	public void setVersion(int version) {
-		this.version = version;
-	}
-
-}
+package com.yeshi.fanli.entity.xcx;
+
+public class XCXSettingConfig {
+	private String appId;
+	private String ghId;
+	private boolean show;
+	private int version;
+	private String appSecret;
+
+	public String getAppSecret() {
+		return appSecret;
+	}
+
+	public void setAppSecret(String appSecret) {
+		this.appSecret = appSecret;
+	}
+
+	public String getGhId() {
+		return ghId;
+	}
+
+	public void setGhId(String ghId) {
+		this.ghId = ghId;
+	}
+
+	public String getAppId() {
+		return appId;
+	}
+
+	public void setAppId(String appId) {
+		this.appId = appId;
+	}
+
+	public boolean isShow() {
+		return show;
+	}
+
+	public void setShow(boolean show) {
+		this.show = show;
+	}
+
+	public int getVersion() {
+		return version;
+	}
+
+	public void setVersion(int version) {
+		this.version = version;
+	}
+
+}

--
Gitblit v1.8.0