|
@@ -8,7 +8,7 @@ import (
|
|
|
"app.yhyue.com/moapp/jybase/mongodb"
|
|
|
)
|
|
|
|
|
|
-func (s *subscribePush) GetSubScribeInfo(session *httpsession.Session, mg mongodb.MongodbSim, types, appid string) *map[string]interface{} {
|
|
|
+func GetSubScribeInfo(session *httpsession.Session, mg mongodb.MongodbSim, types, appid string) *map[string]interface{} {
|
|
|
userId := qutil.ObjToString(session.Get("userId"))
|
|
|
entId := qutil.Int64All(session.Get("entId"))
|
|
|
entUserId := qutil.Int64All(session.Get("entUserId"))
|