Explorar el Código

优惠券详情异常

gorden hace 7 meses
padre
commit
7a0ce490ac
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      support/helpers.php

+ 1 - 0
support/helpers.php

@@ -144,6 +144,7 @@ function json($data, int $options = JSON_UNESCAPED_UNICODE): Response
 
 function json_success($message, $data = '', $options = JSON_UNESCAPED_UNICODE)
 {
+    \support\Log::info("开始打包返回数据");
     $return = [
         'code' => 200,
         'message' => $message,