#c9472
Back
2025/12/31
1 min read

派獎異常同步

派獎異常同步.md
4 additions, 10 deletions
... ... @@ -22,7 +22,7 @@
22 - * PATH: `/api/features/award/record/sync/{str: award_type}`
22 + * PATH: `/api/features/award/record/sync`
23 - POST /api/features/award/record/sync/ORCA_POINT
23 + POST /api/features/award/record/sync
24 24 "end_time": "2024/12/31 23:59:59"
25 25 },
26 26 "check_count": 5,
27 - "success_count": 0,
28 - "failure_count": 0
29 27 },
30 28 {
31 29 "award": {
32 30 "group_id": 100,
33 31 "code": "ORCA_POINT_500",
34 32 "name": "500 ORCA點數",
35 - "type": "ORCA_POINT",
33 + "type": "YYYY",
36 34 "status": "ACTIVE"
37 35 },
38 36 "award_group": {
39 37 "end_time": "2024/12/31 23:59:59"
40 38 },
41 39 "check_count": 3,
42 - "success_count": 0,
43 - "failure_count": 0
44 40 },
45 41 {
46 42 "award": {
47 43 "group_id": 101,
48 44 "code": "ORCA_POINT_1000",
49 45 "name": "1000 ORCA點數",
50 - "type": "ORCA_POINT",
46 + "type": "XXXXX",
51 47 "status": "ACTIVE"
52 48 },
53 49 "award_group": {
54 50 "end_time": "2024/12/20 23:59:59"
55 51 },
56 52 "check_count": 2,
57 - "success_count": 0,
58 - "failure_count": 0
59 53 }
60 54 ]
61 55 }