diff --git a/wg-basic/remote-rest.md b/wg-basic/remote-rest.md index 0a7fa7e..4964b1f 100644 --- a/wg-basic/remote-rest.md +++ b/wg-basic/remote-rest.md @@ -2,7 +2,7 @@ title: 8.REST远程调用工具 description: REST远程调用工具 published: true -date: 2021-10-09T10:04:39.080Z +date: 2021-10-09T10:06:21.436Z tags: wg-basic, remote editor: markdown dateCreated: 2021-09-20T08:24:01.498Z @@ -22,7 +22,7 @@ dateCreated: 2021-09-20T08:24:01.498Z |名称|参数|位置|说明|示例| |-|-|-|-|-| -|@RemoteService|-|接口|标注接口,带有此注解的接口才能被自动注入|-| +|@RemoteService|公共的url,可以为空|接口|标注接口,带有此注解的接口才能被自动注入|-| 2. 方法注解