コード例 #1
0
 public GYWx.Reply.ReplayMsgBase VerifyExpiredEvent(GYWx.Receive.EventMsg.VerifySuccessEvent sender)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 /// <summary>
 /// 语义验证成功
 /// </summary>
 /// <param name="sender"></param>
 /// <returns></returns>
 public ReplayMsgBase QualificationVerifySuccessEvent(GYWx.Receive.EventMsg.VerifySuccessEvent sender)
 {
     return(null);
 }
コード例 #3
0
 /// <summary>
 /// 验证自定义消息
 /// </summary>
 /// <param name="sender"></param>
 /// <returns></returns>
 public ReplayMsgBase VerifyExpiredEvent(GYWx.Receive.EventMsg.VerifySuccessEvent sender)
 {
     return(null);
 }
コード例 #4
0
 /// <summary>
 ///
 /// </summary>
 /// <param name="sender"></param>
 /// <returns></returns>
 public ReplayMsgBase AnnualRenewEvent(GYWx.Receive.EventMsg.VerifySuccessEvent sender)
 {
     return(null);
 }