1优化网络图片转换策略

This commit is contained in:
xiongxiaoyang
2020-05-21 08:46:46 +08:00
parent a13ea78c3f
commit c2cdf73893
5 changed files with 11 additions and 16 deletions

View File

@ -181,10 +181,9 @@ public interface BookService {
/**
* 查询网络图片的小说
* @param limit 查询条数
* @param offset 开始行数
* @return 返回小说集合
* */
List<Book> queryNetworkPicBooks(Integer limit, Integer offset);
List<Book> queryNetworkPicBooks(Integer limit);
/**