#24f5a
Back
2026/01/14
1 min read

派獎異常處理 - by 派獎紀錄(獎/人)

派獎異常處理 - by 派獎紀錄(獎/人).md
17 additions, 2 deletions
... ... @@ -53,14 +53,29 @@
53 - | 1 | record_ids | List[Int] | | List of record IDs to compensate |
53 + | 1 | items | List[Dict] | | List of record IDs and award_id |
54 +| 2 | award_id | Integer | | |
55 +| 2 | record_ids | List[Integer] | | |
54 - "record_ids": [1001, 1002, 1003, ...more]
56 + "items": [
57 + {
58 + "award_id": 1,
59 + "record_ids": [
60 + 3, 5, 7, 9, ...more
61 + ],
62 + },
63 + {
64 + "award_id": 2,
65 + "record_ids": [
66 + 14, 15, 16, 17, ...more
67 + ],
68 + },
69 + ]