Browse Source

wording livecast message.

master
Patrick Peng Sun 8 years ago
parent
commit
7cbf6c8667
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      menuClick.go

+ 1
- 1
menuClick.go View File

@@ -18,7 +18,7 @@ func onClick(ss *openIDSessionData, in *InWechatMsg) {
case "EVENT_STARTONE":
kfSendTxtAs(openid, "开启活动", "孙鹏")
case "EVENT_LIVE":
kfSendTxtAs(openid, "观看直播", "孙鹏")
kfSendTxtAs(openid, "当前暂无直播,如果你报名了直播活动,会自动收到直播", "孙鹏")
case "EVENT_CHECKIN":
kfSendTxtAs(openid, "签到", "孙鹏")
case "EVENT_LUCKYDRAW":

Loading…
Cancel
Save