From 4efaec24d30c21e4dc050da948a218309658724c Mon Sep 17 00:00:00 2001 From: welch Date: Fri, 13 May 2016 14:24:19 +0800 Subject: [PATCH] =?UTF-8?q?fix:API=E6=96=87=E6=A1=A3=20->=20getUser=20(#19?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/oauth.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/oauth.js b/lib/oauth.js index e30c2b8..1d8bd0b 100644 --- a/lib/oauth.js +++ b/lib/oauth.js @@ -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 英语 * } * ```