|
@@ -306,9 +306,12 @@ class Lave extends Api
|
|
|
|
|
|
@file_put_contents("quanju.txt", "789456135415-\r\n", 8);
|
|
|
if ($date != $now_date) {
|
|
|
+ @file_put_contents("quanju.txt", "123-\r\n", 8);
|
|
|
+ @file_put_contents("quanju.txt", $today."123456-\r\n", 8);
|
|
|
+ @file_put_contents("quanju.txt", $day."789-\r\n", 8);
|
|
|
if ($today == $day||$today==$last) {
|
|
|
|
|
|
- @file_put_contents("quanju.txt", $v['contract_display_account']."测试申请扣款-\r\n", 8);
|
|
|
+ @file_put_contents("quanju.txt", json_encode($v)."测试申请扣款-\r\n", 8);
|
|
|
$cid=$v['cid'];
|
|
|
|
|
|
$arr['mch_id'] =Company::where('id', $cid)->value('pay_weixin_mchid');
|