9. 订阅服务调用记录
9.1. 转发 GET 请求
Type: GET
Author: xezzon
Content-Type: application/json
Description: 转发 GET 请求
Request-headers:
Header | Type | Description | Required | Since |
---|---|---|---|---|
X-Access-Key |
string |
No comments found. |
true |
- |
X-Timestamp |
object |
No comments found. |
true |
- |
X-Signature |
string |
No comments found. |
true |
- |
headers |
object |
No comments found. |
true |
- |
Path-parameters:
Parameter | Type | Description | Required | Since |
---|---|---|---|---|
openapiCode |
string |
No comments found. |
true |
- |
Query-parameters:
Parameter | Type | Description | Required | Since |
---|---|---|---|---|
body |
array |
No comments found.,[array of int8] |
false |
- |
Request-example:
curl -X GET -H "Content-Type: application/json" -H "X-Access-Key" -H "X-Timestamp:yyyy-MM-dd HH:mm:ss" -H "X-Signature" -H "headers" -i 'http://127.0.0.1/call/{openapiCode}' --data '[
""
]'
Response-fields:
Field | Type | Description | Since |
---|---|---|---|
- |
array[int8] |
array of int8 |
- |
Response-example:
[
"",
""
]
9.2. 转发非 GET 请求
Type: GET
Author: xezzon
Content-Type: application/json
Description: 转发非 GET 请求
Request-headers:
Header | Type | Description | Required | Since |
---|---|---|---|---|
X-Access-Key |
string |
No comments found. |
true |
- |
X-Timestamp |
object |
No comments found. |
true |
- |
X-Signature |
string |
No comments found. |
true |
- |
headers |
object |
No comments found. |
true |
- |
Path-parameters:
Parameter | Type | Description | Required | Since |
---|---|---|---|---|
openapiCode |
string |
No comments found. |
true |
- |
Query-parameters:
Parameter | Type | Description | Required | Since |
---|---|---|---|---|
body |
array |
No comments found.,[array of int8] |
false |
- |
Request-example:
curl -X GET -H "Content-Type: application/json" -H "X-Access-Key" -H "X-Timestamp:yyyy-MM-dd HH:mm:ss" -H "X-Signature" -H "headers" -i 'http://127.0.0.1/call/{openapiCode}' --data '[
""
]'
Response-fields:
Field | Type | Description | Since |
---|---|---|---|
- |
array[int8] |
array of int8 |
- |
Response-example:
[
"",
""
]