Zory hace 2 semanas
padre
commit
8476f87dcf
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      app/controller/mini/Notify.php

+ 4 - 0
app/controller/mini/Notify.php

@@ -77,6 +77,8 @@ class Notify extends Base
     public function getSpiData(Request $request): Response
     {
         try {
+            print_r($request->rawHead());
+            print_r($request->rawBody());
             if ($request->method() == "POST") {
                 $param = $request->post();
             } else {
@@ -104,6 +106,8 @@ class Notify extends Base
     public function getExpandData(Request $request): Response
     {
         try {
+            print_r($request->rawHead());
+            print_r($request->rawBody());
             if ($request->method() == "POST") {
                 $param = $request->post();
             } else {