- openssl 按照提供的文档不好用,请问如何解决?
[图片] 图中是https://pay.weixin.qq.com/wiki/doc/apiv3/wechatpay/wechatpay4_1.shtml这个网址下的说明,在我本地使用openssl 却提示如下错误:此时不应有<< [图片] 这个是为了验证签名是否正确问题,还有个问题就是按照文档中使用openssl x509 -in 1900009191_wxp_cert.pem -pubkey -noout > 1900009191_wxp_pub.pem对平台证书做出公钥后,并且已经使用openssl x509 -in wechatpay_2A3A9A2AC0FB259D1064365CD7ECBF62F3D42915.pem -noout -serial这条命令可以查到序列号,但是问题是在php代码中openssl_x509_read这个函数报错,报错内容为 supplied parameter cannot be coerced into an X509 certificate!证书格式错误,请问如何解决?
2023-05-24 - 微信小程序里面的移动应用关联没有但是公众号被关联了,另外的开放平台的移动应用却绑定不了该小程序?
[图片] [图片] [图片] 请问不同的开放平台账号不可以绑定一个小程序是吗?
2020-09-25 - net:err_cert_authority_invalid 微信小程序,之前都是好用的
[图片][图片]我的证书没有到期,但是提示这个,在网页中可以访问https://www.lngz2019.com
2020-01-06 - map绘制多边形问题
- 当前 Bug 的表现(可附上截图) [图片] - 预期表现 [图片] - 复现路径 "提供一个最简复现 Demo"下方的数据 是使用微信wx.getlocation type为默认wgs84获得的经纬度,"当前 Bug 的表现"底下显示的多边形没有问题,但是多边形的位置和实际测量位置出现偏差,预期应该是我画的粉色的位置,不知道是坐标的问题还是什么原因?望解答 - 提供一个最简复现 Demo polygons:[{ points: [{ latitude: 41.844573, longitude: 123.71836 }, { latitude: 41.843097, longitude: 123.716148 }, { latitude: 41.845066, longitude: 123.7135543 }, { latitude: 41.843353, longitude: 123.711181 }, { latitude: 41.842521, longitude: 123.711746 }, { latitude: 41.8416633, longitude: 123.7097015 }, { latitude: 41.839653, longitude: 123.7091445 }, { latitude: 41.839447, longitude: 123.70780944 }, { latitude: 41.837257, longitude: 123.7108688 }, { latitude: 41.838268, longitude: 123.71324157 }, { latitude: 41.840232, longitude: 123.7156219 }, { latitude: 41.8435935, longitude: 123.7195816 } ] }]
2019-01-10