Exemplo n.º 1
0
        //
        // GET: /Test/ShakeAround/

        public ActionResult Index()
        {
            var result = ShakeAround.Apply(ApiModel.AppID, ApiModel.AppSecret, new ShakeAroundApplyModel()
            {
                Name = "闫丽平", PhoneNumber = "13937110383", Email = "*****@*****.**", IndustryId = WechatIndustryEnum.其他组织, QualificationCertUrls = new string[] { }, ApplyReason = ""
            });

            return(Content(result));
        }
Exemplo n.º 2
0
        public ActionResult GetAuditStatus()
        {
            var result = ShakeAround.GetAuditStatus(ApiModel.AppID, ApiModel.AppSecret);

            return(Content(result));
        }