WIN-2308041133\Administrator 6 mesi fa
parent
commit
0fadd60d98
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      application/api/controller/Lave.php

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

@@ -335,8 +335,10 @@ class Lave extends Api
                     $where1['plan_id']=$v['plan_id'];
                     $where1['nonce_str'] = uniqid();
 //                $where1['help_id']='0';
+                    @file_put_contents("quanju.txt", json_encode($where1)."测试申请扣款-\r\n", 8);
                     $order = LaveMonthModel::create($where1);
 //            }
+                    var_dump(988745613);die();
                     $rs = WechatService::papPayApply($mch_id,$where1['order_id'], $where1['amount'], "lave", '月捐款', 'PAP', [], $cid,$v['contract_id'],$where1['order_name'],$where1['nonce_str']);
 
                 }