@ -49,7 +49,7 @@ class GameSourceService {
{
$gameSourceUrl = $this->getGameSourceUrl($gameSource);
$appPath = $this->getIpaAppPath($this->getGameSourceUrl($gameSource));
return $appPath . '/' . Base62::encode($packData);
return $appPath . '/' . Base62::encode(json_encode($packData));
}
public function getGameSourceUrl($gameSource)