codercup / unibest

unibest - 最好用的 uniapp 开发框架。unibest 是由 uniapp + Vue3 + Ts + Vite4 + UnoCss + UniUI 驱动的跨端快速启动模板,使用 VS Code 开发,具有代码提示、自动格式化、统一配置、代码片段等功能,同时内置了大量平时开发常用的基本组件,开箱即用,让你编写 uniapp 拥有 best 体验。
https://codercup.github.io/unibest-docs/
MIT License
1.4k stars 178 forks source link

fix: 微信小程序封装的http请求中的responseType不支持json,会导致请求无法回来 #9

Closed mhpsy closed 4 months ago

mhpsy commented 4 months ago

详情可以查看 https://developers.weixin.qq.com/miniprogram/dev/api/network/request/wx.request.html image

如果不改成text的话 会导致开发环境下如果配置允许使用未验证过的域名之后 微信小程序请求会无法返回来

codercup commented 4 months ago

感谢。