| | |
| | | import com.github.pagehelper.PageInfo; |
| | | import com.nq.common.ServerResponse; |
| | | import com.nq.pojo.AgentUser; |
| | | import com.nq.pojo.GoogleAuthDto; |
| | | |
| | | import javax.servlet.http.HttpServletRequest; |
| | | import java.util.List; |
| | |
| | | |
| | | AgentUser findByCode(String paramString); |
| | | |
| | | ServerResponse login(String paramString1, String paramString2, String paramString3, HttpServletRequest paramHttpServletRequest); |
| | | ServerResponse login(String paramString1, String paramString2, String paramString3, Integer googleAuthCode, HttpServletRequest paramHttpServletRequest); |
| | | |
| | | GoogleAuthDto getGoogleAuth(HttpServletRequest request); |
| | | |
| | | ServerResponse getAgentInfo(HttpServletRequest paramHttpServletRequest); |
| | | |
| | |
| | | |
| | | ServerResponse updateOnlineServices(String paramAgentUser,int agentId); |
| | | |
| | | ServerResponse<List<AgentUser>> getParensAgent(); |
| | | |
| | | int CountAgentNum(); |
| | | |
| | | List<AgentUser> getAgentSuperiorList(int agentId); |