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

补充uploadFile的timeout,fileName参数功能 #8184

Merged
merged 3 commits into from
Dec 14, 2020
Merged

补充uploadFile的timeout,fileName参数功能 #8184

merged 3 commits into from
Dec 14, 2020

Conversation

zhaoguoweiLLHC
Copy link
Contributor

@zhaoguoweiLLHC zhaoguoweiLLHC commented Dec 2, 2020

这个 PR 做了什么? (简要描述所做更改)
补充了h5下的uploadFile的timeout,fileName参数功能

这个 PR 是什么类型? (至少选择一个)

  • 错误修复(Bugfix) issue id #
  • 新功能(Feature)
  • 代码重构(Refactor)
  • TypeScript 类型定义修改(Typings)
  • 文档修改(Docs)
  • 代码风格更新(Code style update)
  • 其他,请描述(Other, please describe):

这个 PR 满足以下需求:

  • 提交到 master 分支
  • Commit 信息遵循 Angular Style Commit Message Conventions
  • 所有测试用例已经通过
  • 代码遵循相关包中的 .eslintrc, .tslintrc, .stylelintrc 所规定的规范
  • 在本地测试可用,不会影响到其它功能

这个 PR 涉及以下平台:

  • 微信小程序
  • 支付宝小程序
  • 百度小程序
  • 头条小程序
  • QQ 轻应用
  • 快应用平台(QuickApp)
  • Web 平台(H5)
  • 移动端(React-Native)

其它需要 Reviewer 或社区知晓的内容:

@ZakaryCode
Copy link
Contributor

对于 timeout 没有什么疑问,但是 fileName 并不是一个标准的参数,它不应该在 taro 中实现,详细理由参考 #8112 中的回复,如果希望记录文件名并修改应该在 formData 中添加参数记录,然后在服务端修改

参考文档

Copy link
Contributor

@ZakaryCode ZakaryCode left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fileName 是一个非标准参数,合并将在移除 fileName 后完成

@zhaoguoweiLLHC
Copy link
Contributor Author

fileName 是一个非标准参数,合并将在移除 fileName 后完成

哈哈,我见taro文档有写filename 参数,也标明了是H5特有的。所以就想着修复下。
如果不需要filename参数实现的话,记得和文档部门沟通协商哈。
到时候如果文档里去掉filename参数了,我就把filename功能也去掉重新再PR下。
image

Copy link
Contributor

@ZakaryCode ZakaryCode left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这是一个 2.x 已经合入的特性,考虑到用户平滑升级因素,将在 3.x 合入该特性。

@ZakaryCode ZakaryCode merged commit 0bcffb9 into NervJS:next Dec 14, 2020
@zhaoguoweiLLHC zhaoguoweiLLHC deleted the fix-h5-api-uploadFile branch December 15, 2020 00:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
V-3 Version - 3.x
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants