Browse Source

Merge branch 'master' of http://git.ius.plus/Project-Wing/fis

Jimmy 2 years ago
parent
commit
c276239143
1 changed files with 1 additions and 1 deletions
  1. 1 1
      fis/PlatformService.cs

+ 1 - 1
fis/PlatformService.cs

@@ -237,7 +237,7 @@ namespace fis
                     }
                     else
                     {
-                        argumentsStr += e + "$";
+                        argumentsStr += e + "&";
                     }
                     index++;
                 }