发现是下载的时候传错了微信平台证书 (=_=)
下载微信平台证书提示which is not allowed here,为啥?The `certs(1FCCDE875C53C9976FF643F06359EB3CF4EDE4CE)` contains the merchant's certificate serial number(1FCCDE875C53C9976FF643F06359EB3CF4EDE4CE) which is not allowed here.
05-16发现是支付的时候传错了微信平台证书 (=_=)
微信支付提示Cannot found the serial,为啥?Cannot found the serial(`75C53C89ADB10589696D9247BB2BDC82F91EF214`)'s configuration, which's from the response(header:Wechatpay-Serial), your's 1A4C8466B1E5E43F3E1B7872130D0A749DA842F9.
05-16Cannot found the serial(`75C53C89ADB10589696D9247BB2BDC82F91EF214`)'s configuration, which's from the response(header:Wechatpay-Serial), your's 1A4C8466B1E5E43F3E1B7872130D0A749DA842F9. 我也遇到这个问题了,你们是怎么解决的?
微信支付V3接口抛出异常:Cannot found the serial拉取投诉单接口,每天会出现一次异常: Cannot found the serial(`295FE7BFA4692BB64B39FE240663BE8DE4612B0E`)'s configuration, which's from the response(header:Wechatpay-Serial), your's 78B9574E11B2CBAF9B7EE5155F1BE1C1E453444A. 然后我重新请求接口,又能正常验签通过,拉取到数据。 我查了文档,微信会有“签名探测流量”机制,签名会以WECHATPAY/SIGNTEST/标识。 我想咨询一下,相应头中的Wechatpay-Serial也会故意回应错的吗? 怎么区分?
05-16https://github.com/wechatpay-apiv3/wechatpay-php[图片] 记录下解决办法,如下图 [图片] [图片] 想打印返回的数据可以转成字符串输出就可以了,如下图 [图片] 真是坑爹的微信
小程序支付返回的 $result = $resp->getBody(); 是个对象怎么用啊?[图片]
2022-06-30[图片] 微信的小程序支付用的是jsapi支付,这个需要传openid这个参数
调用微信支付v3小程序统一下单接口报PARAM_ERROR?{ "code": "PARAM_ERROR", "detail": { "location": "body", "value": "" }, "message": "输入源“/body/appid”映射到字段“公众号ID”必填性规则校验失败,此字段为必填项" } 如何解决呢
2022-06-30