fix: 小说封面图修改

This commit is contained in:
xiongxiaoyang
2025-04-21 21:47:01 +08:00
parent 0e156c04b4
commit 3f009dc1f9
5 changed files with 55 additions and 28 deletions

View File

@ -290,4 +290,9 @@ public interface BookService {
* @param authorId
*/
void updateBookPic(Long bookId, String bookPic, Long authorId);
/**
* 查询AI生成图片
*/
String queryAiGenPic(Long bookId);
}