rabin 6 tháng trước cách đây
mục cha
commit
08e37b4026
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/wechat/api/Receive.php

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

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