Commit 4f4a74cc authored by zhuwei's avatar zhuwei

电话跟进错误提示信息修改2

parent 3b042307
......@@ -19,12 +19,14 @@ class BrokerValidate extends Validate{
protected $message = [
'type.require' => '网络异常,请再次提交!错误代码:bv1',//type为必填字段
'type.number' => '网络异常,请再次提交!错误代码:bv2',//type只能为数字
'type.in' => '网络异常,请再次提交!错误代码:bv2',//type只能0,1,2中间
'agent_id.require' => '网络异常,请再次提交!错误代码:bv3',//agent_id为必填字段
'agent_id.number' => '网络异常,请再次提交!错误代码:bv4',//agent_id只能为数字
'agent_id.gt' => '网络异常,请再次提交!错误代码:bv10',//agent_id必须大于0
'labels_id.number' => '网络异常,请再次提交!错误代码:bv5',//labels_id只能为数字
'user_id.require' => '网络异常,请再次提交!错误代码:bv6',//user_id为必填字段
'user_id.number' => '网络异常,请再次提交!错误代码:bv7',//user_id只能为数字
'user_id.gt' => '网络异常,请再次提交!错误代码:bv11',//user_id必须大于0
'user_status.require' => '网络异常,请再次提交!错误代码:bv8',//user_status为必填字段
'user_status.number' => '网络异常,请再次提交!错误代码:bv9'//user_status只能为数字
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment