WIN-2308041133\Administrator 6 months ago
parent
commit
2ff7151bc2
1 changed files with 2 additions and 1 deletions
  1. 2 1
      application/api/controller/Lave.php

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

@@ -321,6 +321,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'];
@@ -333,7 +334,7 @@ class Lave extends Api
                     $where1['record_id']=$v['id'];
                     $where1['contract_code']=$v['contract_code'];
                     $where1['plan_id']=$v['plan_id'];
-                    var_dump($where1);die();
+
                     $where1['nonce_str'] = uniqid();
 //                $where1['help_id']='0';
                     @file_put_contents("quanju.txt", json_encode($where1)."测试申请扣款-\r\n", 8);