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