lpw
2024-07-22 2a54d46accc194e2f3a076706c3f06e9ffd84d15
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;