作者 yangfu

fix auth

... ... @@ -38,7 +38,7 @@ func Login(request *protocol.LoginRequest)(rsp *protocol.LoginResponse,err error
log.Error(err)
return
}
rsp :=protocol.LoginResponse{AuthCode:userInfo.Auth}
rsp =&protocol.LoginResponse{AuthCode:userInfo.Auth}
msg :=mybeego.NewMessage(0)
msg.Data =rsp
return
... ...