作者 lyh

变更数据

@@ -444,7 +444,7 @@ class TicketUploadDataController extends BaseController @@ -444,7 +444,7 @@ class TicketUploadDataController extends BaseController
444 public function sendLayoutDesign(){ 444 public function sendLayoutDesign(){
445 $this->request->validate([ 445 $this->request->validate([
446 'html'=>['required'], 446 'html'=>['required'],
447 - 'html'=>['project_id'] 447 + 'project_id'=>['project_id']
448 ],[ 448 ],[
449 'html.required' => 'html不能为空', 449 'html.required' => 'html不能为空',
450 'project_id.required' => '项目ID不能为空', 450 'project_id.required' => '项目ID不能为空',