Commit 61236dfd authored by yinjiacheng's avatar yinjiacheng

update 登录状态异常错误码、101接口身份信息已被其他手机号认证错误码

parent ae925d83
......@@ -5,5 +5,5 @@ package com.yidian.common.constant
*/
object ResultCode {
const val SUCCESS = 0 // 成功
const val INVALID = 104000 // token失效
const val INVALID = 1104000 // token失效
}
......@@ -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 = 2103010 // 身份证号已认证并且认证手机号不是当前手机号
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment