@obb871001/api-integration-sdk 1.0.240 → 1.0.241
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 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7545,9 +7545,9 @@ const Jr = /* @__PURE__ */ qi(Zr), Ir = ({
|
|
|
7545
7545
|
//基礎數值
|
|
7546
7546
|
enableRewardsLimit: o.enable_rewards_limit === 1,
|
|
7547
7547
|
//是否啟用獎勵限制
|
|
7548
|
-
enableAmountLimit: o.
|
|
7548
|
+
enableAmountLimit: o.enable_amounts_limit === 1,
|
|
7549
7549
|
//是否啟用金額限制
|
|
7550
|
-
limitAmount: o.
|
|
7550
|
+
limitAmount: o.limit_amounts,
|
|
7551
7551
|
//限制金額
|
|
7552
7552
|
enableTimesLimit: o.enable_times_limit === 1,
|
|
7553
7553
|
//是否啟用次數限制
|