xushengqiang 4 anni fa
parent
commit
b52ba70f15

+ 2 - 2
src/main/java/cn/efunbox/audio/impl/hag/HagContentServiceImpl.java

@@ -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为空");