You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 29, 2022. It is now read-only.
.tokenShare(false)
.multiple(true)
.accept(['image/*'])
.tokenUrl(tokenUrl)
tokenShare 设置为false, token获取通过tokenUrl 获取,多文件上传时发现不稳定。上传3张图片,在ios微信上经常只上传一张图片。
查询记录发现,token只获取了一次,只有第一张图片上传获取了token,其他两次用的第一次的token!
The text was updated successfully, but these errors were encountered: