| | |
| | |
|
| | | import javax.annotation.Resource;
|
| | |
|
| | | import com.yeshi.fanli.entity.SystemEnum;
|
| | | import org.springframework.stereotype.Controller;
|
| | | import org.springframework.web.bind.annotation.RequestMapping;
|
| | | import org.yeshi.utils.JsonUtil;
|
| | |
| | | @RequestMapping(value = "query")
|
| | | public void query(String callback, AcceptData acceptData, Long pageId, Integer pageSize, String key, Long cid,
|
| | | PrintWriter out) {
|
| | | //其他APP无帮助中心列表
|
| | | acceptData.setSystem(SystemEnum.blks);
|
| | | try {
|
| | | if (pageSize == null)
|
| | | pageSize = Constant.PAGE_SIZE;
|
| | |
| | | */
|
| | | @RequestMapping(value = "getClass")
|
| | | public void getClass(String callback, AcceptData acceptData, PrintWriter out) {
|
| | | acceptData.setSystem(SystemEnum.blks);
|
| | | try {
|
| | | List<HelpClass> resultList = new ArrayList<>();
|
| | |
|