@obb871001/api-integration-sdk 1.0.374 → 1.0.376
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
|
@@ -9615,7 +9615,7 @@ const nu = ({ onIdle: e, onActive: n, onAction: t, timeout: r = 6e5 }) => fs({
|
|
|
9615
9615
|
return t({ uid: r, params: p });
|
|
9616
9616
|
},
|
|
9617
9617
|
select: (r) => {
|
|
9618
|
-
const p = Le(r
|
|
9618
|
+
const p = Le(Y(r, "data.data", []), (g) => {
|
|
9619
9619
|
const {
|
|
9620
9620
|
wagering_restricted_amount: b,
|
|
9621
9621
|
claimed_amount: d
|
|
@@ -9639,7 +9639,7 @@ const nu = ({ onIdle: e, onActive: n, onAction: t, timeout: r = 6e5 }) => fs({
|
|
|
9639
9639
|
rewardIcon: Zn("win")
|
|
9640
9640
|
};
|
|
9641
9641
|
});
|
|
9642
|
-
return {
|
|
9642
|
+
return console.log(r, p, "集成"), {
|
|
9643
9643
|
...r,
|
|
9644
9644
|
rewardsList: p
|
|
9645
9645
|
};
|