调用说明
请求体
POST https://{{tanma_api_host}}/api/v3/echo
appId: tanma_appid
timestamp: 1594983470133
sign: aaa5c3da2e2ee077454ab3206475b87d11b5de2d645b318b8a45aa1fb6712927
Content-Type: application/json;charset=UTF-8
{"hello":"tanmarket"}
响应体
字段 | 类型 | 非空 | 说明 |
---|---|---|---|
code | int | 非空 | [业务状态码](doc-484339) |
message | string | 可空 | 结果说明 |
data | - | 可空 | 接口响应数据。类型、是否非空由各接口分别说明 |
{
"code": 0,
"message": "success",
"data": {}
}
修改于 2022-06-01 09:11:45