Skip to content

Commit

Permalink
fix:API文档 -> getUser (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
welchwsy authored and JacksonTian committed May 13, 2016
1 parent 5311c14 commit 4efaec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/oauth.js
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ OAuth.prototype._getUser = function (options, accessToken, callback) {
* openId
* // 或
* {
* "openId": "the open Id", // 必须
* "openid": "the open Id", // 必须
* "lang": "the lang code" // zh_CN 简体,zh_TW 繁体,en 英语
* }
* ```
Expand Down

0 comments on commit 4efaec2

Please sign in to comment.