Skip to content

Commit 8fca23a

Browse files
committed
Fixed: doc
1 parent aed3fa5 commit 8fca23a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/api_media.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ exports._uploadMedia = function (filepath, type, callback) {
8585
* - `exports.uploadVideoStream(req, callback);`
8686
* - `exports.uploadThumbStream(req, callback);`
8787
*
88-
* @param {String} req 文件路径
88+
* @param {String} req 上游Stream对象,必须包含headers属性;例如expressjs中request对象。
8989
* @param {String} type 媒体类型,可用值有image、voice、video、thumb
9090
* @param {Function} callback 回调函数
9191
*/

0 commit comments

Comments
 (0)