shawenguan 2 anni fa
parent
commit
84631f71d6
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Scripts/gandart/gandartCheck.js

+ 1 - 1
Scripts/gandart/gandartCheck.js

@@ -354,7 +354,7 @@ async function getMyCastingDetail(page, pageSize, collectionName) {
             let params = {
                 page: page,
                 pageSize: pageSize,
-                collectionName: collectionName,
+                collectionName: encodeURIComponent(collectionName),
             };
             let body = lk.objToQueryStr(params);
             let url = {