We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
服務器位址:
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