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/mq/user/body/UserRegisterMQMsg.java |  100 +++++++++++++++++++++++++-------------------------
 1 files changed, 50 insertions(+), 50 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/dto/mq/user/body/UserRegisterMQMsg.java b/fanli/src/main/java/com/yeshi/fanli/dto/mq/user/body/UserRegisterMQMsg.java
index d54d336..f7d8345 100644
--- a/fanli/src/main/java/com/yeshi/fanli/dto/mq/user/body/UserRegisterMQMsg.java
+++ b/fanli/src/main/java/com/yeshi/fanli/dto/mq/user/body/UserRegisterMQMsg.java
@@ -1,50 +1,50 @@
-package com.yeshi.fanli.dto.mq.user.body;
-
-import com.yeshi.fanli.dto.mq.BaseMQMsgBody;
-
-/**
- * 鐢ㄦ埛娉ㄥ唽淇℃伅
- * 
- * @author Administrator
- *
- */
-public class UserRegisterMQMsg extends BaseMQMsgBody {
-	private Long uid;// 娉ㄥ唽鐨勭敤鎴稩D
-	private String wxUnionId;// 娉ㄥ唽鐨勫井淇nionId
-	private String phone;// 娉ㄥ唽鐨勭數璇濆彿鐮�
-
-	public UserRegisterMQMsg(Long uid, String wxUnionId, String phone) {
-		super();
-		this.uid = uid;
-		this.wxUnionId = wxUnionId;
-		this.phone = phone;
-	}
-
-	public UserRegisterMQMsg() {
-		super();
-	}
-
-	public Long getUid() {
-		return uid;
-	}
-
-	public void setUid(Long uid) {
-		this.uid = uid;
-	}
-
-	public String getWxUnionId() {
-		return wxUnionId;
-	}
-
-	public void setWxUnionId(String wxUnionId) {
-		this.wxUnionId = wxUnionId;
-	}
-
-	public String getPhone() {
-		return phone;
-	}
-
-	public void setPhone(String phone) {
-		this.phone = phone;
-	}
-}
+package com.yeshi.fanli.dto.mq.user.body;
+
+import com.yeshi.fanli.dto.mq.BaseMQMsgBody;
+
+/**
+ * 鐢ㄦ埛娉ㄥ唽淇℃伅
+ * 
+ * @author Administrator
+ *
+ */
+public class UserRegisterMQMsg extends BaseMQMsgBody {
+	private Long uid;// 娉ㄥ唽鐨勭敤鎴稩D
+	private String wxUnionId;// 娉ㄥ唽鐨勫井淇nionId
+	private String phone;// 娉ㄥ唽鐨勭數璇濆彿鐮�
+
+	public UserRegisterMQMsg(Long uid, String wxUnionId, String phone) {
+		super();
+		this.uid = uid;
+		this.wxUnionId = wxUnionId;
+		this.phone = phone;
+	}
+
+	public UserRegisterMQMsg() {
+		super();
+	}
+
+	public Long getUid() {
+		return uid;
+	}
+
+	public void setUid(Long uid) {
+		this.uid = uid;
+	}
+
+	public String getWxUnionId() {
+		return wxUnionId;
+	}
+
+	public void setWxUnionId(String wxUnionId) {
+		this.wxUnionId = wxUnionId;
+	}
+
+	public String getPhone() {
+		return phone;
+	}
+
+	public void setPhone(String phone) {
+		this.phone = phone;
+	}
+}

--
Gitblit v1.8.0