作者 lyh

gx

... ... @@ -64,7 +64,7 @@ class AyrReleaseLogic extends BaseLogic
$arr[] = url('/b/image/' . $v1['hash'].'/'.rand(10000,99999).'.'.$v1['type']);
}
}else{
$arr[] = url('/b/file_hash/' .'/'. $v.rand(10000,99999).'.mp4');
$arr[] = url('/b/file_hash/' . $v.'/'.rand(10000,99999).'.mp4');
}
}
return $this->success($arr);
... ...