data JSON 字符串解析后的结构(用户笔记列表)。{
"code": 0,
"success": true,
"data": {
"has_more": true,
"cursor": "string",
"notes": [
{
"id": "string",
"note_id": "string",
"display_title": "string",
"type": "string",
"create_time": 0
}
]
}
}