docs: update wg-basic/remote-rest
This commit is contained in:
parent
bddb6f00db
commit
25b8826839
@ -2,7 +2,7 @@
|
|||||||
title: 8.REST远程调用工具
|
title: 8.REST远程调用工具
|
||||||
description: REST远程调用工具
|
description: REST远程调用工具
|
||||||
published: true
|
published: true
|
||||||
date: 2021-09-20T09:22:34.985Z
|
date: 2021-09-20T09:22:59.074Z
|
||||||
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
|
||||||
@ -38,6 +38,7 @@ dateCreated: 2021-09-20T08:24:01.498Z
|
|||||||
3. 参数注解
|
3. 参数注解
|
||||||
|名称|参数|位置|说明|示例|
|
|名称|参数|位置|说明|示例|
|
||||||
|-|-|-|-|-|
|
|-|-|-|-|-|
|
||||||
|
|
||||||
|@RemoteHeaderParams|header内容|参数|发送请求时,会将参数自动添加到header中,一颗有多个,如果重复以最后一个为准| `@RemoteHeaderParams("h1") String h1` |
|
|@RemoteHeaderParams|header内容|参数|发送请求时,会将参数自动添加到header中,一颗有多个,如果重复以最后一个为准| `@RemoteHeaderParams("h1") String h1` |
|
||||||
|@RemotePathParams|path参数|参数|路径中的参数值,数量应与路径中变量一致,不能有重复值,请求时会自动替换| `@RemotePathParams("p1") String p1` |
|
|@RemotePathParams|path参数|参数|路径中的参数值,数量应与路径中变量一致,不能有重复值,请求时会自动替换| `@RemotePathParams("p1") String p1` |
|
||||||
|@RemoteQueryParams|请求参数|参数|请求时的参数,可以有多个,重复以最后一个为准| `@RemotePathParams("q1") String q1` |
|
|@RemoteQueryParams|请求参数|参数|请求时的参数,可以有多个,重复以最后一个为准| `@RemotePathParams("q1") String q1` |
|
||||||
|
Loading…
Reference in New Issue
Block a user