{
	"code": 200,
	"message": "success",
	"data": {
        "items": [
            {
                "id": "fdasfds",
                "leaf": true,
                "name": "第一级第一个",
                "children": [
                    {
                        "id": "fdsgfhfgh",
                        "leaf": true,
                        "name": "第二级第一个",
                        "children": [
                            {
                                "id": "nbvcnbcv",
                                "leaf": true,
                                "name": "第三级第一个"
                            }
                        ]
                    },
                    {
                        "id": "rewqrew",
                        "leaf": true,
                        "name": "第二级第二个",
                        "children": [
                            {
                                "id": "iuyiu",
                                "leaf": true,
                                "name": "第三级第一个"
                            }
                        ]
                    }
                ]
            },
            {
                "id": "rewrvvc",
                "leaf": true,
                "name": "第一级第二个"
            }
            
        ],
        "total": 100
    }
}