mirror of
https://github.com/201206030/novel-plus.git
synced 2025-07-05 16:56:39 +00:00
1优化网络图片转换策略
This commit is contained in:
@ -181,10 +181,9 @@ public interface BookService {
|
||||
/**
|
||||
* 查询网络图片的小说
|
||||
* @param limit 查询条数
|
||||
* @param offset 开始行数
|
||||
* @return 返回小说集合
|
||||
* */
|
||||
List<Book> queryNetworkPicBooks(Integer limit, Integer offset);
|
||||
List<Book> queryNetworkPicBooks(Integer limit);
|
||||
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user