http://www.yimifa.com/pay-not...
This is the address of my notify_url
http://www.yimifa.com/pay-not...
This is the address of my notify_url
This notification is not the kind of parameter notification you imagined. What it pushes is a file stream in XML format, which can be read directly from the request
Post your code for sending the payment request and the code for the callback page. Please explain your operating environment as well, so that everyone can help you.. There is no problem at all.
What is your error message?
You can refer to the open source sample code github-WeChat payment https://github.com/dcloudio/H...
Specific parameters
$result = array(
<code> 'appid' => $appid, 'noncestr'=>$parameters['nonce_str'], 'package'=>'Sign=WXPay', 'partnerid'=>$mch_id, 'prepayid'=>$prepay_id, 'timestamp'=> time(),</code>
);
// Re-sign
$result['sign'] = $this->getSign($result, $key);