From 155913b57ad50126240bc3d5c1aef6ebfe12e3cf Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期四, 12 九月 2019 16:43:15 +0800
Subject: [PATCH] 微信开放平台修改

---
 fanli/src/main/java/com/yeshi/fanli/service/inter/user/UserAccountService.java |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/service/inter/user/UserAccountService.java b/fanli/src/main/java/com/yeshi/fanli/service/inter/user/UserAccountService.java
index e87e56d..5ec88d5 100644
--- a/fanli/src/main/java/com/yeshi/fanli/service/inter/user/UserAccountService.java
+++ b/fanli/src/main/java/com/yeshi/fanli/service/inter/user/UserAccountService.java
@@ -3,6 +3,7 @@
 import javax.servlet.http.HttpServletRequest;
 import javax.servlet.http.HttpSession;
 
+import com.yeshi.fanli.entity.accept.AcceptData;
 import com.yeshi.fanli.entity.bus.user.LoginResult;
 import com.yeshi.fanli.entity.bus.user.UserInfo;
 import com.yeshi.fanli.exception.user.UserAccountException;
@@ -25,7 +26,7 @@
 	 * @return
 	 * @throws UserAccountException
 	 */
-	public LoginResult login(HttpServletRequest request, Boolean first, String appId, String code, String phone,
+	public LoginResult login(HttpServletRequest request,AcceptData acceptData,  Boolean first, String appId, String code, String phone,
 			UserInfo tbUserInfo, boolean wxinstall, int loginType) throws UserAccountException;
 
 	/**
@@ -39,7 +40,7 @@
 	 * @return
 	 * @throws UserAccountException
 	 */
-	public LoginResult loginNoInstallWX(String appId, String code, String phone, UserInfo tbUserInfo, int loginType)
+	public LoginResult loginNoInstallWX(AcceptData acceptData, String appId, String code, String phone, UserInfo tbUserInfo, int loginType)
 			throws UserAccountException;
 
 	/**
@@ -152,7 +153,7 @@
 	 * @param uid
 	 * @param code
 	 */
-	public void changeWXBind(Long uid, String code) throws UserAccountException;
+	public void changeWXBind(AcceptData acceptData,Long uid, String code) throws UserAccountException;
 
 	/**
 	 * 娓呯悊鐢ㄦ埛澶村儚
@@ -190,7 +191,7 @@
 	 * @return
 	 * @throws UserAccountException
 	 */
-	public UserInfo loginWinXin(HttpServletRequest request,int loginType, String code, String appId)
+	public UserInfo loginWinXin(HttpServletRequest request,AcceptData acceptData,int loginType, String code, String appId)
 			throws UserAccountException;
 
 	/**
@@ -207,7 +208,7 @@
 	 * @param code
 	 * @throws UserAccountException
 	 */
-	public void bindWeiXin(Long uid, String code) throws UserAccountException;
+	public void bindWeiXin(AcceptData acceptData,Long uid, String code) throws UserAccountException;
 
 	/**
 	 * 璐︽埛灏佺

--
Gitblit v1.8.0