摘要: string openid = ""; string appid = "微信公众号appid"; string appsecret = "秘钥"; if (Session["openid"] == null) { string code = Request.QueryString["code"]; 阅读全文
posted @ 2021-04-26 16:51 短暂的空白 阅读(84) 评论(0) 推荐(0) 编辑
摘要: 1.js引用 <script src="http://res.wx.qq.com/open/js/jweixin-1.2.0.js"></script> 2.代码示例 string appid ="微信公众号appId"; string showimg = "图片地址"; string msg = 阅读全文
posted @ 2021-04-26 16:28 短暂的空白 阅读(300) 评论(0) 推荐(0) 编辑
摘要: 1.找到applicationHost.config文件 C:\Windows\system32\inetsrv\config\applicationHost.config 2.找到https 增加域名进项区分 找到 <binding protocol="https" bindingInformat 阅读全文
posted @ 2021-04-26 16:08 短暂的空白 阅读(510) 评论(0) 推荐(0) 编辑