Skip to content

Commit

Permalink
reset url query order
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonBoy committed Aug 26, 2016
1 parent 1f82f30 commit 8cea882
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/oauth.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ var oAuthUrl = wxConfig.oAuthUrl + '?'
;

var oAuthDefaultParams = {
redirect_uri: '',
response_type: 'code',
scope: 'snsapi_userinfo'
};
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wechat-jssdk",
"version": "2.0.3",
"version": "2.0.4",
"description": "WeChat/WeiXin JS-SDK integration with NodeJS",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 8cea882

Please sign in to comment.