HaiLin Huang 1 tháng trước cách đây
mục cha
commit
1c178743e9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      graph/main.go

+ 1 - 1
graph/main.go

@@ -87,7 +87,7 @@ func GetNodeRelationShips(id, relationName, importId string, inverse bool) (*sdk
 		isInverse = 1
 	}
 	resp, err := getReq[*sdk.BaseResponse[[]map[string]any]]("/graphService/open/node/relationships", gout.H{
-		"id":       id,
+		"ids":      id,
 		"rName":    relationName,
 		"importId": importId,
 		"inverse":  isInverse,