Add: upgrade maestro account type

This commit is contained in:
2018-08-04 06:06:05 +09:00
parent d32db6493a
commit 9c7a67c561
7 changed files with 347 additions and 5 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ function upgradeMaestroInfo(accountType) {
let newAccountType = accountType;
sendRequestServer( //url, sendParams, onSuccess, onFail, isDebugMode);
"./../server/maestro/upgrade_maestro.php",
"./../server/maestro/request_upgrade_maestro.php",
"maestro_id=" + maestroID + "&registered_account_type=" + registeredAccountType + "&new_account_type=" + newAccountType,
(jsonData) => {