Explorar el Código

投诉反馈可以使用了

master
Patrick Peng Sun hace 8 años
padre
commit
faba469579
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      menuClick.go

+ 2
- 2
menuClick.go Ver fichero

@@ -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) {

Cargando…
Cancelar
Guardar