NKUST-ITC / NKUST-AP-API

NKUST-AP-v3-完善計畫
MIT License
7 stars 5 forks source link

Feature/leaves #23

Closed takidog closed 5 years ago

takidog commented 5 years ago

目前僅有缺曠查詢

測試伺服器已經更新

GET /leaves ?semester=2&year=107

abc873693 commented 5 years ago

剛透過測試伺服器 缺少 timeCodes 空的時候都是回傳空陣列並非204

takidog commented 5 years ago

剛透過測試伺服器 缺少 timeCodes 空的時候都是回傳空陣列並非204

這裡還沒加上204 晚點會推上來

abc873693 commented 5 years ago

如果可以先把 其他PR先處理好 再回頭來處理這裡的問題 文件這幾天處理好了

takidog commented 5 years ago

@abc873693 已解決

abc873693 commented 5 years ago

剛檢查還是沒有 timeCodes

{
    "data": [
        {
            "leaveSheetId": "",
            "date": "107/09/26",
            "instructorsComment": "",
            "sections": [
                {
                    "section": "5",
                    "reason": "曠"
                },
                {
                    "section": "6",
                    "reason": "曠"
                }
            ]
        }
    ]
}
takidog commented 5 years ago

剛檢查還是沒有 timeCodes

{
    "data": [
        {
            "leaveSheetId": "",
            "date": "107/09/26",
            "instructorsComment": "",
            "sections": [
                {
                    "section": "5",
                    "reason": "曠"
                },
                {
                    "section": "6",
                    "reason": "曠"
                }
            ]
        }
    ]
}

對 這可能要等我一下,這一次我沒有用timecode寫死的方法 其他地方都根據html自動產生

takidog commented 5 years ago

@abc873693 測試伺服器更新上去了