Skip to content

Commit

Permalink
Update api_material.js
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonTian committed Dec 20, 2016
1 parent 1656e8e commit 47420a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/api_material.js
Expand Up @@ -36,7 +36,7 @@ exports.uploadMaterial = function* (filepath, type) {
method: 'POST',
timeout: 60000, // 60秒超时
headers: form.headers(),
stream: form
data: form
};
return yield this.request(url, opts);
};
Expand Down

0 comments on commit 47420a2

Please sign in to comment.