We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
调用 uploadMaterial(filepath, 'TYPE) 时,无反应,即无成功result,也无errmsg,程序也无报错。 调用 uploadMedia(filename, TYPE)时, 返回buffer,如下,即非腾讯返回示例里的四种类型。
mediaresult: {"type":"Buffer","data":[123,34,118,111,105,99,101,95,99,111,117,11 0,116,34,58,49,44,34,118,105,100,101,111,95,99,111,117,110,116,34,58,48,44,34,10 5,109,97,103,101,95,99,111,117,110,116,34,58,51,44,34,110,101,119,115,95,99,111, 117,110,116,34,58,50,125]}
The text was updated successfully, but these errors were encountered:
用了 @logerzhu 提供的重写request的方法,可以用了
Sorry, something went wrong.
@cloudray8580 哪个方法 我也遇到你这个情况
@vimer 你看下最后一个issue,里面有
把api_material.js的39行 stream改成data就好了 估计作者笔误了
No branches or pull requests
调用 uploadMaterial(filepath, 'TYPE) 时,无反应,即无成功result,也无errmsg,程序也无报错。
调用 uploadMedia(filename, TYPE)时, 返回buffer,如下,即非腾讯返回示例里的四种类型。
mediaresult: {"type":"Buffer","data":[123,34,118,111,105,99,101,95,99,111,117,11
0,116,34,58,49,44,34,118,105,100,101,111,95,99,111,117,110,116,34,58,48,44,34,10
5,109,97,103,101,95,99,111,117,110,116,34,58,51,44,34,110,101,119,115,95,99,111,
117,110,116,34,58,50,125]}
The text was updated successfully, but these errors were encountered: