import com.alibaba.fastjson.TypeReference;
return JSON.parseObject(str, new TypeReference<BaseResModel<GetLiveListByLiveIdListResDto>>() {});