WIN-2308041133\Administrator 6 miesięcy temu
rodzic
commit
f6eff46f7c
1 zmienionych plików z 5 dodań i 4 usunięć
  1. 5 4
      application/api/controller/Lave.php

+ 5 - 4
application/api/controller/Lave.php

@@ -288,10 +288,11 @@ class Lave extends Api
     {
 //        @file_put_contents("quanju.txt", "测试申请扣款-\r\n", 8);
 //        die();
+        var_dump(789456132);die();
         $list=WechatPlanRecord::where('is_signing',0)->select();
-        $cid=$this->cid;
-        $arr=[];
-        $arr['body']='月捐款';
+//        $cid=$this->cid;
+//        $arr=[];
+//        $arr['body']='月捐款';
         foreach ($list as $k => $v) {
             $day = intval(date('d', $v['createtime']));
             $date = date('Y-m', $v['createtime']);
@@ -321,7 +322,7 @@ class Lave extends Api
                     $where1['user_id']=$v['uid'];
                     $where1['order_name']=$v['order_name'];
                     $where1['order_id']=LaveMonthModel::getNewOrderId();;
-                    var_dump(789456132);die();
+
 //                $where1['category_id']=$v['category_id'];
                     $where1['amount']=$v['price'];
                     $where1['name']=$v['contract_display_account'];