# visualization **Repository Path**: tyanzhe/visualization ## Basic Information - **Project Name**: visualization - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-01-05 - **Last Updated**: 2020-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # visualization ## Closure Table相关接口 1. 创建一个新的树,此时该树无任何关联 * 接口地址:/tree/ct/createTreeRoot * 请求参数: ```json { "name" : "老王", "position" : "高管" } ``` * 返回参数: * 成功 ```json { "code": "0", "message": "成功", "stack": null, "success": false, "data": null } ``` * 失败 ```json { "code": "0", "message": "服务接口异常", "stack": "mybaits_ct_createTreeRoot 执行失败", "success": false, "data": null } ```