摘要:
string openid = ""; string appid = "微信公众号appid"; string appsecret = "秘钥"; if (Session["openid"] == null) { string code = Request.QueryString["code"]; 阅读全文
摘要:
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 = 阅读全文
摘要:
1.找到applicationHost.config文件 C:\Windows\system32\inetsrv\config\applicationHost.config 2.找到https 增加域名进项区分 找到 <binding protocol="https" bindingInformat 阅读全文