|
@@ -424,6 +424,8 @@ func (f *Front) Historypush() error {
|
|
|
if f.GetString("f") == "push" {
|
|
|
if f.GetString("t") == "member" {
|
|
|
f.SetSession(jy.SwitchService.SessionKey, jy.SwitchService.Member)
|
|
|
+ } else if f.GetString("t") == "entniche" {
|
|
|
+ f.SetSession(jy.SwitchService.SessionKey, jy.SwitchService.Entniche)
|
|
|
} else {
|
|
|
f.SetSession(jy.SwitchService.SessionKey, jy.SwitchService.Vip)
|
|
|
}
|