|
...
|
...
|
@@ -28,7 +28,7 @@ class BlogRequest extends FormRequest |
|
|
|
'seo_keywords'=>'max:500',
|
|
|
|
'remark'=>'max:1000',
|
|
|
|
'url'=>'required',
|
|
|
|
'text'=>'max:5000',
|
|
|
|
// 'text'=>'max:5000',
|
|
|
|
];
|
|
|
|
}
|
|
|
|
|
|
...
|
...
|
@@ -40,7 +40,7 @@ class BlogRequest extends FormRequest |
|
|
|
'url.required'=>'链接不能为空',
|
|
|
|
'seo_keywords.max'=>'seo_keywords太长,请重新编辑',
|
|
|
|
'remark.max'=>'描述超过最长长度1000',
|
|
|
|
'text.max'=>'详情内容超过最大长度',
|
|
|
|
// 'text.max'=>'详情内容超过最大长度',
|
|
|
|
];
|
|
|
|
}
|
|
|
|
} |
...
|
...
|
|