我设置了
xhr.setRequestHeader(“Content-type”, “application/json;charset=utf-8”);
在浏览器上没问题,但是到小游戏,快手平台上,发现发送的就变成了"application/x-www-form-urlencoded;charset=utf-8",给服务端就对不上了。
求解决方案
ks.request
我设置了
xhr.setRequestHeader(“Content-type”, “application/json;charset=utf-8”);
在浏览器上没问题,但是到小游戏,快手平台上,发现发送的就变成了"application/x-www-form-urlencoded;charset=utf-8",给服务端就对不上了。
求解决方案
ks.request