版本

# paths_v2

路径结构

【可被接口直接返回】


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