File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ module.exports = function(AV) {
201201 * @param {string } [unionLoginOptions.unionIdPlatform = 'weixin'] unionId platform
202202 * @param {boolean } [unionLoginOptions.asMainAccount = false]
203203 * @return {Promise<AV.User> } A promise that is fulfilled with the user when completed.
204- * @example user.associateWithAuthData ({
204+ * @example user.associateWithAuthDataAndUnionId ({
205205 * openid: 'abc123',
206206 * access_token: '123abc',
207207 * expires_in: 1382686496
@@ -867,7 +867,7 @@ module.exports = function(AV) {
867867 * @param {string } [unionLoginOptions.unionIdPlatform = 'weixin'] unionId platform
868868 * @param {boolean } [unionLoginOptions.asMainAccount = false]
869869 * @return {Promise<AV.User> } A promise that is fulfilled with the user when completed.
870- * @example user.associateWithAuthData ({
870+ * @example AV.User.signUpOrlogInWithAuthDataAndUnionId ({
871871 * openid: 'abc123',
872872 * access_token: '123abc',
873873 * expires_in: 1382686496
You can’t perform that action at this time.
0 commit comments