From 6aa09557d2888f0b05463457e75adf77159615c9 Mon Sep 17 00:00:00 2001 From: binaryify Date: Tue, 13 Jun 2017 20:26:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 9a87196..ad2f201 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1050,7 +1050,7 @@ $ set PORT=4000 && node app.js `/dj/detail?rid=336355127` (对应'代码时间'的详情介绍) ### 电台-节目 -说明:登陆后调用此接口,传入`rid`,可查看对应电台的电台节目以及对应 url +说明:登陆后调用此接口,传入`rid`,可查看对应电台的电台节目以及对应的 id, 需要注意的是这个接口返回的 mp3Url 已经无效,都为 null, 但是通过调用 `/music/url` 这个接口,传入节目 id 仍然能获取到节目音频,如 `/music/url?id=478446370` 获取代码时间的一个节目的音频 **必选参数:** `rid`: 电台 的 id -- GitLab