rabin 6 달 전
부모
커밋
08e37b4026
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/wechat/api/Receive.php

+ 1 - 0
src/wechat/api/Receive.php

@@ -6,6 +6,7 @@ class Receive
     public function callback()
     public function callback()
     {
     {
         $input = Dever::input();
         $input = Dever::input();
+        $input['body'] = file_get_contents('php://input', 'r');
         $this->log($input);
         $this->log($input);
 
 
         $m = $input['m'];
         $m = $input['m'];