shawenguan hace 2 años
padre
commit
84631f71d6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 = {