任務領獎 API.md
5 additions, 1 deletions
| ... | ... | @@ -3,6 +3,7 @@ |
| 3 | +| 1.1 | 增加repsonse欄位 | 2026/02/12 | [@Yichou Lin](#user_mention#54197113) | | |
| 4 | +| 2 | scheduledDeliverDate | String | false | 預計派獎時間,格式為 ISO8601 | 若為未來指定派獎時間,回應範例:2025-12-03T10:15:30+08:00<br>若為即時領獎,回應null | | |
| 3 | 5 | "success": true, |
| 4 | 6 | "errorCode": null, |
| 5 | 7 | "message": null, |
| 6 | - "values": null | |
| 8 | + "values": { | |
| 9 | + "scheduledDeliverDate": "2025-12-03T10:15:30+08:00" | |
| 10 | + } | |
| 7 | 11 | } |
| 8 | 12 | ``` |