Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
services
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tencent
services
Commits
585caa1b
Commit
585caa1b
authored
Aug 02, 2018
by
王召彬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test
parent
98dd4ea7
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
15 deletions
+15
-15
src/Schedule/Enum/ScheduleError.php
+15
-15
No files found.
src/Schedule/Enum/ScheduleError.php
View file @
585caa1b
...
...
@@ -4,23 +4,23 @@ namespace Hdll\Services\Schedule\Enum;
class
ScheduleError
{
const
E
5001
=
[
'code'
=>
400
,
'errCode'
=>
5
001
,
'msg'
=>
'客户端传参错误'
];
const
E
5002
=
[
'code'
=>
404
,
'errCode'
=>
5
002
,
'msg'
=>
'查询不到用户数据'
];
const
E
5003
=
[
'code'
=>
401
,
'errCode'
=>
5
003
,
'msg'
=>
'无权限操作'
];
const
E
5004
=
[
'code'
=>
404
,
'errCode'
=>
5
004
,
'msg'
=>
'数据不存在'
];
const
E
8001
=
[
'code'
=>
400
,
'errCode'
=>
8
001
,
'msg'
=>
'客户端传参错误'
];
const
E
8002
=
[
'code'
=>
404
,
'errCode'
=>
8
002
,
'msg'
=>
'查询不到用户数据'
];
const
E
8003
=
[
'code'
=>
401
,
'errCode'
=>
8
003
,
'msg'
=>
'无权限操作'
];
const
E
8004
=
[
'code'
=>
404
,
'errCode'
=>
8
004
,
'msg'
=>
'数据不存在'
];
const
E
5102
=
[
'code'
=>
400
,
'errCode'
=>
5
102
,
'msg'
=>
'手机号不正确'
];
const
E
8102
=
[
'code'
=>
400
,
'errCode'
=>
8
102
,
'msg'
=>
'手机号不正确'
];
const
E
5201
=
[
'code'
=>
400
,
'errCode'
=>
5201
,
'msg'
=>
'店铺名称不能包含特殊符号
'
];
const
E
5202
=
[
'code'
=>
400
,
'errCode'
=>
5
202
,
'msg'
=>
'短信发送失败:'
];
const
E
5203
=
[
'code'
=>
400
,
'errCode'
=>
5
203
,
'msg'
=>
'验证码不正确'
];
const
E
5204
=
[
'code'
=>
400
,
'errCode'
=>
5204
,
'msg'
=>
'该手机号已注册过店铺
'
];
const
E
5205
=
[
'code'
=>
400
,
'errCode'
=>
5205
,
'msg'
=>
'查询不到该店铺的认证信息
'
];
const
E
5206
=
[
'code'
=>
400
,
'errCode'
=>
5
206
,
'msg'
=>
'xxxx'
];
const
E
5207
=
[
'code'
=>
400
,
'errCode'
=>
5
207
,
'msg'
=>
'xxxx'
];
const
E
5208
=
[
'code'
=>
400
,
'errCode'
=>
5
208
,
'msg'
=>
'xxxx'
];
const
E
5209
=
[
'code'
=>
400
,
'errCode'
=>
5
209
,
'msg'
=>
'xxxx'
];
const
E
5210
=
[
'code'
=>
400
,
'errCode'
=>
5
210
,
'msg'
=>
'xxxx'
];
const
E
8201
=
[
'code'
=>
400
,
'errCode'
=>
8201
,
'msg'
=>
'xxxx
'
];
const
E
8202
=
[
'code'
=>
400
,
'errCode'
=>
8
202
,
'msg'
=>
'短信发送失败:'
];
const
E
8203
=
[
'code'
=>
400
,
'errCode'
=>
8
203
,
'msg'
=>
'验证码不正确'
];
const
E
8204
=
[
'code'
=>
400
,
'errCode'
=>
8204
,
'msg'
=>
'xxxx
'
];
const
E
8205
=
[
'code'
=>
400
,
'errCode'
=>
8205
,
'msg'
=>
'xxxx
'
];
const
E
8206
=
[
'code'
=>
400
,
'errCode'
=>
8
206
,
'msg'
=>
'xxxx'
];
const
E
8207
=
[
'code'
=>
400
,
'errCode'
=>
8
207
,
'msg'
=>
'xxxx'
];
const
E
8208
=
[
'code'
=>
400
,
'errCode'
=>
8
208
,
'msg'
=>
'xxxx'
];
const
E
8209
=
[
'code'
=>
400
,
'errCode'
=>
8
209
,
'msg'
=>
'xxxx'
];
const
E
8210
=
[
'code'
=>
400
,
'errCode'
=>
8
210
,
'msg'
=>
'xxxx'
];
public
static
function
getError
(
$code
)
{
$reflect
=
new
\ReflectionClass
(
StoreError
::
class
);
...
...
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