# 潛水日誌_檢查未上傳檔案 **API 修改紀錄** |版本|日期|備註| | ------------ |------------ |------------ | | v1 |2024/05/31| 發佈 | **潛水日誌_檢查未上傳檔案** 根據傳來的資料,檢查後回傳未成功上傳的檔案資訊 #### 網址 https://{domain}/api/v1/member-dive-log/check #### Http Method FORM POST #### HTTP Header accept-language : language code apikey : api key #### HTTP Request Body 傳入參數 |欄位名稱|必填|型態|欄位|備註| | ------------ | :-----------: |:-----------: |------------ |------------ | |serial_number |Y |string | 手錶序號| |files |Y |array | 檔案資料| #### HTTP Response 回傳參數 |Name|Type|說明| | ------------ | ------------ |------------ | |status |boolen |狀態 | |code |string |Response Code | |message |string |說明 | #### Request Header Authoriztion ```json { "accept-language" : "en", //or 'zh_tw' "apikey" : "api key string" } ``` #### Json Example Request Form Data ```json { "serial_number" : "string....", "files": [ { "file_name": "string name 1" }, { "file_name": "string name 2" } ] } ``` Response Json Success ```json { "status": true, "code": 200, "message": "success", "result": [ { "file_name": "string name 2" } ] } ``` Response Json Error
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up