Comparing version 3.0.21 to 3.0.22
{ | ||
"name": "hhgame", | ||
"version": "3.0.21", | ||
"version": "3.0.22", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -237,5 +237,5 @@ "use strict"; | ||
type: this.platform, | ||
code: loginRes.code, | ||
from: this._launchOptions.query.from, | ||
fromUid: this._launchOptions.query.fromUid | ||
code: loginRes.code | ||
// from: this._launchOptions.query.from, | ||
// fromUid: this._launchOptions.query.fromUid | ||
}; | ||
@@ -242,0 +242,0 @@ console.log('VivoAppLoginTicket:', JSON.stringify(ticket)); |
325263