Home > Backend Development > PHP Tutorial > 微信支付的退款

微信支付的退款

WBOY
Release: 2016-06-06 20:13:32
Original
1292 people have browsed it

微信支付的退款问题,
下面为微信返回码
这是个什么玩意?
证书路径正确
证书可读
求解

<code>array(2) {
  ["return_code"] => string(4) "FAIL"
  ["return_msg"] => string(21) "certificate not match"
|</code>
Copy after login
Copy after login

回复内容:

微信支付的退款问题,
下面为微信返回码
这是个什么玩意?
证书路径正确
证书可读
求解

<code>array(2) {
  ["return_code"] => string(4) "FAIL"
  ["return_msg"] => string(21) "certificate not match"
|</code>
Copy after login
Copy after login

没什么特别的,如果提示证书错误,那么就肯定是证书的问题,我这边调试过java端的。

求微信退款的代码 楼主是用什么框架写的

Related labels:
php
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template