src/main/java/cc/mrbird/febs/ai/service/impl/AiProductPointServiceImpl.java
@@ -110,7 +110,9 @@ apiProductPointInfoVo.setFeedImg(entity.getFeedImg()); apiProductPointInfoVo.setTitle(entity.getTitle()); apiProductPointInfoVo.setTalkContext(entity.getTalkContext()); apiProductPointInfoVo.setTalkUrl(entity.getTalkUrl()); apiProductPointInfoVo.setDescription(entity.getDescription()); apiProductPointInfoVo.setCompanyId(entity.getCompanyId()); } return new FebsResponse().success().data(apiProductPointInfoVo); }