正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
| @@ -116,7 +116,7 @@ class ServiceController extends BaseController | @@ -116,7 +116,7 @@ class ServiceController extends BaseController | ||
| 116 | 'android' => 'required', | 116 | 'android' => 'required', |
| 117 | 'official_account' => 'required', | 117 | 'official_account' => 'required', |
| 118 | 'ios' => 'required', | 118 | 'ios' => 'required', |
| 119 | - 'image' => 'required', | 119 | + 'images' => 'required', |
| 120 | 'app_remark' => 'required', | 120 | 'app_remark' => 'required', |
| 121 | ],[ | 121 | ],[ |
| 122 | 'address.required' => '地址不能为空', | 122 | 'address.required' => '地址不能为空', |
| @@ -127,7 +127,7 @@ class ServiceController extends BaseController | @@ -127,7 +127,7 @@ class ServiceController extends BaseController | ||
| 127 | 'android.required' => '安卓不能为空', | 127 | 'android.required' => '安卓不能为空', |
| 128 | 'official_account.required' => '公众号不能为空', | 128 | 'official_account.required' => '公众号不能为空', |
| 129 | 'ios.required' => 'ios下载地址不能为空', | 129 | 'ios.required' => 'ios下载地址不能为空', |
| 130 | - 'image.required' => '轮播图不能为空', | 130 | + 'images.required' => '轮播图不能为空', |
| 131 | 'app_remark.required' => 'app下载备注信息不能为空', | 131 | 'app_remark.required' => 'app下载备注信息不能为空', |
| 132 | ]); | 132 | ]); |
| 133 | } | 133 | } |
-
请 注册 或 登录 后发表评论