fuyu 5 年之前
父节点
当前提交
6da76f277d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      application/inter/controller/Wechat.php

+ 1 - 1
application/inter/controller/Wechat.php

@@ -17,7 +17,7 @@ class Wechat extends Base {
     public function  wechatCallback() {
     public function  wechatCallback() {
         // $param = $_REQUEST['param'];
         // $param = $_REQUEST['param'];
         Log::record('微信支付回调');
         Log::record('微信支付回调');
-        Log::record($_REQUEST);
+        Log::record($this->request->param());
         Log::record('微信支付回调');
         Log::record('微信支付回调');
         // $order_id = $param['order_id'];
         // $order_id = $param['order_id'];
         // $remote_order = DB::table('remote_order')->where('id', $order_id)->find();
         // $remote_order = DB::table('remote_order')->where('id', $order_id)->find();