feat: 消息分页
This commit is contained in:
@ -13,7 +13,7 @@ class SessionDataModel {
|
||||
|
||||
SessionDataModel.fromJson(Map<String, dynamic> json) {
|
||||
sessionList = json['session_list']
|
||||
.map<SessionList>((e) => SessionList.fromJson(e))
|
||||
?.map<SessionList>((e) => SessionList.fromJson(e))
|
||||
.toList();
|
||||
hasMore = json['has_more'];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user