data JSON 字符串解析后的结构(笔记详情)。{
"code": 0,
"success": true,
"msg": "成功",
"data": [
{
"model_type": "note",
"user": {
"userid": "string",
"user_id": "string",
"nickname": "string",
"image": "string",
"images": "string",
"red_id": "string"
},
"note_list": [
{
"id": "string",
"title": "string",
"desc": "string",
"type": "string",
"time": 0,
"last_update_time": 0,
"liked_count": 0,
"collected_count": 0,
"comments_count": 0,
"shared_count": 0,
"liked": true,
"collected": true,
"images_list": [
{
"index": 0,
"fileid": "string",
"url": "string",
"url_size_large": "string",
"original": "string",
"width": 0,
"height": 0
}
],
"user": {
"userid": "string",
"user_id": "string",
"nickname": "string",
"image": "string",
"images": "string",
"red_id": "string"
},
"hash_tag": [
{
"id": "string",
"name": "string",
"type": "topic"
}
],
"interact_info": {}
}
]
}
]
}