NYSKitManager Class Reference

Inherits from NSObject
Declared in NYSKitManager.h
NYSKitManager.m

  host

请求地址

@property (nonatomic, strong) NSString *host

Discussion

请求地址

Declared In

NYSKitManager.h

  token

token令牌

@property (nonatomic, strong) NSString *token

Discussion

token令牌

Declared In

NYSKitManager.h

  normalCode

正常返回代码(多个值以',‘分割)

@property (nonatomic, strong) NSString *normalCode

Discussion

正常返回代码(多个值以',‘分割)

Declared In

NYSKitManager.h

  dataKey

统一的数据Key(不设置返回所有字段)

@property (nonatomic, strong) NSString *dataKey

Discussion

统一的数据Key(不设置返回所有字段)

Declared In

NYSKitManager.h

  msgKey

错误信息Key

@property (nonatomic, strong) NSString *msgKey

Discussion

错误信息Key

Declared In

NYSKitManager.h

  isAlwaysShowErrorMsg

是否Toast错误信息 default:NO

@property (nonatomic, assign) BOOL isAlwaysShowErrorMsg

Discussion

是否Toast错误信息 default:NO

Declared In

NYSKitManager.h

  tokenInvalidCode

token令牌失效错误码

@property (nonatomic, strong) NSString *tokenInvalidCode

Discussion

token令牌失效错误码

Declared In

NYSKitManager.h

  tokenInvalidMessage

token令牌失效错误信息

@property (nonatomic, strong) NSString *tokenInvalidMessage

Discussion

token令牌失效错误信息

Declared In

NYSKitManager.h

  kickedCode

被踢/其他设备登录-错误码

@property (nonatomic, strong) NSString *kickedCode

Discussion

被踢/其他设备登录-错误码

Declared In

NYSKitManager.h