|
@@ -61,7 +61,6 @@ class CmsContentTemplateController extends BaseController
|
|
'city_name' => 'required|string',
|
|
'city_name' => 'required|string',
|
|
'title' => 'required|string',
|
|
'title' => 'required|string',
|
|
'apply_type' => ['required', Rule::in(0,1)],
|
|
'apply_type' => ['required', Rule::in(0,1)],
|
|
- 'is_open' => ['required', Rule::in(0,1)],
|
|
|
|
]);
|
|
]);
|
|
if ($validator->fails()) {
|
|
if ($validator->fails()) {
|
|
return $this->response->error($validator->errors()->first(), 500);
|
|
return $this->response->error($validator->errors()->first(), 500);
|