摘要: static public string Template(string openId, string studentTel, string studentName, string source) { //从配置中提取后台域名 var apolloData = ApolloToConfigure.G 阅读全文
posted @ 2022-05-20 10:52 ^-^YoYo 阅读(159) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// 实时获取accessToken /// </summary> /// <returns></returns> private static string RetrieveToken() { lock (_locker) { var resultToke = Web 阅读全文
posted @ 2022-05-20 10:20 ^-^YoYo 阅读(1619) 评论(0) 推荐(0) 编辑
摘要: //请求微信自定义菜单 var date = new PushWxMenuDto(); date.button = new List<WxMenuDto>(); var meuns = BulidTreeForWeiXin(adminWeiXinMenuList, 0); date.button.A 阅读全文
posted @ 2022-05-20 10:16 ^-^YoYo 阅读(336) 评论(0) 推荐(0) 编辑
摘要: [HttpPost, HttpGet] public async Task WXSubscribeCallBack() { WeiXinXmlmessage wx = new WeiXinXmlmessage(); //校验微信公众号服务器配置是否一致 if (HttpContext.Request 阅读全文
posted @ 2022-05-20 10:12 ^-^YoYo 阅读(1647) 评论(1) 推荐(0) 编辑