This commit is contained in:
斟酌 鵬兄 2017-01-04 11:18:14 +08:00
parent 754a23ff40
commit 167da69ae4
2 changed files with 1 additions and 2 deletions

View File

@ -95,7 +95,7 @@ class WNSAuth extends EventEmitter
if( retry < 2 )
{
this.once( "AuthComplete", () => {
this.Regster( uuid, ChannelUri, handler, retry + 1 );
this.Register( uuid, ChannelUri, handler, retry + 1 );
});
}
else

View File

@ -67,7 +67,6 @@ class App extends Base
switch( query.action )
{
case "register":
console.log( "HEiiiiRE" );
this.OAuth.Register(
query.id, query.uri, ( sender, mesg ) => {
this.result = mesg;