@obb871001/api-integration-sdk 1.0.365 → 1.0.367
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 +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6190,8 +6190,8 @@ const Ca = /* @__PURE__ */ yi(qt), Pa = (e) => {
|
|
|
6190
6190
|
const { start_time: D, end_time: S, limit: L = 25 } = M || {};
|
|
6191
6191
|
return await e.get("/report/totalprofit", {
|
|
6192
6192
|
params: {
|
|
6193
|
-
|
|
6194
|
-
|
|
6193
|
+
str_date: `${Ee(D).format("YYYY-MM-DD")} 12:00:00`,
|
|
6194
|
+
end_date: `${Ee(S).format("YYYY-MM-DD")} 11:59:59`,
|
|
6195
6195
|
limit: L
|
|
6196
6196
|
}
|
|
6197
6197
|
});
|
|
@@ -9376,7 +9376,7 @@ const nu = ({ onIdle: e, onActive: n, onAction: t, timeout: r = 6e5 }) => fs({
|
|
|
9376
9376
|
const { otherTransactionApi: t } = Me();
|
|
9377
9377
|
return $({
|
|
9378
9378
|
queryKey: ["otherTransaction", n],
|
|
9379
|
-
queryFn: () => t(n),
|
|
9379
|
+
queryFn: () => t({ paramsData: n }),
|
|
9380
9380
|
...e
|
|
9381
9381
|
});
|
|
9382
9382
|
}, Uu = ({
|