docs: update wg-basic/remote-rest

This commit is contained in:
Administrator 2021-10-09 10:06:42 +00:00 committed by John Smith
parent 089a989fa2
commit 47d1408ec4

View File

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