浏览代码

Merge branch 'web_sannong_fr'

15313670163 1 月之前
父节点
当前提交
4272944983
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Controller/WebController.php

+ 1 - 1
app/Controller/WebController.php

@@ -834,7 +834,7 @@ class WebController extends AbstractController
                 'id' =>'required',
             ],
             [
-                'catid.required' => 'id不能为空',
+                'id.required' => 'id不能为空',
             ] 
         );
         if ($validator->fails()){