|
...
|
...
|
@@ -102,11 +102,11 @@ class GeoQuestionController extends BaseController |
|
|
|
'type'=>'required',
|
|
|
|
],[
|
|
|
|
'project_id.required' => '项目ID不能为空',
|
|
|
|
'question.required' => '项目ID不能为空',
|
|
|
|
'keywords.required' => '项目ID不能为空',
|
|
|
|
'url.required' => '项目ID不能为空',
|
|
|
|
'status.required' => '项目ID不能为空',
|
|
|
|
'type.required' => '类型不能为空',
|
|
|
|
'question.required' => 'question不能为空',
|
|
|
|
'keywords.required' => 'keywords不能为空',
|
|
|
|
'url.required' => 'url不能为空',
|
|
|
|
'status.required' => 'status不能为空',
|
|
|
|
'type.required' => 'type类型不能为空',
|
|
|
|
]);
|
|
|
|
$data = $this->logic->saveGeoQuestion();
|
|
|
|
$this->response('success',Code::SUCCESS,$data);
|
...
|
...
|
|