|
@@ -104,7 +104,7 @@ public class HagContentServiceImpl implements HagContentService {
|
|
|
public HagSkillResp getResUrl(HagSkillReq skillReq) {
|
|
|
|
|
|
|
|
|
- log.info("HAG find resource url param : {}", JSON.toJSONString(skillReq));
|
|
|
+// log.info("HAG find resource url param : {}", JSON.toJSONString(skillReq));
|
|
|
HagSkillReq.Endpoint endpoint = skillReq.getEndpoint();
|
|
|
if (Objects.isNull(endpoint)) {
|
|
|
return fillFailResp("400","参数错误");
|