Skip to content

Commit 3842862

Browse files
committed
Fixes #8
1 parent 85ac77f commit 3842862

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/plugins/request.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ module.exports = function(Api) {
3434
}
3535

3636
params = params || {};
37+
util._extend(params, this.httpParams);
38+
3739
var options = {},
3840
alwaysUseGet = this.httpOptions.alwaysUseGet;
3941

0 commit comments

Comments
 (0)