Authored by yangyang

屏蔽接口报错

... ... @@ -88,7 +88,9 @@ class StarClassModel
}
//将签到数据插入资源位第二位置(签到信息不属于资源位,并且位置不可配置)
array_splice($result['resources'], 1, 0 ,$rankInfo);
if (isset($result['starClassIndex']) && !empty($result['starClassIndex'])) {
array_splice($result['resources'], 1, 0 ,$rankInfo);
}
return $result;
}
... ...