|
@@ -48,7 +48,7 @@ func InitJySessionContext(r *ghttp.Request) (jSession *JySession, err error) {
|
|
|
jSession.UserId, _ = data["userId"].(string)
|
|
|
jSession.EntName, _ = data["entName"].(string)
|
|
|
jSession.EntId = gconv.Int64(data["entId"])
|
|
|
- jSession.NewUid = gconv.Int64(data["userId_new"])
|
|
|
+ jSession.NewUid = gconv.Int64(data["base_user_id"])
|
|
|
jSession.EntUserId = gconv.Int64(data["entUserId"])
|
|
|
jSession.Data = data
|
|
|
return
|