likang 2 years ago
parent
commit
60ea3a2a42
1 changed files with 2 additions and 1 deletions
  1. 2 1
      catch/api/controller/Api.php

+ 2 - 1
catch/api/controller/Api.php

@@ -5,7 +5,7 @@
  * @Author: likang
  * @Date: 2022-08-12 10:33:24
  * @LastEditors: likang 1186820806@qq.com
- * @LastEditTime: 2023-02-23 18:06:39
+ * @LastEditTime: 2023-04-11 15:01:54
  */
 
 
@@ -31,6 +31,7 @@ class Api extends CatchController
             json_fail('缺少token或者token不对');
         }
         $param = json_decode(optimize_json(file_get_contents("php://input")), true);
+        debug_log("上报数据",json_encode($param));
         if (json_last_error() != 0) {
             json_fail('解析异常', json_last_error_msg());
         }