赞
踩
-
- wx.request({
- url: 'http://localhost:8080/weixin/setPunna?id="1"',
- method: 'GET',
- header: {
- 'content-type': 'application/json' // 默认值
- })
- wx.request(
-
- {
- url:"http://localhost:8080/weixin/setPunna?id='1'",
-
- header:{
- "Content-Type":"application/x-www-form-urlencoded"
- },
- method:"POST",
- data:{
- poon:this.data.list,
- nickname:this.data.userInfo.nickName,
- },
- dataType:"json",
- complete:function(res) {
- console.log("用户数据发送成功")
- }
- })
![](https://csdnimg.cn/release/blogv2/dist/pc/img/newCodeMoreWhite.png)
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。