Fix: experience maestro account, experience_player_account

This commit is contained in:
2018-07-19 07:15:49 +09:00
parent a8fe0172d4
commit 0bf3adb4ed
4 changed files with 74 additions and 17 deletions
+2 -1
View File
@@ -19,7 +19,7 @@
function loadMaestroTestAccountInfo() {
sendRequestServer( //url, sendParams, onSuccess, onFail, isDebugMode);
"./../server/maestro/maestro_test_account.php",
"./../server/player/player_experience_account.php",
"",
(jsonData) => {
@@ -34,6 +34,7 @@
sessionStorage.setItem("maestroID", maestroID);
sessionStorage.setItem("playerID", playerID);
sessionStorage.setItem("playerName", playerName);
location.href = "./../client/menu_app.html";
},