lpw
2024-05-16 be2ada40e61b26b4546ba90207dfd7b2479d422c
frameworks/WASdkIntf.framework/Headers/WAAccount.h
@@ -24,6 +24,8 @@
@property (nonatomic, strong) NSString *mobile;//wa平台才有此字段
@property (nonatomic,strong) NSString * email;//WA平台且已绑定邮箱时返回 20230703  绑定帐号列表 V4(增加邮箱返回)
+(WAAccount*)parserWithDict:(NSDictionary*)dict;
+(NSArray*)parserWithArray:(NSArray*)arr;