公众号
Kevin M
这个作者很懒,什么都没留下…
展开
-
.NET微信退款证书 系统找不到指定的位置
微信退款证书 系统找不到指定的位置 var path = @"C:\\Users\\fox\Desktop\\15***32881\\202***5_cert\\apiclient_cert.p12"; var password = "15354***881"; X509Certificate2 cert = new X509Certificate2(path, password); 文件路径必须为 @“C:\Users\fox\Desktop\15***3原创 2021-04-13 16:50:09 · 437 阅读 · 0 评论 -
.NET MVC获取微信jssdk
前端 var href = window.location.href.split('#')[0]; href = encodeURIComponent(href) href = encodeURIComponent(href)//这个url一定要转码两次 后端解码一次 (杜绝中文参数时获取签名报错) function GetJsApiInfo() { $.ajax({原创 2020-12-03 16:17:27 · 203 阅读 · 0 评论