From 900dd15af37783f8c00bc1429239b3859425c7c0 Mon Sep 17 00:00:00 2001 From: SisMaker <156736github> Date: Mon, 4 Jul 2022 23:00:59 +0800 Subject: [PATCH] =?UTF-8?q?ft:=20=E4=BB=A3=E7=A0=81=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/agApi/agGraphs.erl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/agApi/agGraphs.erl b/src/agApi/agGraphs.erl index 791d5c1..f3ff54f 100644 --- a/src/agApi/agGraphs.erl +++ b/src/agApi/agGraphs.erl @@ -31,7 +31,7 @@ % isDisjoint:图形是否为 Disjoint SmartGraph(仅限企业版)。 % smartGraphAttribute:SmartGraph 案例中的分片属性名称(仅限企业版)。 % isSatellite:标记图形是否为 SatelliteGraph(仅限企业版)。 -graphList(PoolNameOrSocket) -> +graphs(PoolNameOrSocket) -> agVstCli:callAgency(PoolNameOrSocket, ?AgGet, <<"/_api/gharial">>). % 创建一个图 @@ -239,7 +239,7 @@ delVertexColl(PoolNameOrSocket, GraphName, CollName, QueryPars) -> % code:响应代码。 % errorNum:发生错误的ArangoDB错误号。 % errorMessage:为此错误创建的消息。 -edgeDefList(PoolNameOrSocket, GraphName) -> +edgeDefs(PoolNameOrSocket, GraphName) -> Path = <<"/_api/gharial/", GraphName/binary, "/edge">>, agVstCli:callAgency(PoolNameOrSocket, ?AgGet, Path).