gpake / qiniu-wxapp-sdk

qiniu SDK based on wxapp
GNU General Public License v3.0
703 stars 278 forks source link

uptokenURL 设置后无效 #66

Closed snow611 closed 5 years ago

snow611 commented 5 years ago

控制台的打印 图片

服务器地址生成的json 图片

如果直接用服务器生成的token ,放到小程序中可以正常上传。 请问这是怎么回事

gpake commented 5 years ago

因为从url直接取token的路径比较傻,所以需要你检查一下返回的数据path是否需要修改。 默认取值路径是response.data.uptoken

在 2019年6月6日,18:32,yxfCode notifications@github.com 写道:

控制台的打印

服务器地址生成的json

如果直接用服务器生成的token ,放到小程序中可以正常上传。 请问这是怎么回事

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

snow611 commented 5 years ago

因为从url直接取token的路径比较傻,所以需要你检查一下返回的数据path是否需要修改。 默认取值路径是response.data.uptoken 在 2019年6月6日,18:32,yxfCode @.***> 写道: 控制台的打印 服务器地址生成的json 如果直接用服务器生成的token ,放到小程序中可以正常上传。 请问这是怎么回事 — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

解决了,原来要修改sdk 中的getQiniuToken函数,把res.data序列化一下就拿到了