Exemple #1
0
 public IActionResult Get(PostModel model, string echostr)
 {
     if (appService.Check(app, model))
     {
         return(Content(echostr));
     }
     return(Content("WeChatOpen服务验证失败,参数错误!"));
 }