|
|
|
@ -36,6 +36,7 @@ public class HumanUtil {
|
|
|
|
|
String res = HttpUtil.get(QUERY_ROOM_ID_URL, param);
|
|
|
|
|
HumanRes resDTO = JSONUtil.toBean(res, HumanRes.class);
|
|
|
|
|
if (!"200".equals(resDTO.code)) {
|
|
|
|
|
log.info("数字人失败-----------:{}",res);
|
|
|
|
|
throw new BusinessException("获取房间号失败");
|
|
|
|
|
}
|
|
|
|
|
// 去过为true,则data是房间号
|
|
|
|
|