zhanghongbo 9 lat temu
rodzic
commit
f1b10d1ec2
1 zmienionych plików z 1 dodań i 1 usunięć
  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 {