fuyu 5 years ago
parent
commit
48284d9b59
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/inter/controller/Wechat.php

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

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