获取版本的详情
GET
/version/detail请求参数
Query 参数
id
integer <int64>
id
示例值:
1
Header 参数
Content-Type
string
必需
示例值:
application/json
accessToken
string
必需
示例值:
{{accessToken}}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSON*/*
OK
数据结构
releasedDate
string <date>
发布时间
daysToRelease
integer <int32>
距发布日期数
totalDays
integer <int32>
共计工作日
name
string
版本名称
description
string
版本说明
id
integer <int64>
版本id
startDate
string <date>
开始时间
planDate
string <date>
预计发布时间
status
string
发布状态
示例
{
"code": "0",
"data": {
"releasedDate": 1646301600000,
"daysToRelease": 1,
"totalDays": 1,
"name": "xxx",
"description": "xxx",
"id": 1,
"startDate": 1646301600000,
"planDate": 1646301600000,
"status": "un_release"
}
}
最后修改时间: 4 个月前