#73875
Back
2025/12/16
3 min read

派獎 - 審核列表

派獎 - 審核列表.md
31 additions, 8 deletions
... ... @@ -1,3 +1,7 @@
1 +###
2 +
3 +# 派獎 - 審核列表
4 +
1 - | 5 | prize_gp | Dict | | 小樹點資訊 (含 action 和 data) |
5 + | 5 | prize | Dict | | 資訊 (含 action 和 data) |
2 - #### prize_gp
6 + #### prize
3 -| 6 | action | Enum | | 動作:<br>create: 新增<br>update: 更新<br>delete: 刪除<br>filter: 顯示 |
4 -| 6 | data | Dict | | |
5 -| 7 | id | Integer | | 小樹點獎項 ID |
6 -| 7 | award_id | Integer | | 關聯獎項 ID |
7 -| 7 | action_code | String | | 行動代碼 |
8 - | 7 | expire_duration | Integer | | 過期天|
7 + | 6 | type | Enum | | 獎品類型:<br>ORCA_POINT: 小樹點<br>QWARE: Qware 點<br>SELFGEN_VOUCHER: 自建票券<br>EDENRED: Edenred<br>SYSTEX: Systex |
8 +| 6 | gp | Dict | * | 小樹點獎項資訊 (含 action 和 data) |
9 +| 6 | cathaybank_voucher | Dict | * | 國泰銀行票券資訊 (含 action 和 data) |
10 +
11 +#### [prize.gp](http://prize.gp)
12 +
13 +| Level | Name | Type/Len | Nullable(*) | Desc |
14 +| ---| ---| ---| ---| --- |
15 +| 7 | action | Enum | | 動作:<br>create: 新增<br>update: 更新<br>delete: 刪除<br>filter: 顯示 |
16 +| 7 | data | Dict | | |
17 +| 8 | id | Integer | | 小樹點獎項 ID |
18 +| 8 | award_id | Integer | | 關聯獎項 ID |
19 +| 8 | action_code | String | | 行動代碼 |
20 +| 8 | expire_duration | Integer | | 過期天數 |
21 +| 8 | note | String | * | 備註 |
22 +| 8 | create_time | Datetime | | 建立時間 |
23 +| 8 | update_time | Datetime | | 更新時間 |
24 +
25 +#### prize.cathaybank_voucher
26 +
27 +| Level | Name | Type/Len | Nullable(*) | Desc |
28 +| ---| ---| ---| ---| --- |
29 +| 7 | action | Enum | | 動作:<br>create: 新增<br>update: 更新<br>delete: 刪除<br>filter: 顯示 |
30 +| 7 | data | Dict | | |
31 +| 8 | id | Integer | | 國泰銀行票券 ID |