-
Notifications
You must be signed in to change notification settings - Fork 5
最新消息 改善 #41
Comments
目前的最新消息的後端是不需要登入驗證的,如果要透過後端來對使用者判斷tag
{
"tag": ["一年級","燕巢校區"]
}
{
"location": {
"description": "行政大樓1樓廣場",
"detail": "22.651164, 120.328761"
}
} detail 十進位度數 (DD) location在新增最新消息的時候會較為不便,可能需要有其他API去選擇地點 |
理論上應該是開另外一個api可以傳送 location 可以是簡單文字敘述,如果要寫經緯度,兩個應該要分開 |
tag開一個單獨的API 給tag名稱跟過濾條件嗎 location{
"location": "行政大樓1樓廣場",
"latlng": "22.649753, 120.327135"
} |
tag我也沒什麼想法 位置我會弄成 {
"location":{
"title":"行政大樓1樓廣場",
"lat": 120.327135,
"lng": 120.327135
}
} |
我整理一下 假設 {
"title": "宿舍直達高鐵站專車",
"id": 0,
"publishedAt": "2019-09-14T17:22:48Z",
"weight": 10,
"imgUrl": "https://i.imgur.com/Vqq2dEt.jpg",
"url": null,
"description": "從燕巢宿舍直接發車,不用再走到公車站排隊 人數達25人即發車,一人只要30元喔\t",
"nextId": null,
"lastId": null,
"tag":["一年級", "資管系", "二年級"]
}
是這樣子嗎 location 了解 |
看起來是可以的 |
有鑒於v2 已提供基本的參數可以使用
以下列出可以參考的參數:
若有其他建議可以在此issue提出
The text was updated successfully, but these errors were encountered: