|
@@ -469,7 +469,6 @@ func (f *Front) Saveuserlogs() error {
|
|
|
func (f *Front) Login(key string) error {
|
|
|
shareid := se.DecodeString(key)
|
|
|
openid := redis.GetStr("sso", "p_usershare_"+shareid)
|
|
|
- openid = "o8-2pwHj1s_tv3nnRxrH9cD2ngkk"
|
|
|
if openid != "" {
|
|
|
f.SetSession("openid", openid)
|
|
|
redisheadimg := redis.Get("other", "newUser-"+openid)
|