|
@@ -333,6 +333,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();
|
|
|
|
|
|
@file_put_contents("quanju.txt", json_encode($where1)."测试申请扣款-\r\n", 8);
|