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
cf46c43f
Commit
cf46c43f
authored
Jul 31, 2018
by
zhufx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
授权错误码更新
parent
c2004a11
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
src/Auth/Enum/AuthError.php
+3
-0
No files found.
src/Auth/Enum/AuthError.php
View file @
cf46c43f
...
@@ -9,7 +9,10 @@ namespace Hdll\Services\Auth\Enum;
...
@@ -9,7 +9,10 @@ namespace Hdll\Services\Auth\Enum;
class
AuthError
class
AuthError
{
{
const
PARAMETER_ERR
=
[
"msg"
=>
"参数错误"
,
"code"
=>
500
,
"errorCode"
=>
25001
];
const
TOKEN_ERROR
=
[
"msg"
=>
"token写入失败"
,
"code"
=>
500
,
"errorCode"
=>
25100
];
const
TOKEN_ERROR
=
[
"msg"
=>
"token写入失败"
,
"code"
=>
500
,
"errorCode"
=>
25100
];
const
WX_ERROR
=
[
"msg"
=>
"获取信息失败"
,
"code"
=>
500
,
"errorCode"
=>
25101
];
const
WX_ERROR
=
[
"msg"
=>
"获取信息失败"
,
"code"
=>
500
,
"errorCode"
=>
25101
];
const
CONFIG_ERROR
=
[
"msg"
=>
"配置不正确"
,
"code"
=>
500
,
"errorCode"
=>
25102
];
const
CONFIG_ERROR
=
[
"msg"
=>
"配置不正确"
,
"code"
=>
500
,
"errorCode"
=>
25102
];
const
GET_TOKEN_ERROR
=
[
"msg"
=>
"获取token失败"
,
"code"
=>
500
,
"errorCode"
=>
25103
];
const
GET_TOKEN_ERROR
=
[
"msg"
=>
"获取token失败"
,
"code"
=>
500
,
"errorCode"
=>
25103
];
...
...
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