@@ -292,8 +292,8 @@ func CreateQuestion(userId, varietyClassifyId, varietyTagId int, mobile, realNam
_ = wechat.SendQuestionToResearcher(item.CommunityQuestionID, researcher.OpenId, item.QuestionContent, "")
}()
- // 新增问答后,消息通知随手办公管理员
- go messageToAdmin(userId, item)
+ // 暂不推送消息给管理员了(其实就是沛总=_=!)
+ //go messageToAdmin(userId, item)
return
}