@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.cjs.js
CHANGED
|
@@ -22036,7 +22036,7 @@ async function storpro(_ref3) {
|
|
|
22036
22036
|
} = _ref3;
|
|
22037
22037
|
try {
|
|
22038
22038
|
const result = await ly0request({
|
|
22039
|
-
domain,
|
|
22039
|
+
domain: domain ? domain : domainPara,
|
|
22040
22040
|
url: '/ly0/storpro/exec',
|
|
22041
22041
|
data: {
|
|
22042
22042
|
noSession: noSession && (noSession === true || noSession === 'true') ? noSession : false,
|