版本

# paths_v2

路径结构

【可被接口直接返回】


参数列表 类型 描述 是否可空 默认值 示例 备注
message String 消息 "" "OK."
status int 状态码 0 0 状态码说明
cost_time double 耗时 0 0.01
paths List<List<edge_basic>> 边信息 {} {} edge_basic
types Map<int, int8_t> 边的类型 {} {1:'1'}
  • key: 边的id
  • value: 边的类型
nodes set<int> 节点ID [] [0]
node_type_mapping List<String> 节点类型 [] ["person"]
edge_type_mapping List<String> 边类型 [] ["use"]
最近一次更新时间: 12/29/2022, 7:55:32 AM