为了账号安全,请及时绑定邮箱和手机立即绑定

微信小程序: POST请求参数传递的问题,后台接收不到“behavior_result”参数

微信小程序: POST请求参数传递的问题,后台接收不到“behavior_result”参数

慕少森 2018-12-19 18:19:41
如图:这个是我的代码:wx.request({  url: 'https://api.scy.xieshou.org/',  data: {    method: 'Evaluation.submitBehaviorReport',    v: '2',    selected_filter:[      {        filterid: this.data.filter_id,        filtername: this.data.filter_name      }    ],    send_info:{      gender: this.data.userData.gender,      beh_time: this.data.userData.beh_time,      age: this.data.userData.index,      from_url:'',      pid:'',      cid:'',      rid:''    },    behavior_result: [optionArr]  },  method: 'POST',  header: {    "content-type": "application/x-www-form-urlencoded"  },  success: function(res){    console.log(res)    _this.setData({      report_id: res.data.data.report_id    })  }})
查看完整描述

1 回答

?
POPMUISE

TA贡献1765条经验 获得超5个赞

你看看后台接受的格式是不是json格式的,因为你现在传过去的是"content-type": "application/x-www-form-urlencoded"


查看完整回答
反对 回复 2019-01-10
  • 1 回答
  • 0 关注
  • 904 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信