Springboot @RequestMapping @RequestBody @ResponseBody
Springboot get post使用1.get请求2.post请求2.1第一种形式2.2第二种形式
1.get请求
vue发送get请求
const v = this
this.$http.get('http://localhost:8085/index/apply_edit/phone/'+localStorage.getItem('phone'))
.then(function (response) {
})
.catch(function (e
原创
2021-03-05 10:01:46 ·
922 阅读 ·
1 评论