zxhxx 3 years ago
parent
commit
4a971f16e4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      application/api/controller/Lave.php

+ 1 - 0
application/api/controller/Lave.php

@@ -54,6 +54,7 @@ class Lave extends Api
         unset($where1['from']);
         $where1['order_id'] = LaveModel::getNewOrderId();
         if(cache('lave_'.$where['user_id']))  $this->error('正在处理中');
+        @file_put_contents("lave.txt",json_encode($where1));
         $order = LaveModel::create($where1);
         cache('lave_'.$where['user_id'],'1',10);
         if(!$order) $this->error(LaveModel::getErrorInfo());