摘要: /** * 获取总页数 * @param listSize list * @param size 页大小 * @return */ public static int totalPage(Integer listSize, Integer size){ int page = listSize/siz 阅读全文
posted @ 2020-02-27 10:51 wanhua.wu 阅读(257) 评论(0) 推荐(0) 编辑
摘要: /** * 获取回调body * @param request * @return * @throws IOException */ public String getBody(HttpServletRequest request) throws IOException { String body; 阅读全文
posted @ 2020-02-27 09:50 wanhua.wu 阅读(2078) 评论(0) 推荐(0) 编辑