| case "MEMBER_SEARCH": | case "MEMBER_SEARCH": | ||||
| startProc(AllProc["搜索校友"], ss, in) | startProc(AllProc["搜索校友"], ss, in) | ||||
| case "MEMBER_FEEDBACK": | case "MEMBER_FEEDBACK": | ||||
| kfSendTxtAs(openid, "匿名投诉", "孙鹏") | |||||
| startProc(AllProc["投诉反馈"], ss, in) | |||||
| case "EVENT_STARTONE": | case "EVENT_STARTONE": | ||||
| kfSendTxtAs(openid, "开启活动", "孙鹏") | kfSendTxtAs(openid, "开启活动", "孙鹏") | ||||
| case "EVENT_LIVE": | case "EVENT_LIVE": | ||||
| default: | default: | ||||
| kfSendTxt(openid, e.EventKey) | kfSendTxt(openid, e.EventKey) | ||||
| } | } | ||||
| in.replyText("") | |||||
| } | } | ||||
| func onMembeCredits(ss *openIDSessionData, in *InWechatMsg) { | func onMembeCredits(ss *openIDSessionData, in *InWechatMsg) { |