Zory 2 týždňov pred
rodič
commit
8476f87dcf
1 zmenil súbory, kde vykonal 4 pridanie a 0 odobranie
  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 {