|
@@ -129,10 +129,10 @@ public class HagContentServiceImpl implements HagContentService {
|
|
|
if (Objects.isNull(slots)) {
|
|
|
return fillFailResp("400","slots为空");
|
|
|
}
|
|
|
- HagSkillReq.HagInquire.Intent.Slots.ContentCode albumCode = slots.getAlbumCode();
|
|
|
+ /* HagSkillReq.HagInquire.Intent.Slots.ContentCode albumCode = slots.getAlbumCode();
|
|
|
if (Objects.isNull(albumCode)) {
|
|
|
return fillFailResp("400","albumCode为空");
|
|
|
- }
|
|
|
+ }*/
|
|
|
HagSkillReq.HagInquire.Intent.Slots.ContentCode contentCode = slots.getContentCode();
|
|
|
if (Objects.isNull(contentCode)) {
|
|
|
return fillFailResp("400","contentCode为空");
|