#70794
Back
2026/01/28
2 min read

查詢任務列表 API

查詢任務列表 API.md
16 additions, 9 deletions
... ... @@ -13,9 +13,15 @@
13 -* sit: [https://smr.cathaybkdev.com.tw:8082/zuul/](https://smr.cathaybkdev.com.tw:8082/zuul/) mobile-device-service
14 -* uat: [https://tmr.cathaybkdev.com.tw:8082/zuul/](https://tmr.cathaybkdev.com.tw:8082/zuul/) mobile-device-service
15 - * prod: [https://myrewards-app.com.tw:8082/zuul/](https://myrewards-app.com.tw:8082/zuul/) mobile-device-service
13 +
14 +```yaml
15 +SIT: https://smr.cathaybkdev.com.tw:8082/gn1-public/mds/
16 +UAT1: https://tmr.cathaybkdev.com.tw:8082/gn1-public/mds/
17 +UAT2: https://tmr.cathaybkdev.com.tw:8082/gn2-public/mds/
18 +PILOT: https://myrewards-app.com.tw:8082/gp1-public/mds/
19 +PROD: https://myrewards-app.com.tw:8082/gn1-public/mds/
20 +```
21 +
16 - | 3 | status | String | true | 任務狀態 | `UNSTARTED` : 尚未開始<br>`STARTED` : 已開始未達標<br>`UNREDEEMED` : 已達標未領獎<br>`REDEEMED` : 已領獎<br>`FULL` : 已額滿<br>`OVERDUE` : 已逾期 |
22 + | 3 | status | String | true | 任務狀態 | `UNSTARTED` : 尚未開始<br>`STARTED` : 已開始未達標<br>`UNCLAIMED` : 已達標未領獎<br>`CLAIMED` : 已領獎<br>`FULL` : 已額滿<br>`OVERDUE` : 已逾期 |
17 23 "name": "1212限定I成雙成對甜蜜共享",
18 24 "description": "兌換專區內指定任兩張票券",
19 25 "category": "ASSIGNED",
20 - "status": "UNREDEEMED",
26 + "status": "UNCLAIMED",
21 27 "progress": "1.00",
... ... @@ -127,7 +133,7 @@
127 133 "name": "1212限定I成雙成對甜蜜共享",
128 134 "description": "兌換專區內指定任兩張票券",
129 135 "category": "ASSIGNED",
130 - "status": "UNREDEEMED",
136 + "status": "UNCLAIMED",
131 137 "progress": "1.00",
132 138 "remainingTime": 259200,
133 139 "remainingQuota": 80,
... ... @@ -185,7 +191,7 @@
185 191 "name": "1212限定I成雙成對甜蜜共享",
186 192 "description": "兌換專區內指定任兩張票券",
187 193 "category": "ASSIGNED",
188 - "status": "REDEEMED",
194 + "status": "CLAIMED",
189 195 "progress": "1.00",
190 196 "remainingTime": 259200,
191 197 "remainingQuota": 80,
... ... @@ -243,7 +249,7 @@
243 249 "name": "1212限定I成雙成對甜蜜共享",
244 250 "description": "兌換專區內指定任兩張票券",
245 251 "category": "ASSIGNED",
246 - "status": "UNREDEEMED",
252 + "status": "UNCLAIMED",
247 253 "progress": null,
248 254 "remainingTime": 259200,
249 255 "remainingQuota": 80,
... ... @@ -258,7 +264,7 @@
258 264 "description": "兌換專區內指定任三張票券",
259 265 "category": "ASSIGNED",
260 266 "status": "STARTED",
261 - "progress": "0.00",
267 + "progress": null,
262 268 "remainingTime": 36000,
263 269 "remainingQuota": 1000,
264 270 "startDate": "2026-01-01T00:00:00+08:00",
... ... @@ -280,6 +286,7 @@
280 286 "errorCode": null,
281 287 "message": null,
282 288 "values": {
289 + "isBulkheadRejected": false,
283 290 "missions": []
284 291 }
285 292 }