| _token | 必须 |
| type | 参数0 | 可选 | String | |
| application | 参数1 | 可选 | String | |
| showDisabledMenu | 参数2 | 可选 | Boolean |
sdk.MenuApi().listMenuTree_2({
type:"" ,
application:"" ,
showDisabledMenu:{} // Boolean 对象
}).then(function(result) {
alert("success");
}
);