|
@@ -4224,10 +4224,10 @@ class PublicRpcService implements PublicRpcServiceInterface
|
|
|
if(empty($website)){
|
|
if(empty($website)){
|
|
|
return Result::error('网站不存在!');
|
|
return Result::error('网站不存在!');
|
|
|
}
|
|
}
|
|
|
- $template = Template::where('template_id',$data['template_id'])->first();
|
|
|
|
|
- if(empty($template)){
|
|
|
|
|
- return Result::error('皮肤不存在!');
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ // $template = Template::where('template_id',$data['template_id'])->first();
|
|
|
|
|
+ // if(empty($template)){
|
|
|
|
|
+ // return Result::error('皮肤不存在!');
|
|
|
|
|
+ // }
|
|
|
$date = date('Hisms');
|
|
$date = date('Hisms');
|
|
|
// $date = 1631191019
|
|
// $date = 1631191019
|
|
|
$rand_num = rand(1000,9999);
|
|
$rand_num = rand(1000,9999);
|