Skip to content

Commit ca93cbf

Browse files
committed
fix: 优化单测
1 parent d1b4abe commit ca93cbf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sdk/base.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3995,8 +3995,6 @@ function submitRequest(params, callback) {
39953995

39963996
var contentType;
39973997
var contentLength = 0;
3998-
// 指定一个默认的 content-type
3999-
var defaultContentType = 'text/plain';
40003998
util.each(params.headers, function (value, key) {
40013999
if (key.toLowerCase() === 'content-type') {
40024000
contentType = value;

0 commit comments

Comments
 (0)