@yoooloo42/joker 1.0.64 → 1.0.65
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.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -22032,7 +22032,7 @@ async function storpro(_ref3) {
|
|
|
22032
22032
|
} = _ref3;
|
|
22033
22033
|
try {
|
|
22034
22034
|
const result = await ly0request$1({
|
|
22035
|
-
domain,
|
|
22035
|
+
domain: domain ? domain : domainPara,
|
|
22036
22036
|
url: '/ly0/storpro/exec',
|
|
22037
22037
|
data: {
|
|
22038
22038
|
noSession: noSession && (noSession === true || noSession === 'true') ? noSession : false,
|