Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

FavoriteSong

Ken Luo edited this page May 18, 2020 · 5 revisions

FavoriteSong (最愛歌曲查詢)

服務器位址:

http://127.0.0.1:22231

參數:

user=用戶ID

page=頁數

rows=項目數量

返回類型:

application/json

返回資料:

[
 {
 "Song_Id": "value",
 "Song_Lang": "value",
 "Song_Singer": "value",
 "Song_SongName": "value",
 "Song_SongStroke": value,
 "Song_WordCount": value
 }
]

查無資料或錯誤返回:

空的 JSON 陣列

查詢範例:

查詢用戶 ID 為 0001 的最愛歌曲 (須先登入 ID 為 0001 的最愛用戶才能查詢歌曲):

http://127.0.0.1:22231/FavoriteLogin?user=0001

http://127.0.0.1:22231/FavoriteSong?rows=50&user=0001&page=0

點歌台操作

播放控制

Clone this wiki locally

AltStyle によって変換されたページ (->オリジナル) /