Parcourir la source

优惠券详情异常

gorden il y a 5 mois
Parent
commit
7a0ce490ac
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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,