Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tl_estate
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hujun
tl_estate
Commits
4f4a74cc
Commit
4f4a74cc
authored
Aug 04, 2018
by
zhuwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
电话跟进错误提示信息修改2
parent
3b042307
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
BrokerValidate.php
application/api_broker/validate/BrokerValidate.php
+3
-1
No files found.
application/api_broker/validate/BrokerValidate.php
View file @
4f4a74cc
...
...
@@ -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只能为数字
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment