| | |
| | | package com.nq.service; |
| | | |
| | | import com.fasterxml.jackson.core.JsonProcessingException; |
| | | import com.github.pagehelper.PageInfo; |
| | | import com.nq.common.ServerResponse; |
| | | import com.nq.pojo.Stock; |
| | |
| | | // void bj1(); |
| | | ServerResponse getDateline(HttpServletResponse paramHttpServletResponse, String paramString); |
| | | |
| | | ServerResponse getSingleStock(String paramString,HttpServletRequest request); |
| | | ServerResponse getSingleStock(String paramString,HttpServletRequest request) throws JsonProcessingException; |
| | | |
| | | ServerResponse getMinK(String paramString, Integer paramInteger1, Integer paramInteger2, Integer paramInteger3); |
| | | |
| | |
| | | |
| | | ServerResponse<Stock> findStockById(Integer paramInteger); |
| | | |
| | | ServerResponse<PageInfo> listByAdmin(Integer paramInteger1, Integer paramInteger2, String paramString1, String paramString2, String paramString3, String paramString4, int paramInt1, int paramInt2, HttpServletRequest paramHttpServletRequest); |
| | | ServerResponse<PageInfo> listByAdmin(String stockGid,Integer paramInteger1, Integer paramInteger2, String paramString1, String paramString2, String paramString3, String paramString4, int paramInt1, int paramInt2, HttpServletRequest paramHttpServletRequest); |
| | | |
| | | ServerResponse updateLock(Integer paramInteger); |
| | | |
| | |
| | | |
| | | ServerResponse getStockDayK(String code); |
| | | |
| | | Object getKData(String pid,String interval,String stockType); |
| | | Object getKData(String pid,String interval,String stockType) throws JsonProcessingException; |
| | | |
| | | |
| | | ServerResponse getOptionStock(HttpServletRequest request); |