$.ajax方法添加token属性
axios方式:
axios({
url:'json/test.json',
method:'get',
headers:{
'X-client-Info':'{"a":'3000',"ch":"1002","v":"5.0.4"}',
'X-Host':'mall.film-ticket.film.list'
}
}).then(res=>){
console.log(res.data);
};
$.ajax方法添加token属性
axios方式:
axios({
url:'json/test.json',
method:'get',
headers:{
'X-client-Info':'{"a":'3000',"ch":"1002","v":"5.0.4"}',
'X-Host':'mall.film-ticket.film.list'
}
}).then(res=>){
console.log(res.data);
};