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