摘要:
public function pay(Request $rst){ $url = 'http://xxx.com/index/pay/payNotify'; //你的微信支付回调域名 $ch = curl_init($url); curl_setopt($ch, CURLOPT_CUSTOMREQ 阅读全文
posted @ 2021-05-05 14:31
枯山与春风
阅读(356)
评论(0)
推荐(0)
摘要:
获取微信返回的数据 file_get_contents("php://input"); 微信支付通知结果的参数字典 https://pay.weixin.qq.com/wiki/doc/api/jsapi.php?chapter=9_7 获取的通知数据转换为Array public function 阅读全文
posted @ 2021-05-05 14:18
枯山与春风
阅读(1517)
评论(0)
推荐(0)

浙公网安备 33010602011771号