接口:请求格式
接口:请求格式
接口详情
请求格式
zodram api
GET
基本请求参数响应
接口地址
| 正式环境(prod) | https://zodream.cn/open/ |
|
| 本地环境(dev) | http://zodream.localhost/open/ |
Header参数
| 字段键 | 字段值 | 备注说明 |
|---|---|---|
| Content-Type | application/vnd.api+json | |
| Accept | */* | |
| Authorization | Bearer {token} | 填入登录令牌 |
请求参数
| 字段别名 | 字段含义 | 字段类型 | 是否必填 | 默认值 | 备注说明 |
|---|---|---|---|---|---|
| appid | 申请的应用APPID | 字符串(string) | 是 | ||
| timestamp | 请求的日期时间 | 字符串(string) | 是 | ||
| sign | 申请时选择的验证方式 | 字符串(string) | 是 |
响应参数
| 字段别名 | 字段含义 | 字段类型 | MOCK规则 | 备注说明 |
|---|---|---|---|---|
| appid | 请求的APPID | 字符串(string) | ||
| timestamp | 响应的日期时间 | 字符串(string) | ||
| sign | 申请时选择的验证方式 | 字符串(string) |
返回示例