axios.post('url',qs.stringify({'company_id':'34'}) .then(function(res){ res=res.data; if(res.code=='000'){ }else{ } }) .catch(error){ console.log(error); }