作者 郭盛
1 个管道 的构建 通过 耗费 3 秒

订单支付回调调试

... ... @@ -461,6 +461,7 @@ class Pay extends Api
$config = config('verify.wx_pay');
$app = Factory::payment($config);
$response = $app->handlePaidNotify(function($message, $fail){
Log::write(date('Y-m-d H:i:s').json_encode($message,JSON_UNESCAPED_UNICODE),'notice');
$data = Db::name('viporder')
->where('num',$message['out_trade_no'])
->find();
... ...