docs: update wg-basic/remote-rest

This commit is contained in:
Administrator 2021-10-09 10:06:22 +00:00 committed by John Smith
parent 748e1304bf
commit 089a989fa2

View File

@ -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. 方法注解