Add: apply nCloud Outbound Mailer api
This commit is contained in:
@@ -111,11 +111,15 @@
|
||||
|
||||
function getMaestroData() {
|
||||
var maestroID = 1;
|
||||
var maestroName = "삼화초";
|
||||
var email = "jisangs@daum.net";
|
||||
var accountType = 1;
|
||||
|
||||
sendRequestServer( //url, sendParams, onSuccess, onFail, isDebugMode);
|
||||
// "./../server/mail/send_mail_bank_info.php",
|
||||
"./../server/mail/send_mail_test.php",
|
||||
"type=get_maestro_data" + "&maestro_id=" + maestroID,
|
||||
// "type=get_maestro_data" + "&maestro_id=" + maestroID,
|
||||
"type=get_maestro_data" + "&maestro_id=" + maestroID + "&maestro_name=" + maestroName + "&email=" + email + "&account_type=" + accountType,
|
||||
|
||||
function(jsonData) {
|
||||
console.log(jsonData);
|
||||
|
||||
Reference in New Issue
Block a user