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

微信支付的退款

WBOY
WBOYOriginal
2016-06-06 20:13:321286browse

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

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

回复内容:

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

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

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

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

Statement:
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