@obb871001/api-integration-sdk 1.0.389 → 1.0.390
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +1 -1
- package/dist/index.js +2 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -8186,7 +8186,8 @@ const Po = /* @__PURE__ */ yi(Ro), wo = ({
|
|
|
8186
8186
|
//活動UID
|
|
8187
8187
|
rewardType: u?.reward_type,
|
|
8188
8188
|
//獎勵類型
|
|
8189
|
-
rewardDetail: u?.rewards || {}
|
|
8189
|
+
rewardDetail: u?.rewards || {},
|
|
8190
|
+
originData: s
|
|
8190
8191
|
}, C = {
|
|
8191
8192
|
baseValue: m?.base_value || 0,
|
|
8192
8193
|
//基礎數值
|