admin
2019-09-25 28a0efc6ec16f3f82eb8e16e87269300d6744fd4
fanli/src/main/java/com/yeshi/fanli/service/inter/user/UserAccountService.java
@@ -3,9 +3,10 @@
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.UserAccountException;
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;
   /**
    * 账户封禁