| | |
| | | |
| | | import com.github.pagehelper.PageInfo; |
| | | import com.nq.common.ServerResponse; |
| | | import com.nq.pojo.GoogleAuthDto; |
| | | import com.nq.pojo.SiteAdmin; |
| | | |
| | | import javax.servlet.http.HttpServletRequest; |
| | | |
| | | public interface ISiteAdminService { |
| | | ServerResponse login(String paramString1, String paramString2, String paramString3, HttpServletRequest paramHttpServletRequest); |
| | | ServerResponse login(String paramString1, String paramString2, String paramString3, Integer googleAuthCode,HttpServletRequest paramHttpServletRequest); |
| | | |
| | | ServerResponse<PageInfo> listByAdmin(String paramString1, String paramString2, HttpServletRequest paramHttpServletRequest, int paramInt1, int paramInt2); |
| | | |
| | |
| | | |
| | | ServerResponse count(); |
| | | |
| | | |
| | | ServerResponse deleteAdmin(Integer adminId); |
| | | |
| | | ServerResponse moneyCount(String agentId, String startTime, String entTime); |
| | | |
| | | GoogleAuthDto getGoogleAuth(HttpServletRequest request); |
| | | } |