Browse Source

优惠券详情异常

gorden 7 tháng trước cách đây
mục cha
commit
4445590d0a
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      support/helpers.php

+ 2 - 0
support/helpers.php

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