#bac95
Back
2026/01/16
1 min read

B2-WEBA派獎處理

B2-WEBA派獎處理.md
36 additions, 1 deletions
... ... @@ -79,7 +79,7 @@
79 - ## 加密前 REQUESTBODY - JSON Format
79 + ## TPPS層加密前 REQUESTBODY - JSON Format
80 +## AS層加密前 REQUESTBODY - JSON Format
81 +
82 +Success format:
83 +
84 +```json
85 +{
86 + "transId": "74887d69-2b4f-4c32-a519-928863b2c91a",
87 + "customerId": "S南23439881",
88 + "inviteCode": "BXQPES3九",
89 + "receiveTime": "2025-12-03T10:15:30+08:00",
90 + "awardGroupId": 2,
91 + "awardCode": "ORCA_100P",
92 + "awardType": "ORCA_POINT",
93 + "creator": "WEBA",
94 + "channelSource": "WEBA",
95 + "channelInfo": ""
96 +}
97 +```
98 +
99 +Weba不須retry
80 100 "shouldRetry": false,
81 101 "status": "INVALID",
82 102 "message": "獎項不合法"
103 + }
104 +}
105 +```
106 +
107 +Weba須retry
108 +
109 +```json
110 +{
111 + "success": true,
112 + "errorCode": null,
113 + "message": null,
114 + "values": {
115 + "shouldRetry": true,
116 + "status": "UNKNOWN_ERROR",
117 + "message": "派獎異常"
83 118 }