05 2021 档案
摘要:public function pay(Request $rst){ $url = 'http://xxx.com/index/pay/payNotify'; //你的微信支付回调域名 $ch = curl_init($url); curl_setopt($ch, CURLOPT_CUSTOMREQ
阅读全文
摘要:获取微信返回的数据 file_get_contents("php://input"); 微信支付通知结果的参数字典 https://pay.weixin.qq.com/wiki/doc/api/jsapi.php?chapter=9_7 获取的通知数据转换为Array public function
阅读全文

浙公网安备 33010602011771号