Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
ShenghuoquanBusiness
Project
Project
Details
Activity
Releases
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
bp
ShenghuoquanBusiness
Commits
61236dfd
Commit
61236dfd
authored
Jun 25, 2021
by
yinjiacheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update 登录状态异常错误码、101接口身份信息已被其他手机号认证错误码
parent
ae925d83
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
ResultCode.kt
...on/src/main/java/com/yidian/common/constant/ResultCode.kt
+1
-1
Constant.kt
.../com/yidian/shenghuoquan/newscontent/constant/Constant.kt
+1
-1
No files found.
CommonLib/Common/src/main/java/com/yidian/common/constant/ResultCode.kt
View file @
61236dfd
...
...
@@ -5,5 +5,5 @@ package com.yidian.common.constant
*/
object
ResultCode
{
const
val
SUCCESS
=
0
// 成功
const
val
INVALID
=
104000
// token失效
const
val
INVALID
=
1
1
04000
// token失效
}
Components/newscontent/src/main/java/com/yidian/shenghuoquan/newscontent/constant/Constant.kt
View file @
61236dfd
...
...
@@ -97,5 +97,5 @@ object Constant {
const
val
MAX_LENGTH_LIFE_ACCOUNT_NAME
=
24
// 生活号名称
// 服务端返回的业务错误码
const
val
ERROR_CODE_PERSONAL_AUTH_INFO_DUPLICATE
=
103010
// 身份证号已认证并且认证手机号不是当前手机号
const
val
ERROR_CODE_PERSONAL_AUTH_INFO_DUPLICATE
=
2
103010
// 身份证号已认证并且认证手机号不是当前手机号
}
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