作者 lyh

变更数据

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