예제 #1
0
 private void Receiver_SubscribeEvent(ScanEventArgs eventArgs, Replier replier)
 {
     if (string.IsNullOrEmpty(eventArgs.EventKey))
     {
         replier.ReplyText("终于等到你,还好我没放弃!\r\n在深圳购买演出票记得上趣票哦!!!");
     }
     else
     {
         replier.ReplyNews(new Replier.NewsContent
         {
             Title       = "“创作随你”德国红点设计大展暨万象天地创作纪念展",
             PicUrl      = "http://imgcdn.qupiaowang.com:9007//TicketPic/20170904/20170904173449578_B64354B5918146DBB8447009A7927B7E_-591542336.jpg",
             Url         = "wechat.qupiaowang.com/infor/show-5814.html",
             Description = "设计届的奥斯卡,世界三大设计奖项之首,红点跨界合作商业中心,17年获奖作品首次亮相中国"
         });
     }
 }