浏览代码

优惠券详情异常

gorden 5 月之前
父节点
当前提交
7a0ce490ac
共有 1 个文件被更改,包括 1 次插入0 次删除
  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,