WIN-2308041133\Administrator 1 년 전
부모
커밋
69e3b39fe7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      application/api/controller/Lave.php

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

@@ -179,10 +179,10 @@ class Lave extends Api
         }
 
         if (cache('lave_' . $where['user_id'])) $this->error('正在处理中');
-        @file_put_contents("lave.txt", json_encode($where1));
         $plan_id=$where1['plan_id'];
 //        unset($where1['plan_id']);
         $order = LaveMonthModel::create($where1);
+        @file_put_contents("quanju.txt", json_encode($order)."-创建支付订单\r\n", 8);
         $where1['contract_code'] = WechatPlanRecord::getNewCode();
         $where1['contract_display_account']=$contract_display_account;
         cache('lave_' . $where['user_id'], '1', 10);