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/controller/wxpay/WXAPPInfo.java |  106 ++++++++++++++++++++++++++--------------------------
 1 files changed, 53 insertions(+), 53 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/controller/wxpay/WXAPPInfo.java b/fanli/src/main/java/com/yeshi/fanli/controller/wxpay/WXAPPInfo.java
index c0a983d..110e943 100644
--- a/fanli/src/main/java/com/yeshi/fanli/controller/wxpay/WXAPPInfo.java
+++ b/fanli/src/main/java/com/yeshi/fanli/controller/wxpay/WXAPPInfo.java
@@ -1,53 +1,53 @@
-package com.yeshi.fanli.controller.wxpay;
-
-public class WXAPPInfo {
-	private String appId;
-	private String appSecret;
-	private String mchId;
-
-	public WXAPPInfo(String appId, String appSecret, String mchId, String mchKey) {
-		this.appId = appId;
-		this.appSecret = appSecret;
-		this.mchId = mchId;
-		this.mchKey = mchKey;
-	}
-
-	public WXAPPInfo() {
-
-	}
-
-	private String mchKey;
-
-	public String getAppId() {
-		return appId;
-	}
-
-	public void setAppId(String appId) {
-		this.appId = appId;
-	}
-
-	public String getAppSecret() {
-		return appSecret;
-	}
-
-	public void setAppSecret(String appSecret) {
-		this.appSecret = appSecret;
-	}
-
-	public String getMchId() {
-		return mchId;
-	}
-
-	public void setMchId(String mchId) {
-		this.mchId = mchId;
-	}
-
-	public String getMchKey() {
-		return mchKey;
-	}
-
-	public void setMchKey(String mchKey) {
-		this.mchKey = mchKey;
-	}
-
-}
+package com.yeshi.fanli.controller.wxpay;
+
+public class WXAPPInfo {
+	private String appId;
+	private String appSecret;
+	private String mchId;
+
+	public WXAPPInfo(String appId, String appSecret, String mchId, String mchKey) {
+		this.appId = appId;
+		this.appSecret = appSecret;
+		this.mchId = mchId;
+		this.mchKey = mchKey;
+	}
+
+	public WXAPPInfo() {
+
+	}
+
+	private String mchKey;
+
+	public String getAppId() {
+		return appId;
+	}
+
+	public void setAppId(String appId) {
+		this.appId = appId;
+	}
+
+	public String getAppSecret() {
+		return appSecret;
+	}
+
+	public void setAppSecret(String appSecret) {
+		this.appSecret = appSecret;
+	}
+
+	public String getMchId() {
+		return mchId;
+	}
+
+	public void setMchId(String mchId) {
+		this.mchId = mchId;
+	}
+
+	public String getMchKey() {
+		return mchKey;
+	}
+
+	public void setMchKey(String mchKey) {
+		this.mchKey = mchKey;
+	}
+
+}

--
Gitblit v1.8.0