From 257684791c3275d5f06c9350feb81e85ba58f8f3 Mon Sep 17 00:00:00 2001 From: unnhao Date: Thu, 17 Oct 2019 18:02:44 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=A3=E7=B5=90=E9=8C=AF=E8=AA=A4=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aio/content/tutorial/toh-pt6.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/tutorial/toh-pt6.md b/aio/content/tutorial/toh-pt6.md index c28b30db8c..96079203e1 100644 --- a/aio/content/tutorial/toh-pt6.md +++ b/aio/content/tutorial/toh-pt6.md @@ -398,7 +398,7 @@ Here, the _base URL_ is the `heroesURL` defined in the [Heroes and HTTP](tutoria the number of the hero that you want to retrieve. For example, `api/heroes/11`. Add a `HeroService.getHero()` method to make that request: -这里的 `baseURL` 就是在 [英雄列表与 HTTP](http://localhost:4800/tutorial/toh-pt6#heroes-and-http) 部分定义过的 `heroesURL`(`api/heroes`)。而 `id` 则是你要获取的英雄的编号,比如,`api/heroes/11`。 +这里的 `baseURL` 就是在 [英雄列表与 HTTP](tutorial/toh-pt6#heroes-and-http) 部分定义过的 `heroesURL`(`api/heroes`)。而 `id` 则是你要获取的英雄的编号,比如,`api/heroes/11`。 添加一个 `HeroService.getHero()` 方法,以发起该请求: