axios({ method: 'post', url: url, headers: { "Content-Type": 'application/json' }, data: '20191111' }).then(function (response) { }).catch(function (error) { })