Skip to content

Instantly share code, notes, and snippets.

@Belyash
Created July 27, 2015 14:58
Show Gist options
  • Save Belyash/ec336c618fd91314507d to your computer and use it in GitHub Desktop.
Save Belyash/ec336c618fd91314507d to your computer and use it in GitHub Desktop.
API Mail.ru Tester Approve
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