Exemplo n.º 1
0
 /// <summary>
 ///  语义验证失败
 /// </summary>
 /// <param name="sender"></param>
 /// <returns></returns>
 public ReplayMsgBase QualificationVerifyFailEvent(GYWx.Receive.EventMsg.VerifyFailEvent sender)
 {
     return(null);
 }
Exemplo n.º 2
0
 public GYWx.Reply.ReplayMsgBase QualificationVerifyFailEvent(GYWx.Receive.EventMsg.VerifyFailEvent sender)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 3
0
 /// <summary>
 /// 语义命名验证失败
 /// </summary>
 /// <param name="sender"></param>
 /// <returns></returns>
 public ReplayMsgBase NamingVerifyFailEvent(GYWx.Receive.EventMsg.VerifyFailEvent sender)
 {
     return(null);
 }