Authorization: Bearer ********************
curl --location --request GET 'http://dev-cn.your-api-server.com/api///releases.json' \
--header 'Cookie: autologin_trustie=3acc38c27d61a347f5c16fbca2c4964b181a2f79'
{
"status": 0,
"message": "响应成功",
"releases": [
{
"version_id": 2,
"id": "392",
"tag_name": "v1.0",
"target_commitish": "master",
"name": "ceshi",
"sha": "96dc82d07e05327fc908aaaa127ba45f02091d85",
"body": null,
"url": "http://127.0.0.1:10082/api/v1/repos/yystopfceshi/testdevops/releases/392",
"tarball_url": "http://localhost:3000/api/yystopfceshi/testdevops/archive/v1.0.tar.gz",
"zipball_url": "http://localhost:3000/api/yystopfceshi/testdevops/archive/v1.0.zip",
"draft": "稳定",
"created_at": "2023-11-22 10:21",
"published_at": "2023-11-22 10:21",
"user_name": "咸蛋黄土豆丝xxx",
"user_login": "yystopf",
"image_url": "system/lets/letter_avatars/2/X/230_139_26/120.png",
"attachments": []
}
],
"total_count": 1
}