public class InterfaceCodeConstant extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
Fans_FollowID_AlreadyExist
关注的用户已存在
|
static int |
Fans_FollowID_NotExist
关注的用户不存在
|
static int |
Fans_FollowID_NotSelf
不能关注自己
|
static int |
LastVerify_NotFinish
上次认证还未结束
|
static int |
Mobile_AlreadyExist
该手机已注册
|
static int |
Mobile_Null
手机号不能为空
|
static int |
Password_Error
密码错误
|
static int |
System_Exception
系统错误
|
static int |
System_Success
成功
|
static int |
User_NotExist
用户不存在
|
static int |
VerifyCode_Error
验证码错误
|
static int |
VerifyCode_MoreThan5
当日发送验证码超过5次
|
static int |
VerifyCode_sendError
发送失败
|
static int |
VerifyCode_TimeOut
验证码超时
|
static int |
VerifyCode_Type_NotSupport
不支持的验证码类型
|
| 构造器和说明 |
|---|
InterfaceCodeConstant() |
public static final int System_Exception
public static final int System_Success
public static final int User_NotExist
public static final int Mobile_Null
public static final int Mobile_AlreadyExist
public static final int VerifyCode_TimeOut
public static final int VerifyCode_Error
public static final int Password_Error
public static final int VerifyCode_Type_NotSupport
public static final int VerifyCode_MoreThan5
public static final int VerifyCode_sendError
public static final int Fans_FollowID_NotExist
public static final int Fans_FollowID_NotSelf
public static final int Fans_FollowID_AlreadyExist
public static final int LastVerify_NotFinish
Copyright © 2017. All rights reserved.