Created
July 27, 2015 14:58
-
-
Save Belyash/ec336c618fd91314507d to your computer and use it in GitHub Desktop.
API Mail.ru Tester Approve
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jQuery.ajax({ | |
data: { | |
data: '["475376"]', | |
func_name: 'app.apptester_approve', | |
mna: V.get('mna'), | |
mnb: V.get('mnb'), | |
ajax_call: 1, | |
encoding: 'windows-1251' | |
}, | |
url: '/cgi-bin/my/ajax', | |
success: function (result) { | |
console.log(result); | |
} | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment