fuyu 5 năm trước cách đây
mục cha
commit
48284d9b59
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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();