Skip to content

Commit

Permalink
修改签名错误
Browse files Browse the repository at this point in the history
  • Loading branch information
carsonxu committed Dec 24, 2020
1 parent 091cbd4 commit 7152fde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -2999,7 +2999,7 @@ function getAuthorizationAsync(params, callback) {
if (formatAllow) {
callback && callback(null, AuthData);
} else {
callback && callback('authorization error');
callback && callback({error: 'authorization error'});
}
};

Expand Down

0 comments on commit 7152fde

Please sign in to comment.