Skip to content

Commit

Permalink
修复上传视频素材异常
Browse files Browse the repository at this point in the history
  • Loading branch information
zavven authored and JacksonTian committed Apr 29, 2019
1 parent bd2a916 commit dfed4f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/api_material.js
Expand Up @@ -81,7 +81,7 @@ exports.uploadVideoMaterial = async function (filepath, description) {
method: 'POST',
timeout: 60000, // 60秒超时
headers: form.headers(),
stream: form
data: form
};
return this.request(url, opts);
};
Expand Down

0 comments on commit dfed4f9

Please sign in to comment.