improve claim settle

This commit is contained in:
xiaomlove
2022-05-06 15:50:26 +08:00
parent c23cc1b441
commit f64834b594
18 changed files with 124 additions and 69 deletions

View File

@@ -127,7 +127,7 @@ class Test extends Command
// $r = $rep->getContinuousPoints(11);
$arr = [1,2];
$r = collect($arr)->map(fn($item) => $item * 2)->implode(',');
$r = Carbon::now()->format('d');
dd($r, $arr);
}