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/dto/wx/WXAccountInfoDTO.java | 106 ++++++++++++++++++++++++++-------------------------- 1 files changed, 53 insertions(+), 53 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/dto/wx/WXAccountInfoDTO.java b/fanli/src/main/java/com/yeshi/fanli/dto/wx/WXAccountInfoDTO.java index 4bba3c0..5a1b07d 100644 --- a/fanli/src/main/java/com/yeshi/fanli/dto/wx/WXAccountInfoDTO.java +++ b/fanli/src/main/java/com/yeshi/fanli/dto/wx/WXAccountInfoDTO.java @@ -1,53 +1,53 @@ -package com.yeshi.fanli.dto.wx; - -public class WXAccountInfoDTO { - // 鍏紬鍙� - private String gzAppId; - private String gzAppSecret; - // APP - private String appId; - private String appSecret; - - public WXAccountInfoDTO(String gzAppId, String gzAppSecret, String appId, String appSecret) { - this.gzAppId = gzAppId; - this.gzAppSecret = gzAppSecret; - this.appId = appId; - this.appSecret = appSecret; - } - - public WXAccountInfoDTO() { - } - - public String getGzAppId() { - return gzAppId; - } - - public void setGzAppId(String gzAppId) { - this.gzAppId = gzAppId; - } - - public String getGzAppSecret() { - return gzAppSecret; - } - - public void setGzAppSecret(String gzAppSecret) { - this.gzAppSecret = gzAppSecret; - } - - 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; - } - -} +package com.yeshi.fanli.dto.wx; + +public class WXAccountInfoDTO { + // 鍏紬鍙� + private String gzAppId; + private String gzAppSecret; + // APP + private String appId; + private String appSecret; + + public WXAccountInfoDTO(String gzAppId, String gzAppSecret, String appId, String appSecret) { + this.gzAppId = gzAppId; + this.gzAppSecret = gzAppSecret; + this.appId = appId; + this.appSecret = appSecret; + } + + public WXAccountInfoDTO() { + } + + public String getGzAppId() { + return gzAppId; + } + + public void setGzAppId(String gzAppId) { + this.gzAppId = gzAppId; + } + + public String getGzAppSecret() { + return gzAppSecret; + } + + public void setGzAppSecret(String gzAppSecret) { + this.gzAppSecret = gzAppSecret; + } + + 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; + } + +} -- Gitblit v1.8.0