Merge branch 'dev' of http://git.legu.cc/liwei_3d/go_dreamfactory into dev
This commit is contained in:
commit
6d844a192f
@ -1,5 +1,7 @@
|
||||
## install tool
|
||||
|
||||
<!-- https://sourceforge.net/projects/mingw/files/Installer/mingw-get-setup.exe/download -->
|
||||
|
||||
go install fyne.io/fyne/v2/cmd/fyne@latest
|
||||
|
||||
## install font
|
||||
|
@ -80,7 +80,7 @@ func (this *apiComp) Login(session comm.IUserSession, req *pb.UserLoginReq) (cod
|
||||
}
|
||||
|
||||
//缓存user session
|
||||
err = this.module.modelSession.ChangeList("online", user.Uid, map[string]interface{}{
|
||||
err = this.module.modelSession.AddList("online", user.Uid, map[string]interface{}{
|
||||
"uid": user.Uid,
|
||||
"sessionId": session.GetSessionId(),
|
||||
"serviceTag": session.GetServiecTag(),
|
||||
|
Loading…
Reference in New Issue
Block a user