简要描述:
版本号 | 制定人 | 制定日期 | 修订日期 |
---|---|---|---|
1.0.0 | kevin | 2024-07-19 |
请求URL:
请求方式:
- GET
请求头:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
token | 是 | string | token参数 |
请求参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
id | 是 | int | 动态id |
返回示例:
正确时返回:
{
"status": 200,
"msg": "成功",
"data": {
"id": 2,
"type": 1,
"content": "今天天气非常不错",
"imgs": "http://wzb.com/uploads/idCard/2019-12-25/5e02d682785c9.jpg,http://wzb.com/uploads/idCard/2019-12-25/5e02d682b2a5a.jpg,http://wzb.com/uploads/idCard/2020-01-04/5e0ffd4c53f6d.png",
"address": "深圳",
"longitude": "114.066277",
"latitude": "22.557802",
"cover": "",
"created_at": "2024-07-18 18:01:57",
"imgs_list": [
"http://wzb.com/uploads/idCard/2019-12-25/5e02d682785c9.jpg",
"http://wzb.com/uploads/idCard/2019-12-25/5e02d682b2a5a.jpg",
"http://wzb.com/uploads/idCard/2020-01-04/5e0ffd4c53f6d.png"
]
}
}
错误时返回:
{
"status": 0,
"msg": "参数错误"
}
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
id | int | id |
type | string | 类型【1=图片,2=视频】 |
content | string | 内容 |
imgs | string | 图片列表 |
imgs_list | array | 图片列表 |
address | string | 定位地址 |
longitude | string | 经度 |
latitude | string | 纬度 |
cover | string | 视频封面 |
备注:
- 无
作者:admin 创建时间:2024-07-19 11:28
更新时间:2025-04-01 15:40
更新时间:2025-04-01 15:40