作者 lyh

变更数据

@@ -57,13 +57,13 @@ class GeoController extends BaseController @@ -57,13 +57,13 @@ class GeoController extends BaseController
57 'manager_id' => 'nullable|integer', 57 'manager_id' => 'nullable|integer',
58 'company' => 'nullable|max:200', 58 'company' => 'nullable|max:200',
59 'brand' => 'nullable|max:200', 59 'brand' => 'nullable|max:200',
60 - 'description' => 'nullable|max:500', 60 +// 'description' => 'nullable|max:500',
61 ], [ 61 ], [
62 'project_id.required' => '项目ID不能为空', 62 'project_id.required' => '项目ID不能为空',
63 'manager_id.integer' => '管理员参数非法', 63 'manager_id.integer' => '管理员参数非法',
64 'company.max' => '公司名称不能超过200个字符', 64 'company.max' => '公司名称不能超过200个字符',
65 'brand.max' => '品牌名不能超过200个字符', 65 'brand.max' => '品牌名不能超过200个字符',
66 - 'description.max' => '描述不能超过500个字符', 66 +// 'description.max' => '描述不能超过500个字符',
67 ]); 67 ]);
68 $data = $this->logic->saveConfig($this->param); 68 $data = $this->logic->saveConfig($this->param);
69 $this->response('success', Code::SUCCESS, $data); 69 $this->response('success', Code::SUCCESS, $data);