Add: maestro account extension php

This commit is contained in:
2019-10-17 14:04:11 +09:00
parent 65ec3e040c
commit 6ed7028e90
2 changed files with 74 additions and 1 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ function extendMaestroAccount() {
// console.log("extend maestro account");
sendRequestServer( //url, sendParams, onSuccess, onFail, isDebugMode);
"./../server/maestro/request_extend_maestro.php",
"./../server/maestro/request_extension_maestro.php",
"maestro_id=" + maestroID + "&account_type=" + registeredAccountType,
(function(jsonData) {