#import <Foundation/Foundation.h>
浏览源代码.
|
| enum | JCRequestAuthCodeType : NSInteger { JCRequestAuthCodeTypeFetchPassword = 0
, JCRequestAuthCodeTypeResetPassword
, JCRequestAuthCodeTypeCreateAccount
, JCRequestAuthCodeTypeAddRelationship
} |
| |
| enum | JCAccountReason : NSInteger {
JCAccountReasonNone = -1
, JCAccountReasonAccountExist
, JCAccountReasonAccountNotExist
, JCAccountReasonAuthCodeError
,
JCAccountReasonAuthCodeExpired
, JCAccountReasonTooManyTimes
, JCAccountReasonAuthBlocked
, JCAccountReasonUnkownReason
,
JCAccountReasonNoUserEntry
, JCAccountReasonNotFound
, JCAccountReasonPassowrdError
} |
| |
◆ JCAccountReason
请求验证码的业务类型枚举
| 枚举值 |
|---|
| JCAccountReasonNone | 无
|
| JCAccountReasonAccountExist | 账户已存在
|
| JCAccountReasonAccountNotExist | 账户不存在
|
| JCAccountReasonAuthCodeError | 验证码错误
|
| JCAccountReasonAuthCodeExpired | 验证码过期
|
| JCAccountReasonTooManyTimes | 调用太频繁
|
| JCAccountReasonAuthBlocked | 验证失败
|
| JCAccountReasonUnkownReason | 未知错误
|
| JCAccountReasonNoUserEntry | 无效用户
|
| JCAccountReasonNotFound | 未找到
|
| JCAccountReasonPassowrdError | 原密码错误
|
◆ JCRequestAuthCodeType
请求验证码的业务类型枚举
| 枚举值 |
|---|
| JCRequestAuthCodeTypeFetchPassword | 获取加密密码
|
| JCRequestAuthCodeTypeResetPassword | 重置密码
|
| JCRequestAuthCodeTypeCreateAccount | 创建账户
|
| JCRequestAuthCodeTypeAddRelationship | 添加关系
|
◆ JCAccountTypeEmail
| NSString* const JCAccountTypeEmail |
|
extern |
◆ JCAccountTypeFaceBook
| NSString* const JCAccountTypeFaceBook |
|
extern |
◆ JCAccountTypeInstagram
| NSString* const JCAccountTypeInstagram |
|
extern |
◆ JCAccountTypePhone
| NSString* const JCAccountTypePhone |
|
extern |
◆ JCAccountTypeQQ
| NSString* const JCAccountTypeQQ |
|
extern |
◆ JCAccountTypeSnapChat
| NSString* const JCAccountTypeSnapChat |
|
extern |
◆ JCAccountTypeTwitter
| NSString* const JCAccountTypeTwitter |
|
extern |
◆ JCAccountTypeUid
| NSString* const JCAccountTypeUid |
|
extern |
◆ JCAccountTypeUserName
| NSString* const JCAccountTypeUserName |
|
extern |
◆ JCAccountTypeWechat
| NSString* const JCAccountTypeWechat |
|
extern |
◆ JCAccountTypeWeibo
| NSString* const JCAccountTypeWeibo |
|
extern |