gorden 5 сар өмнө
parent
commit
c9e55678e9
1 өөрчлөгдсөн 2 нэмэгдсэн , 0 устгасан
  1. 2 0
      support/helpers.php

+ 2 - 0
support/helpers.php

@@ -150,6 +150,8 @@ function json_success($message, $data = '', $options = JSON_UNESCAPED_UNICODE)
         'data' => $data,
     ];
 
+    \support\Log::info("返回数据打包完成");
+
     return new Response(200, ['Content-Type' => 'application/json'], json_encode($return, $options));
 }