|
|
|
@ -77,10 +77,22 @@ return [ |
|
|
|
'ids_empty' => '车位数据不能为空', |
|
|
|
'ids_array' => '车位数据必须是数组', |
|
|
|
], |
|
|
|
'map' => [ |
|
|
|
'map' => [ |
|
|
|
'f_empty' => '楼层编号不能为空', |
|
|
|
'f_number' => '楼层编号必须是数字', |
|
|
|
'p_empty' => '车位编号必须是数字', |
|
|
|
'p_number' => '车位编号必须是数字' |
|
|
|
'p_number' => '车位编号必须是数字', |
|
|
|
'd_empty' => '保存数据不能为空' |
|
|
|
], |
|
|
|
'parking_camera' => [ |
|
|
|
'n_empty' => '设备编号不能为空', |
|
|
|
'n_max' => '车牌号码最多50个字符', |
|
|
|
's_empty' => '服务器IP不能为空', |
|
|
|
's_max' => '服务器IP最多15个字符', |
|
|
|
'c_empty' => '相机IP不能为空', |
|
|
|
'c_max' => '相机IP最多15个字符', |
|
|
|
'p_array' => '车位数据必须是数组', |
|
|
|
'lights_ip_empty' => '控灯相机IP不能为空', |
|
|
|
'lights_ip_max' => '控灯相机IP最多15个字符' |
|
|
|
] |
|
|
|
]; |
|
|
|
|