- 使用须知
- 首页中心
- 登录
- 个人中心
- 视频中心
- 通用
获取电台今日优选电台
开发中
GET
/dj/today/perfered
请求参数
无
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://127.0.0.1:3000/dj/today/perfered'
返回响应
🟢200成功
application/json
Body
code
integer
必需
msg
null
必需
data
array [object {16}]
必需
id
integer
必需
name
string
必需
rcmdText
string
必需
radioFeeType
integer
必需
feeScope
integer
必需
picUrl
string
必需
programCount
integer
必需
subCount
integer
必需
subed
boolean
必需
playCount
integer
必需
alg
string
必需
originalPrice
null
必需
discountPrice
null
必需
lastProgramName
string
必需
traceId
null
必需
icon
null
必需
示例
{
"code": 200,
"msg": null,
"data": [
{
"id": 794925386,
"name": "治愈弹唱,你耳边的温柔乡~",
"rcmdText": "只要你愿意听,我就愿意继续唱",
"radioFeeType": 0,
"feeScope": 0,
"picUrl": "https://p2.music.126.net/b-f8_6Yk3QkQbj73mYsy4w==/109951165125311413.jpg",
"programCount": 105,
"subCount": 0,
"subed": false,
"playCount": 12524571,
"alg": "{\n\t\"alg\" : \"radio_daybest_rtrs_t2\",\n\t\"filter_alg_id\" : \"201.3.0\",\n\t\"reason\" : \"cover_boutique_hot\",\n\t\"score\" : 0.0,\n\t\"scoring_alg_id\" : \"201.4.0\",\n\t\"sorting_alg_id\" : \"\"\n}",
"originalPrice": null,
"discountPrice": null,
"lastProgramName": "温热蝙蝠日记",
"traceId": null,
"icon": null
},
{
"id": 340476079,
"name": "大凯故事会:奇闻怪谈、鬼故事、恐怖故事",
"rcmdText": "恐怖灵异事件大集结",
"radioFeeType": 0,
"feeScope": 0,
"picUrl": "https://p2.music.126.net/eJLRtOBZlWKLVG59Bb_33Q==/109951164907318746.jpg",
"programCount": 4473,
"subCount": 0,
"subed": false,
"playCount": 769514086,
"alg": "{\n\t\"alg\" : \"radio_daybest_rtrs_t2\",\n\t\"filter_alg_id\" : \"201.3.0\",\n\t\"reason\" : \"boutique_hot\",\n\t\"score\" : 0.0,\n\t\"scoring_alg_id\" : \"201.4.0\",\n\t\"sorting_alg_id\" : \"\"\n}",
"originalPrice": null,
"discountPrice": null,
"lastProgramName": "老家的那条铁路",
"traceId": null,
"icon": null
},
{
"id": 794364467,
"name": "吴炳文翻唱集",
"rcmdText": "请你吃饼干",
"radioFeeType": 0,
"feeScope": 0,
"picUrl": "https://p2.music.126.net/HNrlA82HrKiFM_hUsJLwCw==/109951167098559871.jpg",
"programCount": 110,
"subCount": 0,
"subed": false,
"playCount": 736490850,
"alg": "{\n\t\"alg\" : \"radio_daybest_rtrs_t2\",\n\t\"filter_alg_id\" : \"201.3.0\",\n\t\"reason\" : \"cover_boutique_hot\",\n\t\"score\" : 0.0,\n\t\"scoring_alg_id\" : \"201.4.0\",\n\t\"sorting_alg_id\" : \"\"\n}",
"originalPrice": null,
"discountPrice": null,
"lastProgramName": "雪",
"traceId": null,
"icon": null
}
]
}
修改于 2023-07-13 10:00:45