We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aed3fa5 commit 8fca23aCopy full SHA for 8fca23a
lib/api_media.js
@@ -85,7 +85,7 @@ exports._uploadMedia = function (filepath, type, callback) {
85
* - `exports.uploadVideoStream(req, callback);`
86
* - `exports.uploadThumbStream(req, callback);`
87
*
88
- * @param {String} req 文件路径
+ * @param {String} req 上游Stream对象,必须包含headers属性;例如expressjs中request对象。
89
* @param {String} type 媒体类型,可用值有image、voice、video、thumb
90
* @param {Function} callback 回调函数
91
*/
0 commit comments