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() {
         // $param = $_REQUEST['param'];
         Log::record('微信支付回调');
-        Log::record($_REQUEST);
+        Log::record($this->request->param());
         Log::record('微信支付回调');
         // $order_id = $param['order_id'];
         // $remote_order = DB::table('remote_order')->where('id', $order_id)->find();