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
f4d6f0a9
Commit
f4d6f0a9
authored
Aug 09, 2018
by
zhuwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug
parent
7960fb6b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
UserGetLastOrNextUserIdValidate.php
...n/api_broker/validate/UserGetLastOrNextUserIdValidate.php
+2
-2
No files found.
application/api_broker/validate/UserGetLastOrNextUserIdValidate.php
View file @
f4d6f0a9
...
...
@@ -17,10 +17,10 @@ class UserGetLastOrNextUserIdValidate extends Validate{
protected
$message
=
[
'type.require'
=>
'网络异常!错误代码:uv1'
,
//type为必填字段
'agent_id.require'
=>
'
网络异常!错误代码:uv3
'
,
//agent_id为必填字段
'agent_id.require'
=>
'
agent_id为必填字段
'
,
//agent_id为必填字段
'agent_id.number'
=>
'网络异常!错误代码:uv4'
,
//agent_id只能为数字
'agent_id.gt'
=>
'网络异常!错误代码:uv5'
,
//agent_id必须大于0
'user_id.require'
=>
'
网络异常!错误代码:uv6
'
,
//user_id为必填字段
'user_id.require'
=>
'
user_id为必填字段
'
,
//user_id为必填字段
'user_id.number'
=>
'网络异常!错误代码:uv7'
,
//user_id只能为数字
'user_id.gt'
=>
'网络异常!错误代码:uv8'
,
//user_id必须大于0
];
...
...
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