gpake / qiniu-wxapp-sdk

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

init方法中支持设置key #50

Closed julyL closed 6 years ago

julyL commented 6 years ago

原代码只支持在upload中的配置项设置key,现支持init方法也可以设置

gpake commented 6 years ago

不好意思这么久才注意到这个 PR。 我回去翻了你提的 issue,个人感觉每次都都为了设置 token 和 key 而调用 init 是一个不太符合语义的做法。我依然推荐 https://github.com/gpake/qiniu-wxapp-sdk/issues/49 中的用法:在 upload 方法中更新参数。