var qs = require('qs'); axios.post(ajaxurl,qs.stringify({
username:'zhangsan', age:'18' })).then(function(data){ alert(response.data); );