Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Taro Request【RN】DELETE方法参数data传对象报错 #1457

Closed
vfiee opened this issue Dec 11, 2018 · 2 comments
Closed

Taro Request【RN】DELETE方法参数data传对象报错 #1457

vfiee opened this issue Dec 11, 2018 · 2 comments
Assignees

Comments

@vfiee
Copy link

vfiee commented Dec 11, 2018

问题描述
Taro编译RN,使用DELETE方法【其它方法没有尝试】,参数data传对象的时候IOS,Android报错upsupported bodyinit type

复现步骤
[复现问题的步骤]

  1. 编译taro项目的RN模式
  2. 点击事件发起请求,参数data为对象,如 {id:'_5987146548'}
    3.参数data修改为 JSON.stringify(data),请求正常
  3. 出现报错信息【截图在下面】

期望行为
期望兼容date为对象的模式

报错信息
_20181211145856

系统信息

  • 操作系统: [e.g. Windows 10]
  • Taro 版本 [e.g. Taro v1.1.8]
  • Node.js 版本 [e.g. v10.13.0]
  • 报错平台 [RN]
@taro-bot
Copy link

taro-bot bot commented Dec 11, 2018

欢迎提交 Issue~

如果你提交的是 bug 报告,请务必遵循 Issue 模板的规范,尽量用简洁的语言描述你的问题,最好能提供一个稳定简单的复现。🙏🙏🙏

如果你的信息提供过于模糊或不足,或者已经其他 issue 已经存在相关内容,你的 issue 有可能会被关闭。

Good luck and happy coding~

@taro-bot
Copy link

taro-bot bot commented Dec 11, 2018

CC @Pines-Cheng

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants