版本

# neighbour_simple_v2

用于存储图中指定起点的邻居结构。

【可被接口直接返回】


参数列表 类型 描述 是否可空 默认值 示例 备注
message String 消息 "" "OK."
status int 状态码 0 0 状态码说明
cost_time double 耗时 0 0.01
nodes List<List<Integer>> 节点ID列表 [] [[1]]
最近一次更新时间: 12/29/2022, 7:55:32 AM