cqpCow 11 tháng trước cách đây
mục cha
commit
e7c74f7338
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      app/Service/FollowUpRecordService.php

+ 2 - 0
app/Service/FollowUpRecordService.php

@@ -100,6 +100,8 @@ class FollowUpRecordService extends Service
             return [false,$exception->getMessage()];
         }
 
+        file_put_contents('follow_record.txt',date("Y-m-d H:i:s") . "请求参数:" . json_encode($data) . '操作人:' .$user['id'] . '|' .$user['emp_name'] . PHP_EOL,8);
+
         return [true,''];
     }