zxhxx 3 年之前
父节点
当前提交
fb5b91d822
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      application/api/controller/Level.php

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

@@ -32,6 +32,7 @@ class Level extends Api
         unset($where1['from']);
         $where1['order_id'] = OrderLevel::getNewOrderId();
         $where1['createtime'] = time();
+        @file_put_contents("level.txt",json_encode($where1));
         $order = OrderLevel::order_create($where1);
         if(!$order) $this->error(OrderLevel::getErrorInfo());
         $orderId = $order['order_id'];