This commit is contained in:
hrxiang
2021-09-30 18:44:11 +08:00
parent 34b59d3a81
commit 470bbb960e
9 changed files with 44 additions and 59 deletions

View File

@@ -148,7 +148,7 @@ class FriendshipManager {
return list;
}
static UserInfo _toObj(String value) => UserInfo.fromJson(_formatJson(value));
// static UserInfo _toObj(String value) => UserInfo.fromJson(_formatJson(value));
static dynamic _formatJson(value) {
return jsonDecode(_printValue(value));