zhanghongbo 9 gadi atpakaļ
vecāks
revīzija
f1b10d1ec2
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      weixin/src/qfw/weixin/msgtxtchandler.go

+ 1 - 1
weixin/src/qfw/weixin/msgtxtchandler.go

@@ -91,7 +91,7 @@ func MsgTxtHandler(w ResponseWriter, r *Request) {
 				w.ReplyText(tmp[1] + " 绑定成功!")
 			}
 		}
-	} else if r.Content == "自查" { //查询我的邀请人数
+	} else if r.Content == "成果查询" { //查询我的邀请人数
 		total := dao.GetMyInvitePersons(r.FromUserName)
 		w.ReplyText(fmt.Sprintf("感谢您,已经成功邀请%d个用户", total))
 	} else {