|
@@ -2703,12 +2703,6 @@ class PublicRpcService implements PublicRpcServiceInterface
|
|
|
if(empty($template)){
|
|
if(empty($template)){
|
|
|
return Result::error('此皮肤不存在!');
|
|
return Result::error('此皮肤不存在!');
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
- // if(empty($rule)){
|
|
|
|
|
- // return Result::error('此规则不存在!');
|
|
|
|
|
- // }
|
|
|
|
|
- // $template_id = $data['template_id'];
|
|
|
|
|
-
|
|
|
|
|
$index = $this->randomPage($data);
|
|
$index = $this->randomPage($data);
|
|
|
return Result::success($index);
|
|
return Result::success($index);
|
|
|
}
|
|
}
|