-
Notifications
You must be signed in to change notification settings - Fork 0
QuerySinger
Ken Luo edited this page Jan 2, 2023
·
4 revisions
服務器位址:
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