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
參數:
condition=查詢條件及數值(值須加單引號)
page=頁數
rows=項目數量
sort=排序條件
返回類型:
application/json
返回資料:
[ { "Singer_Name": "value", "Singer_Strokes": value, "Singer_Type": "value", "Singer_Image": "value", } ]
查無資料或錯誤返回:
空的 JSON 陣列
[{"Error":"Message"}]
查詢範例:
查詢男歌手:
http://127.0.0.1:22231/QuerySinger?rows=50&condition=Singer_Type='0'&page=0&sort=Singer_Name