请求参数,中加上对象:{"emulateJSON":true}即可解决

if (this.content != '') {
    let _pinglurl = 'http://192.168.0.181:85/Api/Video/sendMessage';
    this.$http.post(_pinglurl,{video_id:this.videoId,message:this.content},{"emulateJSON":true}).then((res) => {

    });
    this.liuYan();
    this.$toast('评价成功!')
} else {
    this.$toast('评价不能为空!')
}


Logo

前往低代码交流专区

更多推荐