#cd66e
Back
2025/12/11
2 min read

派獎 - 建立審核編輯

派獎 - 建立審核編輯.md
29 additions, 1 deletions
... ... @@ -62,6 +62,7 @@
62 +| 2 | delete_awards | List(Dict) | | | 刪除獎項設定列表 |
62 - | 4 | code | String(50) | * | | 獎項代碼 |
63 +
64 +### delete_awards (List Item)
65 +
66 +| Level | Name | Type/Len | Required(*) | Nullable(*) | Desc |
67 +| ---| ---| ---| ---| ---| --- |
68 +| 3 | award | Dict | | * | 獎項刪除設定 |
69 +| 3 | prize_gp | Dict | | * | 小樹點獎項刪除設定 |
70 +| 3 | notify | Dict | | * | 推播通知刪除設定 |
71 +
72 +### delete_awards.award
73 +
74 +| Level | Name | Type/Len | Required(*) | Nullable(*) | Desc |
75 +| ---| ---| ---| ---| ---| --- |
76 +| 4 | id | Integer | * | | 獎項 ID |
77 +
78 +### delete_awards.prize_gp
79 +
80 +| Level | Name | Type/Len | Required(*) | Nullable(*) | Desc |
81 +| ---| ---| ---| ---| ---| --- |
82 +| 4 | id | Integer | * | | 小樹點獎項 ID |
83 +
84 +### delete_awards.notify
85 +
86 +| Level | Name | Type/Len | Required(*) | Nullable(*) | Desc |
87 +| ---| ---| ---| ---| ---| --- |
88 +| 4 | id | Integer | * | | 推播關聯 ID |
89 +| 4 | notification_id | Integer | | * | 推播 ID |
90 +| 4 | message_id | Integer | | * | 訊息夾 ID |