| | |
| | | package com.yeshi.buwan.controller.api; |
| | | |
| | | import com.yeshi.buwan.controller.parser.*; |
| | | import com.yeshi.buwan.domain.special.SearchSpecial; |
| | | import com.yeshi.buwan.service.imp.UserService; |
| | | import com.yeshi.buwan.service.inter.baidu.BaiDuCPUService; |
| | | import com.yeshi.buwan.service.inter.search.SearchSpecialService; |
| | | import com.yeshi.buwan.util.IPUtil; |
| | | import com.yeshi.buwan.util.JsonUtil; |
| | | import com.yeshi.buwan.util.StringUtil; |
| | | import com.yeshi.buwan.util.Utils; |
| | | import com.yeshi.buwan.vo.AcceptData; |
| | | import org.springframework.stereotype.Controller; |
| | | import org.springframework.web.bind.annotation.RequestMapping; |
| | |
| | | otherParser.getNotice(acceptData, request, out); |
| | | } else if (method.equalsIgnoreCase("getRealUrl")) { |
| | | otherParser.getRealUrl(acceptData, request, out); |
| | | } else if (method.equalsIgnoreCase("kkinstall")) { |
| | | otherParser.kkInstall(acceptData, request, out); |
| | | } else if (method.equalsIgnoreCase("getIntersection")) { |
| | | otherParser.getIntersection(acceptData, request, out); |
| | | } else if (method.equalsIgnoreCase("test")) { |
| | |
| | | otherParser.getMeiNvZhiBo(acceptData, request, out); |
| | | } else if (method.equalsIgnoreCase("getYearList")) { |
| | | otherParser.getYearList(acceptData, request, out); |
| | | } else if (method.equalsIgnoreCase("addContact")) { |
| | | otherParser.addContact(acceptData, request, out); |
| | | } else if (method.equalsIgnoreCase("adRecommendRight")) { |
| | | } else if (method.equalsIgnoreCase("adRecommendRight")) { |
| | | otherParser.adRecommendRight(acceptData, request, out); |
| | | } else if (method.equalsIgnoreCase("playStatistic")) { |
| | | otherParser.playStatistic(acceptData, request, out); |