1
开发中
GET
/api/nyty/game
请求参数
无
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://m1.apifoxmock.com/m1/6291200-0-default/api/nyty/game'
返回响应
🟢200成功
application/json
Body
code
integer
必需
msg
string
必需
data
array [object {5}]
必需
id
integer
必需
coverUrl
string
必需
title
string
必需
publishTime
string
必需
videoUrl
string
必需
示例
{
"code": 200,
"msg": "success",
"data": [
{
"id": 1,
"coverUrl": "http://ncyunhua.com:9090/nyty/g1.jpg",
"title": "2024年南云田径接力总决赛",
"publishTime": "2024-01-16T00:00:00",
"videoUrl": "http://ncyunhua.com:9090/nyty/v1.mp4"
},
{
"id": 2,
"coverUrl": "http://ncyunhua.com:9090/nyty/g2.jpg",
"title": "2024年南云跳高精英总决赛",
"publishTime": "2024-01-21T00:00:00",
"videoUrl": "http://ncyunhua.com:9090/nyty/v2.mp4"
}
]
}
修改于 2025-04-27 00:29:45