wangchuanjin 7 жил өмнө
parent
commit
26518750a8

+ 0 - 1
src/jfw/front/front.go

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