微信小程序将data里面需要传的参数改为json值
时间:2021-04-15 15:15:22
收藏:0
阅读:14
将header里的 "Content-type" 改为 application/x-www-form-urlencoded;charset=UTF-8
header: { "Content-Type": "application/x-www-form-urlencoded;charset=UTF-8" /*更改头部*/ },
原文:https://www.cnblogs.com/QinShen/p/14661875.html
评论(0)