微信小程序post请求数据传送不出去

methodget 方式的时候,header

{"Content-Type": 'application/json'}

methodpost 时,header

{"Content-Type": "application/x-www-form-urlencoded"}

wx:request

javascript 复制代码
wx.request({
	url: 'http://...www/runxiang_yiyao/Mobile/Index/login',
	method: 'post',
	data: util.json2Form({
	username: e.detail.value.username,
	password: e.detail.value.password,
	}),
	
	header: {
	"Content-Type": "application/x-www-form-urlencoded"
	},
	success: function (res) {
		console.log(util.formatTime)
		// console.log(res)
	}
})

参考:微信小程序wx.request 使用 post方式传参

相关推荐
熬耶13 小时前
Uniapp之微信小程序自定义底部导航栏形态
微信小程序·小程序·uni-app
IT毕设实战小研15 小时前
基于Spring Boot校园二手交易平台系统设计与实现 二手交易系统 交易平台小程序
java·数据库·vue.js·spring boot·后端·小程序·课程设计
weixin_1772972206918 小时前
剧本杀小程序系统开发:重构推理娱乐生态
小程序·重构·娱乐
IT毕设实战小研1 天前
基于SpringBoot的救援物资管理系统 受灾应急物资管理系统 物资管理小程序
java·开发语言·vue.js·spring boot·小程序·毕业设计·课程设计
誰在花里胡哨2 天前
微信小程序实现陀螺仪卡片景深效果
前端·微信小程序·动效
XXXFIRE2 天前
微信小程序开发实战笔记:全流程梳理
前端·微信小程序
Thomas游戏开发2 天前
Cocos Creator 面试技巧分享
面试·微信小程序·cocos creator
小小愿望2 天前
微信小程序开发实战:图片转 Base64 全解析
前端·微信小程序
两个月菜鸟2 天前
vue+微信小程序五角星
vue.js·微信小程序·notepad++
Hashan2 天前
微信小程序:扁平化的无限级树
前端·微信小程序·uni-app