|
|
@@ -106,7 +106,7 @@ function ToolKit(scriptName, scriptId, options) {
|
|
|
|
|
|
getRequestBody() {
|
|
|
const path = $request.path;
|
|
|
- const cacheKey = this.id + "#" + path.replace("/", "_");
|
|
|
+ let cacheKey = this.id + "#" + path.replace("/", "_");
|
|
|
cacheKey = cacheKey.replace("?", "#");
|
|
|
if (this.isSurge() || this.isLoon()) {
|
|
|
return $persistentStore.read(cacheKey);
|