frameworks/WASdkIntf.framework/Headers/WALoginResult.h
@@ -112,6 +112,16 @@ */ @property BOOL isBindUser; /**! sdk 内部使用 @abstract 游客账号绑标示(仅游客登录返回 0-未绑定过账户 1 绑定过1个或者多个账号) */ @property NSInteger isBindAccount; // cp 使用 @property int isGuestAccount; // 0 不是游客账号 1是游客账号 -(id)initWithPUserId:(NSString*)userId pToken:(NSString*)token platform:(NSString*)platform; +(id)loginResultWithPUserId:(NSString*)userId pToken:(NSString*)token platform:(NSString*)platform; @end